Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Append
Message
De
28/04/2008 06:59:11
 
 
À
28/04/2008 06:32:02
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:
01313445
Vues:
10
Hi,

in that case you should wrap the value-assign in a 'do case...endcase' clause.
DO CASE
CASE INLIST(Thisform.Optiongroup1.Value,1,2)
    REPLACE prior WITH 1 (alias)
CASE INLIST(Thisform.Optiongroup1.Value,3,4)
    REPLACE prior WITH 2 (alis)
ENDCASE
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform