Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cannot access table error
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00660297
Message ID:
00660307
Views:
10
>I have a form, ... before it unloads or destroys itself, an error message >
>
Cannot access table
It seems as if You are manually closing a table too early. The error
often is caused by grids who's RecordSource has been taken away.

You can avoid this either by not closing tables, lets say, before
the unload event.

Resetting the Grid's RecordSource, e.g. in the queryUnload, also should do the deal
Do something like
This.pgf1.page1.Grdi1.RecordSource = ""
...
HTH
Regards from Berlin

Frank

Dietrich Datentechnik (Berlin)
Softwarekombinat Teltow (Teltow)

Frank.Dietrich@dd-tech.de
DFPUG # 327
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform