Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Append
Message
De
28/04/2008 07:47:37
 
 
À
28/04/2008 07:32:21
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Re: Append
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01313438
Message ID:
01313452
Vues:
8
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform