Hi,
I don't know what I'm doing wrong, but lReUseDel doesn't work like described
in the documentation.
As I understand the documentation if lReUseDel is .T. the deleted record
should be blanked. Is this correct?
In the attached sample it doesn't happened.
Could anybody of the Xailer developers help me?
Regards
Ingo
--
Attached files TestDel.zip (3.5 KB)Â
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.
support wanted for oDbfDataset:lReUseDel
support wanted for oDbfDataset:lReUseDel
Ingo,
sorry for the delay.
Please, change the line 1111 of dbfdataset.prg from:
IF ::nEditRecord == 0
into:
IF ::nEditRecord == 0 .AND. !lForced
We need some time and test to make this fix permanent, but this may solve
your problem in the meanwhile.
--
Regards,
Jose F. Gimenez
http://www.xailer.com
http://www.xailer.info
sorry for the delay.
Please, change the line 1111 of dbfdataset.prg from:
IF ::nEditRecord == 0
into:
IF ::nEditRecord == 0 .AND. !lForced
We need some time and test to make this fix permanent, but this may solve
your problem in the meanwhile.
--
Regards,
Jose F. Gimenez
http://www.xailer.com
http://www.xailer.info
support wanted for oDbfDataset:lReUseDel
Jose,
many thanks for your reply.
Regards
Ingo
"Jose F. Gimenez" <jfgimenez@wanadoo.es> schrieb im Newsbeitrag
news:4e5793dc$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
> Ingo,
>
> sorry for the delay.
>
> Please, change the line 1111 of dbfdataset.prg from:
>
> IF ::nEditRecord == 0
>
> into:
>
> IF ::nEditRecord == 0 .AND. !lForced
>
>
> We need some time and test to make this fix permanent, but this may solve
> your problem in the meanwhile.
>
>
> --
> Regards,
>
> Jose F. Gimenez
> http://www.xailer.com
> http://www.xailer.info
many thanks for your reply.
Regards
Ingo
"Jose F. Gimenez" <jfgimenez@wanadoo.es> schrieb im Newsbeitrag
news:4e5793dc$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
> Ingo,
>
> sorry for the delay.
>
> Please, change the line 1111 of dbfdataset.prg from:
>
> IF ::nEditRecord == 0
>
> into:
>
> IF ::nEditRecord == 0 .AND. !lForced
>
>
> We need some time and test to make this fix permanent, but this may solve
> your problem in the meanwhile.
>
>
> --
> Regards,
>
> Jose F. Gimenez
> http://www.xailer.com
> http://www.xailer.info