Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Strange error while compiling
Message
De
13/10/2007 19:14:22
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Divers
Thread ID:
01260851
Message ID:
01260858
Vues:
10
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 + '"'
>>
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform