Hi Stephen,

First of all, you need an installed event script that "waits" for the 
message from the hypertext click. The event script needs a Message event 
that receives the call from the hypertext click.

Event Message
//
Local sMessage(Message);

Display sMessage;
//
EndEvent

Then your Hypertext marker needs the correct syntax:

message fsl Message To Pass To The Script

where

message = the syntax for sending a message to another program.
fsl = the program you are sending the message to
Message To Pass To The Script = a string that is received by the Message 
event and is stored in the sMessage variable.

This should get you started.

Rick Quatro
Carmen Publishing
585-659-8267
www.frameexpert.com


I would like to create a hypertext zone in a FM
doc that launches a FrameScript script...is that
even possible...any ideas anyone...

Thx

Stephen O'Brien
R?dacteur technique / Technical Writer
InnovMetric Logiciels inc. / InnovMetric Software Inc.
2014, Cyrille-Duquet, suite 310
Qu?bec (Qu?bec) Canada G1N 4N6

Tel.: (418) 688-2061
Fax: (418) 688-3001
E-mail: sobrien at innovmetric.com
www.innovmetric.com
PolyWorks, the Universal 3D Metrology Software Platform for Manufacturing 
(TM)

Reply via email to