Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Calling a class from a form
Message
From
06/06/2001 12:54:36
 
 
To
05/06/2001 22:13:35
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00515316
Message ID:
00515891
Views:
11
>I posted the following message in a thread earlier tonight.
>Hi. The following code crashes when it reaches the .show command. I am using it in the click event of a command button in a grid (w/ no control source):
>
> MyObject = createobject('MyClass')
> MyObject.show(1)
>
> Error on show line: Unknown Member MYOBJECT
>
> Erik Moore asked if MyClass was a form. The answer is that it is a container class, and not a form.
>
> thanks, Randy

For some reason the object is not being created... you may want to trace through the init code of your MyClass and see what's going on.

BOb
Previous
Reply
Map
View

Click here to load this message in the networking platform