Re: [Gambas-user] synchronize 2 DataSource

2009-11-03 Thread Jean-Yves F. Barbier
Benoît Minisini a écrit : >> Hi, >> >> is it possible to synchronize 2 DataSource onto 2 different forms?: >> I want A to only have a tabular display (such as DataView), and B >> to be the create/modif/delete one (w/ DataControls); so I want B >> to display the selected line in A at opening. >> >

[Gambas-user] synchronize 2 DataSource

2009-11-03 Thread Jean-Yves F. Barbier
Hi, is it possible to synchronize 2 DataSource onto 2 different forms?: I want A to only have a tabular display (such as DataView), and B to be the create/modif/delete one (w/ DataControls); so I want B to display the selected line in A at opening. -- Academicians care, that's who. -

Re: [Gambas-user] synchronize 2 DataSource

2009-11-03 Thread Benoît Minisini
> Hi, > > is it possible to synchronize 2 DataSource onto 2 different forms?: > I want A to only have a tabular display (such as DataView), and B > to be the create/modif/delete one (w/ DataControls); so I want B > to display the selected line in A at opening. > Not automatically, but why not us