Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Referencing an object from another object in the stack
Message
 
To
All
General information
Forum:
Visual Basic
Category:
Coding, syntax & commands
Title:
Referencing an object from another object in the stack
Miscellaneous
Thread ID:
00406968
Message ID:
00406968
Views:
73
I have a class called BM_Application. It has a method called ShowFormWiz, and a method called ShowFormSetting.

In a module I do:
dim oApp as bm_Application
set oApp = new bm_Application

oApp.ShowFormWiz
ShowFormWiz just creates and shows a wizard form. In a click event of a button on the form I want to call the oApp.ShowFormSetting method. I can't figure out the syntax though. oApp.ShowFormSetting gives an error that oApp doesn't exist. Any ideas?

TIA
Roi
'MCP' Visual FoxPro

In Rome, there was a poem.
About a dog, who found two bone.
He lick the one, he lick the other.
He went pyscho, he drop dead!
Next
Reply
Map
View

Click here to load this message in the networking platform