Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to launch HTML Help From VFP 5.0a
Message
 
 
To
05/08/1998 11:03:58
Raymond Humphrys
Michigan Department of Community Health
Bath, Michigan, United States
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00114902
Message ID:
00124099
Views:
23
Ray,

The @ in the declare tells VFP they are passed by reference. In the call itself the @ creates the reference.

The reason you are getting the error is because the API name in the DECLARE is case sensitive. You must use ShellExecute in the declare. In the rest of the VFP code you can use any case you want ie ShellExecute, shellexecute, SHELLEXECUTE, sHELLeXECUTE all work equally well when you make the call to the function.

>I noticed that you have variables in the declare section named @lp and in the Shellexecute just above you have them named @lc. Is this on purpose?
>
>I'm getting an error "Can't find entry point in DLL" when I do this procedure.
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform