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.

trying to zap

Xailer professional forum in English
Responder
jemstv
Mensajes: 133
Registrado: Mar Jul 27, 2010 3:56 pm

trying to zap

Mensaje 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
Avatar de Usuario
ignacio
Site Admin
Mensajes: 9447
Registrado: Lun Abr 06, 2015 8:00 pm
Ubicación: Madrid, Spain
Contactar:

trying to zap

Mensaje por ignacio »

Hello,
Surely the file is open by another application. Maybe the IDE itself.
Regards,
Ignacio Ortiz de Zúñiga
[OZ Software]
https://www.ozs.es
--
[Equipo de Xailer / Xailer team]
https://www.xailer.com
jemstv
Mensajes: 133
Registrado: Mar Jul 27, 2010 3:56 pm

trying to zap

Mensaje por jemstv »

hi
doesn't lOpen .f. mean close file?
im super lost
Avatar de Usuario
ignacio
Site Admin
Mensajes: 9447
Registrado: Lun Abr 06, 2015 8:00 pm
Ubicación: Madrid, Spain
Contactar:

trying to zap

Mensaje 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,
Ignacio Ortiz de Zúñiga
[OZ Software]
https://www.ozs.es
--
[Equipo de Xailer / Xailer team]
https://www.xailer.com
Responder