Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
MS Internet Transfer Control
Message
De
08/10/1999 08:19:27
Oleg Khvalin
The Sutherland Group Ltd
Rochester, New York, États-Unis
 
 
À
08/10/1999 07:31:35
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Divers
Thread ID:
00273356
Message ID:
00274139
Vues:
28
>Thanks for your help, I've got it to work with the help of Oleg Khvalin. The big problem with this control is that it won't work with filenames or paths containing a space.
>
Sylvain,
To use filenames with a space you need quotas around file name.
It will look like that:
< ...... >
lcInFileName = '""My Input File Name""'
lcInFileName = '""My Output File Name""'
lcExecute = ', "get ' + lcInFileName + ' ' + lcOutFileName +'"'
Thisform.OleFTP.Execute (&lcExecute)

HTH
Oleg
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform