Skip to Main Content

Oracle Forms

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Invoking Help thro WINDOWS API

202950Aug 10 2002
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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 7 2002
Added on Aug 10 2002
0 comments
93 views