Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Strange error while compiling
Message
From
13/10/2007 19:14:22
 
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Miscellaneous
Thread ID:
01260851
Message ID:
01260858
Views:
9
That's the way I normally do it also.

>Shorter and much more readable
>
>TEXT TO lcCommand NOSHOW
>RUN C:\Dev\GetData\ProcImages.EXE "<<oApp.cImageFolder>>\<<Photos.cFileName>>" "<<lcPath2PICSFolder>>" "<<lcImageName>>"
>ENDTEXT
>
>
>>
>>lcCommand=[RUN C:\Dev\GetData\ProcImages.EXE ] + ;
>>   '"' + oApp.cImageFolder + '\' + Photos.cFileName + '" ' + ;
>>   '"' + lcPath2PICSFolder + '"' + [ ] + ;
>>   '"' + lcImageName + '"'
>>Or even shorter
>>lcCommand=[RUN C:\Dev\GetData\ProcImages.EXE "] ;
>>    + oApp.cImageFolder + '\' + Photos.cFileName + '" "'   ;
>>    + lcPath2PICSFolder + '" "' ;
>>    + lcImageName + '"'
>>
Previous
Reply
Map
View

Click here to load this message in the networking platform