Página 1 de 1

support wanted for oDbfDataset:lReUseDel

Publicado: Mié Ago 24, 2011 10:50 am
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)Â

support wanted for oDbfDataset:lReUseDel

Publicado: Vie Ago 26, 2011 2:37 pm
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

support wanted for oDbfDataset:lReUseDel

Publicado: Sab Ago 27, 2011 8:28 am
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