Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Append
Message
De
28/04/2008 07:13:04
 
 
À
28/04/2008 06:59:11
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:
01313446
Vues:
7
thank you
i try it, no result no errors
	 DO CASE
CASE INLIST(Thisform.Optiongroup1.Value,1,2)
    REPLACE prior WITH 1 in (cAlias)
CASE INLIST(Thisform.Optiongroup1.Value,3,4)
    REPLACE prior WITH 2 in (cAlias)
ENDCASE
>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
>
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform