Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problem with GETFILE() in form
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Problem with GETFILE() in form
Miscellaneous
Thread ID:
00564159
Message ID:
00564159
Views:
52
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?
Next
Reply
Map
View

Click here to load this message in the networking platform