Funciona ZAP ?
Posted: Tue Sep 12, 2006 7:26 am
Antonio,
Funciona ZAP ?
Funciona ZAP ?
Code: Select all | Expand
FUNCTION Main()
LOCAL cTable := Curdir() + '\Test.dbf'
USE (cTable) NEW
IF MsgYesNo( 'Borra ?' )
__DbZap()
ENDIF
RETU .F.