Hi,

I have a button on a form that the user can click to display a chm file.

The following works on my development machine (XP Pro SP2) both in
development and runtime.

Nothing happens on the client's machine (XP). The file is in the path and
double-clicking on the help file in Windows displays it as expected.

Any suggestions would be appreciated.



Regards



John Pugh

Adelaide South Australia

*****************Code in button*********************

*!* SET HELP TO Pay_Essentials.chm

*!* HELP

=_vfp.Help('Pay_Essentials.chm')

IF oParams.g_runtime=.F. && avoid error message in runtime

SET HELP TO

ENDIF

Re: Calling an HTML Help file from VFP9 by Stefan

Stefan
Tue Apr 15 01:45:26 CDT 2008


"John Pugh" <notreal@xyx.com.zz> schrieb im Newsbeitrag
news:48044907$1@dnews.tpgi.com.au...
> Hi,
>
> I have a button on a form that the user can click to display a chm file.
>
> The following works on my development machine (XP Pro SP2) both in development and
> runtime.
>
> Nothing happens on the client's machine (XP). The file is in the path and
> double-clicking on the help file in Windows displays it as expected.
Hi John -

Do these articles help?
http://support.microsoft.com/default.aspx?scid=kb;en-us;Q194196

http://support.microsoft.com/default.aspx?scid=kb;en-us;Q314296



hth
-Stefan




--
|\_/| ------ ProLib - programmers liberty -----------------
(.. ) Our MVPs and MCPs make the Fox run....
- / See us at www.prolib.de or www.AFPages.de
-----------------------------------------------------------



Re: Calling an HTML Help file from VFP9 by John

John
Tue Apr 15 18:23:47 CDT 2008

Hi Stefan,

Thanks for the links - they should help.

Regards,

John
"Stefan Wuebbe" <stefan.wuebbe@gmx.de> wrote in message
news:OWHVETsnIHA.5692@TK2MSFTNGP03.phx.gbl...
>
> "John Pugh" <notreal@xyx.com.zz> schrieb im Newsbeitrag
> news:48044907$1@dnews.tpgi.com.au...
>> Hi,
>>
>> I have a button on a form that the user can click to display a chm file.
>>
>> The following works on my development machine (XP Pro SP2) both in
>> development and runtime.
>>
>> Nothing happens on the client's machine (XP). The file is in the path and
>> double-clicking on the help file in Windows displays it as expected.
> Hi John -
>
> Do these articles help?
> http://support.microsoft.com/default.aspx?scid=kb;en-us;Q194196
>
> http://support.microsoft.com/default.aspx?scid=kb;en-us;Q314296
>
>
>
> hth
> -Stefan
>
>
>
>
> --
> |\_/| ------ ProLib - programmers liberty -----------------
> (.. ) Our MVPs and MCPs make the Fox run....
> - / See us at www.prolib.de or www.AFPages.de
> -----------------------------------------------------------
>