Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problem w/ Object Visibility
Message
From
15/08/2000 09:30:07
 
 
To
15/08/2000 09:01:25
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00404848
Message ID:
00404899
Views:
11
>This runs the INIT which in turn fires my METHOD this.startup() which creates the menu and the READ EVENTS.

Ahhh, thats the problem. See, if you put the app in a wait in yout StartUp, which is called from your Init(), it means the CreateObject() never finishes, and while the object exists, it is never assigned to the variable, therefore not visible.

Does that make sense?

Do your READ EVENTS after the App object is setup.
Previous
Reply
Map
View

Click here to load this message in the networking platform