Re: [Gambas-user] Feeding a DataView using data from another DataView

2013-11-12 Thread MinnesotaJon
Jose -- Remember that there is a big difference between a MouseDown event on the DataView *control*, and an Activate event on a field containing information, inside that control. -- View this message in context: http://gambas.8142.n7.nabble.com/Feeding-a-DataView-using-data-from-another-DataVie

Re: [Gambas-user] Feeding a DataView using data from another DataView

2013-11-12 Thread Benoît Minisini
Le 12/11/2013 10:49, Jose Monteiro a écrit : > Please guys, some help here. I'm at the middle of a program for > controlling a process for a chemical company. > > 1 - There is a DataSource linked to a table and containing a > Dataview. The DataView will show hundreds of rows. > > 2 - There is anoth

[Gambas-user] Feeding a DataView using data from another DataView

2013-11-12 Thread Jose Monteiro
Please guys, some help here. I'm at the middle of a program for controlling a process for a chemical company. 1 - There is a DataSource linked to a table and containing a Dataview. The DataView will show hundreds of rows. 2 - There is another DataSource, which will use a sql statement, containin