Hello Mike, ... This property is not implemented in FrameScript. Instead, you can check the inset property "InsetUpdater". Unfortunately, this property will...
Yes, yahoogroups has a poll function. Go to the specific group site that you want to poll (framescript-users). There is a menu on the left listing all the...
We just upgraded to FM 7.1. Added the Index to the TOC. The hyperlinks work within the FM files themselves. But when the book is saved as PDF, the hyperlinks...
We just upgraded to FM 7.1 and Windows XP. Are there any issues if we continue to use the atm lite fonts? I did a quick test and the generated PDF seems to be...
Hi, My boss is wanting to do this. He has converted all his .gif files to .png files. Does anyone have a script that will change the reference from the .gif...
... to .png files. Does anyone ... the same file, but with a ... Russ, I've pulled some information from the framescript list and put together the following...
Alex, This looks like it will do the job. Just one thing. I think my version of Framescript is not 3.0 or later, can i work around the eSys Objects in your...
Hello Russ, ... Do you think your FrameScript version is 2.1R3? In this case (with activated WinSys object - check: FrameScript > Options > WINSYS -->...
Hello Dick and Klaus, I refer to your discussion about switching between 2 forms. Your solution was to use multiple panels in a form just like the "FrameScript...
Hello Guido, ... Unfortunately, no. You need change the visibility of each object of those panels. Of course, you will create one or more subroutines to set...
I'm trying to automate the straddling of table cells. I looked in the Frame Reference manual that came with Framescript, and I saw the following script: set...
Hello Kristina, ... When you run the following command on your document: Set vTbl = ActiveDoc.FirstTblInDoc; Write Console vTbl.Page.ObjectName +' '+...
Hello Melissa, [framescript-users@yahoogroups.com]: A group for users of "FrameScript" software. You may want to ask this general FrameMaker question in the...
Hello Melissa, [framescript-users@yahoogroups.com]: A group for users of "FrameScript" software. You may want to ask this general FrameMaker question in the...
vsepadonki, ... Please specify whether you - need help with a script you are trying to write by yourself, - would like to charge someone for writing this...
Hello Kristina, ... Yes: You can do this with FrameScript, although this is probably not *that* easy. You may want to check whether the TemplateMapper plugin ...
Hello Scripters, I'm starting to use vectors and found the maximum size of vectors to be quite limited. Maybe a matter of PC memory size, that is? I'm using FS...
Hello Guido, ... This is no limitation of the EVector object itself but probably a limitation of the way you specify its content. I cannot reproduce this error...
Hi Klaus- I just saw that you replied to this... I got side tracked on what the boss calls "Job #1"... I guess he doesn't appreciate the ROI :- ) Anyway, the...
Hello Klaus, ... As usual, you hit the point: I used the join operator without limitation, so "PushBack" is the solution. Thanks for help. Guido Carl...
I want to write a script that alphabetizes a list. Is there a way to use the find string command with wildcards? I want to search for the begining of a...
Hello Paul, ... The command "Find FromTextLoc" does support wildcards: Find FromTextLoc(vTextLoc) Wildcard ... ... You can either use the command Find...
OK, you guys caught my interest one more time. Looking at Paul's problem/solution got me to thinking. One of the problems I have, is the way typist leave a...
Hello Scripters, Is there a way to programmatically locate missing fonts in a document. In other words, I want to go through the list of fonts in the document...
Rick Quatro
frameexpert@...
May 11, 2005 8:11 pm
6089
Hi Bill, It's actually a little simpler; you could use this instead. Notice the use of the Suffix parameter. Set oDoc = ActiveDoc; Loop ForEach(Pgf) In(oDoc)...
Rick Quatro
frameexpert@...
May 11, 2005 8:16 pm
6090
Thanks again. This one is going to be "Way To Useful." No such thing as a dumb question! This one is even better than replacing "sticked" with "stuck"! ...