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 using only one DataSource then?

-- 
Benoît Minisini

--
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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.

 
 Not automatically, but why not using only one DataSource then?
 
Because my input form's quite huge: if I put it under the DataView it'll
take half the screen heigth (@ least!), so I want to totally separate browse
and input/mod/del.

-- 
// Minor lesson: don't fuck about with something you don't fully understand
-- the dosdoom source code

--
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user