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.

support wanted for oDbfDataset:lReUseDel

Xailer English public forum
Responder
Ingo JH
Mensajes: 358
Registrado: Lun Dic 10, 2007 5:10 pm

support wanted for oDbfDataset:lReUseDel

Mensaje por Ingo JH »

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)Â
Avatar de Usuario
jfgimenez
Site Admin
Mensajes: 5718
Registrado: Lun Abr 06, 2015 8:48 pm
Contactar:

support wanted for oDbfDataset:lReUseDel

Mensaje por jfgimenez »

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
José F. Giménez
[Equipo de Xailer / Xailer team]
http://www.xailer.com
http://www.xailer.info
Ingo JH
Mensajes: 358
Registrado: Lun Dic 10, 2007 5:10 pm

support wanted for oDbfDataset:lReUseDel

Mensaje por Ingo JH »

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
Responder