synchronize 2 DataSource

View: New views
3 Messages — Rating Filter:   Alert me  

synchronize 2 DataSource

by Jean-Yves F. Barbier-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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.

------------------------------------------------------------------------------
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@...
https://lists.sourceforge.net/lists/listinfo/gambas-user

Re: synchronize 2 DataSource

by Bugzilla from gambas@users.sourceforge.net :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

> 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@...
https://lists.sourceforge.net/lists/listinfo/gambas-user

Re: synchronize 2 DataSource

by Jean-Yves F. Barbier-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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@...
https://lists.sourceforge.net/lists/listinfo/gambas-user