Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Error when creating object from class?? Weird..
Message
From
04/07/1999 13:03:44
 
 
To
04/07/1999 13:02:00
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00237303
Message ID:
00237345
Views:
13
>Okie, I have found the problem. The problem is that I didn't open the table in Load event of the form class. It runs well if I'm dealing with one table in the form. But the problem is that I'm using data from 2 tables in the class. So in the Load event, I put :
>
>use table1
>use table2
>

This is right, but you forgot one thing. YOu have to open each table in a new work area, or one will open on top of the other.

USE table1 IN 0
USE Table2 IN 0
Erik Moore
Clientelligence
Previous
Reply
Map
View

Click here to load this message in the networking platform