Newsgroups : Borland : borland.public.delphi.nativeapi.win32 : 2008 Jun : How to make help go to a "fragment identifier"?
| Subject: | How to make help go to a "fragment identifier"? |
| Posted by: | "Mark Tiede" (mtie..@mjwcorp.com) |
| Date: | Mon, 16 Jun 2008 11:38:28 |
Couldn't decide which newsgroup to post this on. None looked right to me...
So
I have an "HTML Help WorkShop" compiled .chm file. And one of the pages has
a "fragment identifier" called frag. How can I have the help system go to
that identifier? I tried:
application.helpkeyword( 'main.htm#frag' );
That didn't work. Any suggestions?