Re: [Gambas-user] Accesing database events

2008-10-04 Thread Jorge Carrión
Oh! I'm Sorry, but I don't control the database enough for doing that. But there is no problem for me: In the while I've been investigating about the "unbound" controls (gridview, combobox, etc.) and I've make a couple of functions that gives me more flexibility and control over the controls of the

Re: [Gambas-user] Accesing database events

2008-09-29 Thread Doriano Blengino
Benoit Minisini ha scritto: > On lundi 29 septembre 2008, Jorge Carrión wrote: > >> Excuse me, I've read what I've been write and I think is not very clear. >> What I want is raise the .movefirst (or next) event of the second >> databrowse when I make a click in the first databrowser. In other w

Re: [Gambas-user] Accesing database events

2008-09-29 Thread Benoit Minisini
On lundi 29 septembre 2008, Jorge Carrión wrote: > Excuse me, I've read what I've been write and I think is not very clear. > What I want is raise the .movefirst (or next) event of the second > databrowse when I make a click in the first databrowser. In other words: > cath the click event of the fi

Re: [Gambas-user] Accesing database events

2008-09-29 Thread Jorge Carrión
Excuse me, I've read what I've been write and I think is not very clear. What I want is raise the .movefirst (or next) event of the second databrowse when I make a click in the first databrowser. In other words: cath the click event of the first DataBrowser (and the index, etc.)... but there's no s

[Gambas-user] Accesing database events

2008-09-29 Thread Jorge Carrión
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 databrow