FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for CA-Clipper How to activate WinHelp with F1
Posts: 1598
Joined: Fri Oct 07, 2005 05:56 PM
How to activate WinHelp with F1
Posted: Thu Jan 26, 2006 03:15 AM

Dear All,

I would like to activate Help file WinHelp() with F1. I try to use as following but it doesn't work and it will ask to fine MAIN.HLP.

SET KEY VK_F1 TO WinHelp('MyHelp.HLP')

How can I do it?

Thanks&Regards,
Dutch

Regards,

Dutch



FWH 2304 / xHarbour Simplex 1.2.3 / BCC73 / Pelles C / UEStudio

FWPPC 10.02 / Harbour for PPC (FTDN)

ADS V.9 / MySql / MariaDB

R&R 12 Infinity / Crystal Report XI R2

(Thailand)
Posts: 4840
Joined: Fri Nov 18, 2005 04:52 PM
How to activate WinHelp with F1
Posted: Thu Jan 26, 2006 04:40 PM

Dutch,

Try just redefining the helpIndex() function (and don't use SET KEY).

function helpIndex()
return winHelp("myhelp.hlp")

James

FWH 18.05/xHarbour 1.2.3/BCC7/Windows 10

Continue the discussion