Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Problem with GETFILE() in form
Message
De
04/10/2001 14:00:25
 
 
À
04/10/2001 10:33:23
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivie
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00564159
Message ID:
00564345
Vues:
21
This should also work:
CD "&pc_curdir"
Rick

>Possibly you have an embedded space in pc_curdir. In this case, I think the solution is to replace:
>
>
>CD &pc_curdir
>
>
>with:
>
>
>CD (pc_curdir)
>
>
>HTH, Hilmar.
>
>>I recently added a command button to a form that allows the user to attach a file when sending an email message from the form.
>>
>>The button works perfectly when the project runs from Fox, but users are receiving an error of "invalid path or filename" when they use the executable. The attachment still goes with the email, but they get the error message all the same.
>>
>>I can't see an obvious problem with the code.
>>
>> pc_curdir = FULLPATH("")
>> CD c:\ && Start file search in root directory
>> pc_attach = GETFILE()
>> CD &pc_curdir
>> ThisForm.Refresh
>>
>>Any suggestions?
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform