help with ZAP
Publicado: Lun Oct 11, 2010 4:37 pm
hi
im trying to clear a dbf after i copy the rcords to the master dbf, i want to have it empty for the next time i keep getting errors on the lShared line
can figure out what im doing wrong!
this is my code
with object ::oDbfBillTmpSet
::oDbfBillTmpSet:lShared := .F.
:zap( .T. )
:pack( .T. )
:End()
end with
Thanks in advance
im trying to clear a dbf after i copy the rcords to the master dbf, i want to have it empty for the next time i keep getting errors on the lShared line
can figure out what im doing wrong!
this is my code
with object ::oDbfBillTmpSet
::oDbfBillTmpSet:lShared := .F.
:zap( .T. )
:pack( .T. )
:End()
end with
Thanks in advance