Página 1 de 1
TDBBrowser OnChange() event not triggered
Publicado: Jue Jul 19, 2007 10:43 am
por Gejza Horvath
Hi,
I have a TDBBrowser with attached TDbfDataSet. When I change the browser position manually
(mouse or keyboard), the browsers OnChange() event is triggered. Moving the record
position manipulating the dataset directly like oDataset:Seek(), the browser selector
moves to the right record, but without executing the OnChange event. Is this a bug or a
normal behaviour?
Gejza Horváth
TDBBrowser OnChange() event not triggered
Publicado: Lun Jul 23, 2007 11:54 am
por ignacio
Gejza,
Is normal behaviour. The OnChange event is only triggered by end user
action. BTW, if you need that the event is triggered, you can always do it
your self calling the OnChange() event.
Regards
--
Ignacio Ortiz de Zúñiga
http://www.xailer.com
"Gejza Horvath" <
_hsoftkn@nextra.sk> escribió en el mensaje
news:[email=
469f2448@ozsrv2.ozlan.local...]
469f2448@ozsrv2.ozlan.local...[/email]
> Hi,
>
> I have a TDBBrowser with attached TDbfDataSet. When I change the browser
> position manually (mouse or keyboard), the browsers OnChange() event is
> triggered. Moving the record position manipulating the dataset directly
> like oDataset:Seek(), the browser selector moves to the right record, but
> without executing the OnChange event. Is this a bug or a normal behaviour?
>
> Gejza Horváth
>
TDBBrowser OnChange() event not triggered
Publicado: Lun Jul 23, 2007 11:54 am
por NoName
Gejza,
Is normal behaviour. The OnChange event is only triggered by end user
action. BTW, if you need that the event is triggered, you can always do it
your self calling the OnChange() event.
Regards
--
Ignacio Ortiz de Zúñiga
http://www.xailer.com
"Gejza Horvath" <
_hsoftkn@nextra.sk> escribió en el mensaje
news:[email=
469f2448@ozsrv2.ozlan.local...]
469f2448@ozsrv2.ozlan.local...[/email]
> Hi,
>
> I have a TDBBrowser with attached TDbfDataSet. When I change the browser
> position manually (mouse or keyboard), the browsers OnChange() event is
> triggered. Moving the record position manipulating the dataset directly
> like oDataset:Seek(), the browser selector moves to the right record, but
> without executing the OnChange event. Is this a bug or a normal behaviour?
>
> Gejza Horváth
>