Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
What's wrong with this line of code....
Message
 
À
16/11/1999 16:17:22
Jimmy Ditta
Twin City Electronics
Monroe, Louisiane, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00291618
Message ID:
00291627
Vues:
18
>so i would say:
>IF thisform.Pageframe1.page1.Optiongroup1.Option2.value = 1
>
>for example?
>
In general, option groups have at least two buttons. I'd suggest somthing like the following:
WITH ThisForm.PageFrame1.Page1.OptionGroup1
  DO CASE
    CASE .Value = 1
      * Do one thing
    CASE .Value = 2
      * Do something else
    OTHERWISE
      * Just an example
  ENDCASE
ENDWITH
The value of the OptionGroup with reflect which button is chosen.
George

Ubi caritas et amor, deus ibi est
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform