Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
HTML Help for FPW 2.6 ?
Message
 
 
To
11/03/1999 20:55:09
General information
Forum:
Visual FoxPro
Category:
FoxPro 2.x
Miscellaneous
Thread ID:
00194742
Message ID:
00196732
Views:
28
>>In earlier version of VFP, the following worked for me:
>>
>> In the app, put something like this:
>>
>> On Key Label F1 do HtmlHelp
>>
>> procedure HtmlHelp
>> *
>> DECLARE INTEGER ShellExecute IN Shell32 ;
>> INTEGER @HWND,;
>> STRING @lpOperation,;
>> STRING @lpFile,;
>> STRING @lpParameters,;
>> STRING @lpDirectory,;
>> INTEGER @nShowCmd
>>
>> hWind = 0
>> lcOperation = "OPEN"
>> lcFile = "HH.EXE"
>> lcParameter = "MyHelp.CHM"
>> lcDirectory = "C:\WINDOWS"
>> liShow = 0
>> lnResult = ;
>> ShellExecute(@hWind,@lcOperation,@lcFile,@lcParameter,@lcDirectory,liShow)
>> clear DLLS
>
>Hello Mark,
>Did you do this with FoxPro 2.6? I suppose, this works with VFP 3.0, but not with earlier versions.
>Greetings

Could not do this in FP 2.6. See Rick's reply to you for a possible solution with that version.
Mark McCasland
Midlothian, TX USA
Previous
Reply
Map
View

Click here to load this message in the networking platform