TechWhirl (TECHWR-L) is a resource for technical writing and technical communications professionals of all experience levels and in all industries to share their experiences and acquire information.
For two decades, technical communicators have turned to TechWhirl to ask and answer questions about the always-changing world of technical communications, such as tools, skills, career paths, methodologies, and emerging industries. The TechWhirl Archives and magazine, created for, by and about technical writers, offer a wealth of knowledge to everyone with an interest in any aspect of technical communications.
>16-bit help file works and 32-bit doesn't. I can get it to start ACROREAD
>if I leave off the file name and vice versa (since my machine is
>associating pdf's with acroread), but when I put them together the poor
>little lamb "can't find" them.
>Also, has anybody gotten exit() to function and if so, how? I want to
>follow the aforementioned exec with an exit, but it doesn't exit.
>Head banging stopping now.
Henry, I assume that Getout is a hotspot and you're having the Acrobat
reader open and load a file when you click on the hotspot.
ExecFile doesn't have dual parameters the way ExecProgram does. ExecProgram
can take both the name of the app and the name of the file. ExecFile needs
and will accept only one or the other. Make sure that the file isn't in the
baggage section, too, unless you unpack it first.
The reason that WinHelp doesn't exit is because, from its standpoint, it
hasn't finished the last macro command yet. In effect, it hasn't "reached"
exit yet, and won't because exit probably won't be executed when the focus
returns to WinHelp. WinHelp macros have lots of limitations, and this is one
of them.
A more certain way of handling this would be to write a brief DLL that
WinHelp calls instead of Acrobat Reader. The DLL would then call Reader and
close WinHelp, making cleanup much easier. Any Windows programmer should be
able to whomp one up within an hour or so.
Tim Altom
Vice President, Simply Written, Inc.
317.899.5882 (voice) 317.899.5987 (fax)
FrameMaker support ForeHelp support
Makers of DuoFrame, giving you online help and paper
documentation from a single parent FrameMaker document.
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Post Message: TECHWR-L -at- LISTSERV -dot- OKSTATE -dot- EDU
Get Commands: LISTSERV -at- LISTSERV -dot- OKSTATE -dot- EDU with "help" in body.
Unsubscribe: LISTSERV -at- LISTSERV -dot- OKSTATE -dot- EDU with "signoff TECHWR-L"
Listowner: ejray -at- ionet -dot- net