Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Views and working tables
Message
From
23/05/2002 10:17:39
 
 
To
16/05/2002 13:35:20
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00657626
Message ID:
00660442
Views:
13
>Error loading file record number 13 form1 or one its members loading form or the data environment not a table.
>

If the form you are using is an 'SCX' open it as a table:
Use Getfile( 'scx' )

If it's in a class library, open it as a table with this:
Use getfile( 'vcx' )

The object defined by the data in row 13 of that table is where the problem is occuring. It will most likely be a form control that is bound to data. Check to see what it that data is. Whatever the data source is, is the cause of your problem. This wont solve the problem, but it will show you where to look.

HTH and good luck : )
Previous
Reply
Map
View

Click here to load this message in the networking platform