Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Referencing
Message
From
04/01/1999 11:48:18
 
 
To
04/01/1999 11:44:00
Ron Hoffler
United Information System
Rockville, Maryland, United States
General information
Forum:
Visual FoxPro
Category:
Menus & Menu designer
Title:
Miscellaneous
Thread ID:
00172442
Message ID:
00172444
Views:
24
>When you are referencing an object from your main menu to your forms, using, can references a method or object that you have create. If so how ?

You should provide reference link when you create an object, e.g.
oApp.MyObject=CreateObject(...)
and later on you can call it using
oApp.MyObject.MyMethod()
Note, that usually you don't need to put everything into application object properties, it's better to have some king of object hierarchy (oApp points to some modules which linked to some forms, which linked to some objects etc.)
Edward Pikman
Independent Consultant
Previous
Reply
Map
View

Click here to load this message in the networking platform