Página 1 de 1
About TDBNavigator
Publicado: Jue Ene 04, 2007 11:47 pm
por Dionisis Divaris
Hello Ignatio, Jose
Is it possible to navigate through a TmemDataSet using the TDBNavigator
control.
I'am facing with the following problem :
I have an array [5x3] and i want to manipulate via a TDbBrowse and a
TDBNavigator. When creating the mem Browser - using TMemDataSet- (OK No
Problem with ths step), when pressing the TDBnavigator's Edit Button i can
not edit the data in the memTable row.
Am i missing something?
Regards
Dionisis
About TDBNavigator
Publicado: Vie Ene 05, 2007 11:18 am
por ignacio
Dionisis,
The TDbNavigator puts the dataset on Edit mode, that's all. It does not
performa an Edit on the DBBrowse. Change the event OnClickEdit to do a
DBBrowse:Edit()
Regards,
--
Ignacio Ortiz de Zúñiga
http://www.xailer.com
"Dionisis Divaris" <
sv1fkk@hol.gr> escribió en el mensaje
news:[email=
459d83ea@news.xailer.com...]
459d83ea@news.xailer.com...[/email]
> Hello Ignatio, Jose
>
> Is it possible to navigate through a TmemDataSet using the TDBNavigator
> control.
>
> I'am facing with the following problem :
> I have an array [5x3] and i want to manipulate via a TDbBrowse and a
> TDBNavigator. When creating the mem Browser - using TMemDataSet- (OK No
> Problem with ths step), when pressing the TDBnavigator's Edit Button i
> can not edit the data in the memTable row.
>
> Am i missing something?
>
> Regards
> Dionisis
>
About TDBNavigator
Publicado: Vie Ene 05, 2007 11:18 am
por NoName
Dionisis,
The TDbNavigator puts the dataset on Edit mode, that's all. It does not
performa an Edit on the DBBrowse. Change the event OnClickEdit to do a
DBBrowse:Edit()
Regards,
--
Ignacio Ortiz de Zúñiga
http://www.xailer.com
"Dionisis Divaris" <
sv1fkk@hol.gr> escribió en el mensaje
news:[email=
459d83ea@news.xailer.com...]
459d83ea@news.xailer.com...[/email]
> Hello Ignatio, Jose
>
> Is it possible to navigate through a TmemDataSet using the TDBNavigator
> control.
>
> I'am facing with the following problem :
> I have an array [5x3] and i want to manipulate via a TDbBrowse and a
> TDBNavigator. When creating the mem Browser - using TMemDataSet- (OK No
> Problem with ths step), when pressing the TDBnavigator's Edit Button i
> can not edit the data in the memTable row.
>
> Am i missing something?
>
> Regards
> Dionisis
>