Hello to All
I meet a strange behavior of TBNavigator, here is the situation :
I have one form with one Browser , five TDBEdits and one TDBNavigator, all
linked to one TDbfDataSet. When i press the next record button on navigator,
the skip on the browser causes skipping two rows instand of one, but the
TdbEdits Boxes shows the corect data's. All others buttons work correctly.
Any ideas how to overcome this issue????
Many Thanks
Dionisis
In order for this site to work correctly we need to store a small file (called a cookie) on your computer. Most every site in the world does this, however since the 25th of May 2011, by law we have to get your permission first. Please abandon the forum if you disagree.
Para que este foro funcione correctamente es necesario guardar un pequeño fichero (llamado cookie) en su ordenador. La mayoría de los sitios de Internet lo hacen, no obstante desde el 25 de Marzo de 2011 y por ley, necesitamos de su permiso con antelación. Abandone este foro si no está conforme.
Para que este foro funcione correctamente es necesario guardar un pequeño fichero (llamado cookie) en su ordenador. La mayoría de los sitios de Internet lo hacen, no obstante desde el 25 de Marzo de 2011 y por ley, necesitamos de su permiso con antelación. Abandone este foro si no está conforme.
Strange Behavior of TDBNAVIGATOR
- Dionisis Divaris
- Mensajes: 485
- Registrado: Jue Jul 12, 2007 8:48 pm
- Ubicación: Athens Greece
Strange Behavior of TDBNAVIGATOR
Dionisis,
> I meet a strange behavior of TBNavigator, here is the situation :
> I have one form with one Browser , five TDBEdits and one TDBNavigator,
> all
> linked to one TDbfDataSet. When i press the next record button on
> navigator,
> the skip on the browser causes skipping two rows instand of one, but the
> TdbEdits Boxes shows the corect data's. All others buttons work correctly.
I've just modified the sample 'dbfdata1' to add a TBDNavigator, and it seems
to work fine. It's attached. Please, test it and tell us if it works for
you.
--
Regards,
Jose F. Gimenez
http://www.xailer.com
http://www.xailer.info
Attached files dbfdata1.zip (3.3 KB)Â
> I meet a strange behavior of TBNavigator, here is the situation :
> I have one form with one Browser , five TDBEdits and one TDBNavigator,
> all
> linked to one TDbfDataSet. When i press the next record button on
> navigator,
> the skip on the browser causes skipping two rows instand of one, but the
> TdbEdits Boxes shows the corect data's. All others buttons work correctly.
I've just modified the sample 'dbfdata1' to add a TBDNavigator, and it seems
to work fine. It's attached. Please, test it and tell us if it works for
you.
--
Regards,
Jose F. Gimenez
http://www.xailer.com
http://www.xailer.info
Attached files dbfdata1.zip (3.3 KB)Â
Strange Behavior of TDBNAVIGATOR
Dionisis,
> I meet a strange behavior of TBNavigator, here is the situation :
> I have one form with one Browser , five TDBEdits and one TDBNavigator,
> all
> linked to one TDbfDataSet. When i press the next record button on
> navigator,
> the skip on the browser causes skipping two rows instand of one, but the
> TdbEdits Boxes shows the corect data's. All others buttons work correctly.
I've just modified the sample 'dbfdata1' to add a TBDNavigator, and it seems
to work fine. It's attached. Please, test it and tell us if it works for
you.
--
Regards,
Jose F. Gimenez
http://www.xailer.com
http://www.xailer.info
Attached files dbfdata1.zip (3.3 KB)Â
> I meet a strange behavior of TBNavigator, here is the situation :
> I have one form with one Browser , five TDBEdits and one TDBNavigator,
> all
> linked to one TDbfDataSet. When i press the next record button on
> navigator,
> the skip on the browser causes skipping two rows instand of one, but the
> TdbEdits Boxes shows the corect data's. All others buttons work correctly.
I've just modified the sample 'dbfdata1' to add a TBDNavigator, and it seems
to work fine. It's attached. Please, test it and tell us if it works for
you.
--
Regards,
Jose F. Gimenez
http://www.xailer.com
http://www.xailer.info
Attached files dbfdata1.zip (3.3 KB)Â
- Dionisis Divaris
- Mensajes: 485
- Registrado: Jue Jul 12, 2007 8:48 pm
- Ubicación: Athens Greece
Strange Behavior of TDBNAVIGATOR
Many thanks Jose
I found the problem in my code. Just took out from the array of linked
controls the browser, and all works fine.
Once again many thanks for your help.
Regards
Dionisis
Ï "Jose F. Gimenez" <jfgimenez@wanadoo.es> Ýãñáøå óôï ìÞíõìá
news:45bbb0d3$[email=1@news.xailer.com...]1@news.xailer.com...[/email]
> Dionisis,
>
>> I meet a strange behavior of TBNavigator, here is the situation :
>> I have one form with one Browser , five TDBEdits and one TDBNavigator,
>> all
>> linked to one TDbfDataSet. When i press the next record button on
>> navigator,
>> the skip on the browser causes skipping two rows instand of one, but the
>> TdbEdits Boxes shows the corect data's. All others buttons work
>> correctly.
>
> I've just modified the sample 'dbfdata1' to add a TBDNavigator, and it
> seems to work fine. It's attached. Please, test it and tell us if it works
> for you.
>
> --
> Regards,
>
> Jose F. Gimenez
> http://www.xailer.com
> http://www.xailer.info
>
>
I found the problem in my code. Just took out from the array of linked
controls the browser, and all works fine.
Once again many thanks for your help.
Regards
Dionisis
Ï "Jose F. Gimenez" <jfgimenez@wanadoo.es> Ýãñáøå óôï ìÞíõìá
news:45bbb0d3$[email=1@news.xailer.com...]1@news.xailer.com...[/email]
> Dionisis,
>
>> I meet a strange behavior of TBNavigator, here is the situation :
>> I have one form with one Browser , five TDBEdits and one TDBNavigator,
>> all
>> linked to one TDbfDataSet. When i press the next record button on
>> navigator,
>> the skip on the browser causes skipping two rows instand of one, but the
>> TdbEdits Boxes shows the corect data's. All others buttons work
>> correctly.
>
> I've just modified the sample 'dbfdata1' to add a TBDNavigator, and it
> seems to work fine. It's attached. Please, test it and tell us if it works
> for you.
>
> --
> Regards,
>
> Jose F. Gimenez
> http://www.xailer.com
> http://www.xailer.info
>
>
- Dionisis Divaris
- Mensajes: 485
- Registrado: Jue Jul 12, 2007 8:48 pm
- Ubicación: Athens Greece
Strange Behavior of TDBNAVIGATOR
Many thanks Jose
I found the problem in my code. Just took out from the array of linked
controls the browser, and all works fine.
Once again many thanks for your help.
Regards
Dionisis
Ï "Jose F. Gimenez" <jfgimenez@wanadoo.es> Ýãñáøå óôï ìÞíõìá
news:45bbb0d3$[email=1@news.xailer.com...]1@news.xailer.com...[/email]
> Dionisis,
>
>> I meet a strange behavior of TBNavigator, here is the situation :
>> I have one form with one Browser , five TDBEdits and one TDBNavigator,
>> all
>> linked to one TDbfDataSet. When i press the next record button on
>> navigator,
>> the skip on the browser causes skipping two rows instand of one, but the
>> TdbEdits Boxes shows the corect data's. All others buttons work
>> correctly.
>
> I've just modified the sample 'dbfdata1' to add a TBDNavigator, and it
> seems to work fine. It's attached. Please, test it and tell us if it works
> for you.
>
> --
> Regards,
>
> Jose F. Gimenez
> http://www.xailer.com
> http://www.xailer.info
>
>
I found the problem in my code. Just took out from the array of linked
controls the browser, and all works fine.
Once again many thanks for your help.
Regards
Dionisis
Ï "Jose F. Gimenez" <jfgimenez@wanadoo.es> Ýãñáøå óôï ìÞíõìá
news:45bbb0d3$[email=1@news.xailer.com...]1@news.xailer.com...[/email]
> Dionisis,
>
>> I meet a strange behavior of TBNavigator, here is the situation :
>> I have one form with one Browser , five TDBEdits and one TDBNavigator,
>> all
>> linked to one TDbfDataSet. When i press the next record button on
>> navigator,
>> the skip on the browser causes skipping two rows instand of one, but the
>> TdbEdits Boxes shows the corect data's. All others buttons work
>> correctly.
>
> I've just modified the sample 'dbfdata1' to add a TBDNavigator, and it
> seems to work fine. It's attached. Please, test it and tell us if it works
> for you.
>
> --
> Regards,
>
> Jose F. Gimenez
> http://www.xailer.com
> http://www.xailer.info
>
>