Hello, I'm wondering whether it's possible to save an .fm Doc as a UTF8 or UTF16 text file. While I have a hole range of options using the "Save as" menu, I...
Hi, I couldn't find out how to update a table format. In FrameMaker I just click "Update all" in the table designer. However, in FrameScript I couldn't find an...
I am using a modified fsl script to generate a PDF of a set of Frame files. The TOC and Index lose their page-size formats in the final book PDF. Â I can...
Hello. Just tried to run a command line but I always received an error 2, "The system cannot find the file specified". Any ideas why? I'm using FM 7.0, FS 4.1,...
Hi, I am a beginner in FrameScript and working on a framescript to split a large .fm file into multiple smaller .fm files based on the marker type and marker...
Hello- We have one writer in Taiwan now, and he has some issues with some of my framescripts. For instance, when I programmatically import some formats from a ...
Hello Scripters, I am working with the latest UltraEdit beta. Does anyone have an UltraEdit syntax highlighting file for FrameScript that I can have? Thank you...
I'm planning to do a major revamp of some of our documentation. As part of that process, I want to work with smaller, more topic-oriented files. I want to...
Hello, everyone! Haven't been scripting in a while, but today, I am. For some time, we've had an issue of keeping track of who worked on what files on our...
I cannot find this script : OpenDocsSilently.fsl It would be nice from one of you to send it to me. It's such a waste of time to always say ignore on the grey...
Hi all I have been trying to automate language settings for our documents and have come across the following problem (using FrameMaker 8 and ElmStudio Version...
Hi, I have a script that creates and populates new tables. I want to customize the cell top ruling per cell . What is the property that I need to change, for...
Hello fellow scripters, Has anyone found a method to suppress the dialog about 'All master pages will be reapplied' that appears after opening an XML file ? My...
Hi, everyone, I have a FrameScript that runs fine from the command line and from Windows Scheduled Tasks, but steadfastly refuses to run from a CGI script....
Hello all, I am converting structured FM files to XML and find that in one of my files one single EPS is being converted to a CGM. There are more EPS images in...
Another question: I want to select a table row in a structured document. In fact, I do already have the object that represents the table row. But apparently,...
Hello again, Still learning, sometimes struggling, but most of the time my progress is pretty good. I am not at a point where I need to pull elements from one...
Dear Scripters, as soon as you move to ExtendScript (either if you have to or are just curious) you will notice there is no easy built-in method to handle sets...
Does anyone have an idea how I can represent smart quotes in a FrameScript? I would like to be able to search for smart quotes in the text in selected...
Hi all, Just wondering if I am the only one with this small problem: I am using a DialogBox command and want to present the user with an initial file name, but...
Hi, I Have modified the SaveBookAsMif.fsl sample script that comes with FrameScript so it opens the MIF files it created. Now I want to save all the open...
Hello- Does anyone have an example of a tabbed eform? I can create the tabs without too much trouble, but trying to get the objects to be associated with a tab...
OK this is one I cannot find a solution for by looking at it in a different way, so if anyone has experience with this and can help me out, that would be much...
Hello all, In the Esys object I find methods to create or delete a directory, plus all kinds of file handling, but no function to give me a directory listing....
Hi, I have following code to import table format from template, but how to capture return status (if there is any error in importing table format or...
Hi all, I am using libraries of generic functions, but one of them needs to call a specific function from my script. To illustrate this, I have the following...
My name is Bud Davis. I am in the Technical Writing Certificate program at California State University Channel Islands, just north of Los Angeles. I am not...
Hello, I would like to check if the document is writable or not. If the document is not writable exit from the script. I have tried with the code below but is...