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