Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Class wizbtns
Message
 
 
To
25/04/2002 13:55:40
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Title:
Miscellaneous
Thread ID:
00649228
Message ID:
00649248
Views:
29
>Hello, i have this problem:
>
>The programmer before me modify the wizbtns class and i realize that when i saw some problems in other forms with that class in other works good, but i create new forms that i don't need to use the modified class, so here are my questions:
>
>- Can i use two diferents classes for the wizbtns in my program, if that is true, how i do this?

You may create a new classlibrary (or copy of classlib with wizbtns) and put this class in it. Then rename this class into something different, say, FormButtons. So, in your forms you will use this new class from your new classlib, so you can modify this class to your desire.

>- How can i access to the code of the class modified to see the problem lines within it?

In design-time type modi class in Command Window, open class and examine its code.

In order to see the code in run-time, put set step on in Form's Load, so you will see everything...
>Thanks for the help.
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform