Página 1 de 1

trying to zap

Publicado: Vie Nov 12, 2010 9:33 pm
por jemstv
Hi
i am trying to zap a temp dbf for use
i get the following error
DBF in use by another user [#0]
on Procedure Tform1:Button7click line 429
::oDbfBillTmpSet:lOpen := .F. //line 427
::oDbfBillTmpSet:lshared := .F. //line 428
::oDbfBillTmpSet:lOpen := .T. // line 429
::oDbfBillTmpSet:Zap()
::oDbfBillTmpSet:lOpen := .F.
::oDbfBillTmpSet:lshared := .T.
::oDbfBillTmpSet:lOpen := .T.
can someone point to what im doing wrong?
thanks in Advance

trying to zap

Publicado: Sab Nov 13, 2010 10:35 am
por ignacio
Hello,
Surely the file is open by another application. Maybe the IDE itself.
Regards,

trying to zap

Publicado: Sab Nov 13, 2010 5:50 pm
por jemstv
hi
doesn't lOpen .f. mean close file?
im super lost

trying to zap

Publicado: Dom Nov 14, 2010 11:31 am
por ignacio
jemstv escribió el sáb, 13 noviembre 2010 17:50hi
doesn't lOpen .f. mean close file?
im super lost

Yes of course, your app. has close the file, BUT maybe another app. has that same file open, for example, the IDE itself.
Try to run your app. outside the IDE.
Regards,