[Gambas-user] Accesing database events

Jorge Carrión shordi at ...626...
Mon Sep 29 18:37:59 CEST 2008


Hi everybody.
I'm writing my first Gambas application after a lot of years of VB, and
there is on thing I can't foun in help or in the books i have:
In a bound control as DataBrowser, how I can access to the database Events?
(movenext, eof, etc.)?
In detail:
I have a recordsource who has a databrowser an a few fields for edit (like
the example DataBase of Gambas) but in addition, there are, hanging of same
recordsource, another recordsource bounded to another table (who mantains a
father-child dependence with MySQL InnoDB ) and another databrowser and his
own few fields.
when I select a record from first databrowser, the second databrowser is not
positionated until I make a .movefirst (or next or last) event in the second
databrowser.
How can I raise this event automaticaly?

Excuse my poor English. I don't know if all this text has any sense...
Thanks



More information about the User mailing list