Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Distributed code not behaving like app
Message
De
16/01/2004 06:02:27
 
 
À
15/01/2004 17:33:08
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivie
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00866803
Message ID:
00867398
Vues:
15
problem solved.

What I'm doing is creating a generic "file opening" function which creates a string along the lines above.

the solution was to break the string in two

USTRING= (GLOBOBJECT.cDataPath)+'\'+FNAME
tells the system what to open

and
instring=WKAREA+' ORDER '+NDEX+' '+UPDOWN+' '+XCLU+' ALIAS '+TRIM(ALS)+' AGAIN'

tells the system how to open it

I was trying to do it all in one string, which gave me the problems mentioned.

However the two string approach works everytime. The syntax is:


USE (USTRING) IN &INSTRING

Thanks for your interest
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform