Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Replace
Message
De
17/12/2006 08:44:54
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Replace
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01178386
Message ID:
01178386
Vues:
59
hi all,

is there a way to convert it to vfp code
for i= thisform.text1.value to  thisform.text12.value
 if (i)any text <>space""
    REPLACE (thisform.text2.Value) WITH NEWNAME
    REPLACE (thisform.text3.Value) WITH NEWNAME 
    REPLACE (thisform.text4.Value) WITH NEWNAME
    REPLACE (thisform.text5.Value) WITH NEWNAME 
..
..
..
..
..
    REPLACE (thisform.text11.Value) WITH NEWNAME
    REPLACE (thisform.text12.Value) WITH NEWNAME 
 ENDIF
ENDFOR
thanks.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform