Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Class Browser/ViewCode.prg errors!
Message
From
16/12/2003 19:03:34
 
 
To
16/12/2003 15:57:44
Scott Malinowski
Arizona Fox Software LLC
Arizona, United States
General information
Forum:
Visual FoxPro
Category:
The Mere Mortals Framework
Miscellaneous
Thread ID:
00859638
Message ID:
00859721
Views:
16
>Thanks for that insight. It sure curtails my desire to get where I want to from that angle. What might you suggest for duplicating classes in class libraries? I have a class that is really a form that I want to use parts of in multiple other classes. This is not like a class/sub-class situation, more of turning a complicated form into several simplified forms.

The way to do this is to have all contains be separate classes, then add instances to a form. For example, you have to create a Page class and add controls, then add that page class to a pageframe class, then add that pageframe class to a form. Then when you output the source to a PRG, it will map properly to DEFINE CLASS since there won't be any attempt to add objects to other objects in the class definition.
Previous
Reply
Map
View

Click here to load this message in the networking platform