Hi Kai,

The only way I know to do this is with FrameMaker's unstructured interface and the F_ApiOpen command. There is a parameter for stripping the structure and opening the document unstructured. Here is the equivalent FrameScript command:

Set sDoc = 'C:\DATA\Scripts\canada.fm';
Open Document File(sDoc) FileIsStructured(StripStructureAndOpen)
 NewVar(oDoc);

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


Hi,

Is anyone aware of the FDK call that would allow to invoke menu (Special | Remove Structure flow). I would like to action this through an API call and currently I am unable to locate the function that allows this?

If anyone can help I would appreciate it.

Kind Regards

_______________________________________________


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.

Reply via email to