Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Append
Message
From
28/04/2008 07:47:37
 
 
To
28/04/2008 07:32:21
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Re: Append
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01313438
Message ID:
01313452
Views:
7
Hi,

did you step through your code with the debugger and checked the value of the Optiongroup?

Here some remarks, in case you're new to working with optiongroups:
When creating an optiongroup, you define the # of possible options with myOptiongroup.ButtonCount (Default=2). In your case you would have to set this value to '6' and to resize width and height of the control to see all optionbuttons. Repositioning the buttons won't change the corresponding value. AFAIK you would have to change the optiongroup.OptionX.TabIndex-property.

[x option1] = optiongroup.Value 1
[o option2] = optiongroup.Value 2
[o option3] = optiongroup.Value 3
and so on
Best Regards
-Tom

Debugging is twice as hard as writing the code in the first place.
Therefore, if you write the code as cleverly as possible, you are,
by definition, not smart enough to debug it.

Oh, and BTW: 010101100100011001010000011110000101001001101111011000110110101101110011
Previous
Reply
Map
View

Click here to load this message in the networking platform