Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Instantiate a class in code
Message
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Title:
Instantiate a class in code
Miscellaneous
Thread ID:
01687754
Message ID:
01687754
Views:
99
Hi,

Typically - in my VFP9 application - business classes are instantiated in the LOAD of the form. I usually drop the class object on the form - at design time - and the class is instantiated automatically in the LOAD of the form.

Now I need to instantiate an object of a class in code (in a PRG file). So far, the only way I found I could do it is as follows:
oObject = NEWOBJECT("class_name","class_name_lib.vcx" )
Can you suggest a better way to instantiate the class?

TIA
"The creative process is nothing but a series of crises." Isaac Bashevis Singer
"My experience is that as soon as people are old enough to know better, they don't know anything at all." Oscar Wilde
"If a nation values anything more than freedom, it will lose its freedom; and the irony of it is that if it is comfort or money that it values more, it will lose that too." W.Somerset Maugham
Next
Reply
Map
View

Click here to load this message in the networking platform