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: [EMAIL PROTECTED] www.innovmetric.com PolyWorks, the Universal 3D Metrology Software Platform for Manufacturing (TM) _______________________________________________ You are currently subscribed to Framers as [EMAIL PROTECTED] Send list messages to [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] or visit http://lists.frameusers.com/mailman/options/framers/archive%40mail-archive.com Send administrative questions to [EMAIL PROTECTED] Visit http://www.frameusers.com/ for more resources and info.
