Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Changing memberclass for an optiongroup
Message
From
22/02/2005 16:18:46
 
 
To
22/02/2005 14:32:53
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP1
Miscellaneous
Thread ID:
00988854
Message ID:
00989422
Views:
24
>Fabio --
>
>Same question, but for pageframes ... I'd like to add my own class for pages ... is there a similar trick for naming this class?
>
>Thanks,

Yes, the VFP scheme is the same.

Start with a old Class with [Member]Count=0
and change its empty MemberClass to a defined class,
without lost anything, then:
OptionGroup     -> uses Memberclass "Option"
CommandGroup    -> uses Memberclass "Command"
PageFrame       -> uses Memberclass "Page"
Grid            -> uses Memberclass "Column"
Fabio
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform