Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Error Message - Cannot Access Table
Message
 
 
To
12/08/2003 00:52:40
Henry Ravichander
RC Management Systems Inc.
Saskatchewan, Canada
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00819030
Message ID:
00819449
Views:
7
>
messagebox("My cursor PatientDemo is "+ iif(used("CurPatientSummary"),"","not ") + "used")
>
>messagebox("My cursor is "+ iif(used("CurPatientSummary"),"","not ") + "used")
>messagebox("My cursor is "+ iif(used("CurOnGoingHealth"),"","not ") + "used")
>messagebox("My cursor is "+ iif(used("CurTreatment"),"","not ") + "used")
>messagebox("My cursor is "+ iif(used("CurConsultants"),"","not ") + "used")
>
>CLOSE TABLES
>MESSAGEBOX("Tables are closed now.")
I don't think, you need CLOSE TABLES in the Destroy event. Comment it out, the tables would be automatically closed, if you use private DS and don't change default settings in DE. You may need close database line, but this should probably be done in the calling program after do form statement...
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform