Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Object TABLE1 is not found?
Message
From
05/06/2001 16:25:06
Gerry Schmitz
GHS Automation Inc.
Calgary, Alberta, Canada
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00515293
Message ID:
00515392
Views:
12
>Why do I get this error?
>
>My Form Init code:
>USE table1
>SELECT table1
>SCATTER NAME table1 MEMO
>
>On the form itself I have numerous textboxes with ControlSource set to
>m.table1.fieldname with "m.table1." preceding each fieldname in each textbox as a reference back to the table1 table.
>
>I thought SCATTER table1 MEMO would automatically create an object with the same name as my table?
>
>Help please. I must be close. I get the error "Object table1 is not found." several times when I run the app and it starts to display the form.
>
>Thanks so much.

As far as I can tell, your "table object" is PRIVATE and going out of scope. You have to make it public prior to the first SCATTER; eg.

PUBLIC Table1
Previous
Reply
Map
View

Click here to load this message in the networking platform