Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Distributed code not behaving like app
Message
From
16/01/2004 06:02:27
 
 
To
15/01/2004 17:33:08
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00866803
Message ID:
00867398
Views:
16
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform