Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Problem with GETFILE() in form
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Problem with GETFILE() in form
Divers
Thread ID:
00564159
Message ID:
00564159
Vues:
53
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?
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform