Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Do form cName with cVar
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Do form cName with cVar
Divers
Thread ID:
00620881
Message ID:
00620881
Vues:
42
Hello everybody

I need a real world exapmle of "do form cName with cVar" and how to return the var

I want the same form to run with 5 diffrent vars
gcOld_dir = local dir
gcSer_dir = server dir
gcReq_dir = req dir
gcLpics = local pic dir
gcRpics = remote pic dir

all the vars are 80 charecters

I want to say

if empty(gcOld_dir)
do form c_path with gcOld_dir
if empty(gcOld_dir)
quit
else
replace tbl.old with gcOld_dir
endif
else
replace tbl.old with gcOld_dir
endif


did I explane it ok???
Stephen McLaughlin
"Sexy Steve Valenteno", "Blastmaster"
stephenmclaughlin@gmail.com
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform