Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Zap DBF if no error occurs
Message
From
20/05/2005 09:25:21
 
 
To
20/05/2005 09:21:36
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 6
OS:
Windows '98
Network:
Windows 98
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01016146
Message ID:
01016172
Views:
9
<snip>
Alex,

He's using VFP 6 so TRY ... ENDTRY is not an option. Unless you're suggesting he upgrade? :-)

Regards,
>
>
>Local lError
>Try
>  OPEN DATABASE cFolder2+'\TABLES\ACCOUNT.DBC'
>  USE vouchers EXCLUSIVE
>  ZAP
>  USE VOU_SUM EXCLUSIVE
>  ZAP
>  USE VOU_NO EXCLUSIVE
>  ZAP
>Catch to oErr
>  lError = .T.
>  * you could use oErr exception object information to see what happenned.
>Endtry
>
>If lError
>  MessageBox("Error erasing data")
>  Return .F.
>Endif
>
>
>Note: You do not need to open the DBC Exclusive, just the DBFs.
Jim
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform