Invoking Help thro WINDOWS API
hi folks,
i have created a simple windows help using robohelp classic, when i tried to invoke the help file
using the windows API. the help pops up but, it doesnt go the particular topic which i had created.
i have written the following code in KEY_HELP trigger at form level:
BEGIN
WIN_API_SHELL.WINHELP('C:\EMP\EMP.HLP','3',WIN_API.HELP_CONTEXT,FALSE);
EXCEPTION
WHEN NO_DATA_FOUND THEN
NULL;
END;
pl asvise how to go about further.
thanks in advance !
- senthil