Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Adding a non-visual class to Visual FoxPro project
Message
From
12/04/1999 12:30:57
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Title:
Adding a non-visual class to Visual FoxPro project
Miscellaneous
Thread ID:
00207481
Message ID:
00207481
Views:
94
Does anyone know how to add a non-visual class to a FoxPro project? I have created a class using the DEFINE CLASS X AS CUSTOM and placed this into a .prg file. Unfortunately, I cannot successfully add this class to a form. I used the following syntax in the FORM's init procedure:

SET PROCEDURE TO MyClasses ADDITIVE
THISFORM.ADDOBJECT('oX', 'MyClasses')

I then added the .prg file MyClasses.prg to the project under the 'Code', 'Programs' section of the Project manager. When I try to run the FORM in the debugger I get an error saying the MyClasses.prg file cannot be found.

Where should the .prg file be placed? I put it under the Project\Progs folder. Also, is the code I am using to add the class to the form correct?

Any suggestions would be helpful.

Thanks,

Henry
Next
Reply
Map
View

Click here to load this message in the networking platform