Has anyone found a fix for the memory error 0x0034199f. I have checked Google and found that it has something to do with the amount of history undo's that are...
Hello, FrameMaker 8, FrameScript 5.0, unstructured Back in Oct I got some help for part of a script we will use to update our files to a new template. The...
I just happened to be working on a similar problem. Click in a paragraph and run the code below. It will highlight and display each string of text that has a...
Rick Quatro
frameexpert@...
Dec 5, 2007 5:22 pm
7942
Is there a way to structure an If statement to check if an object contains a value (not equal to). I am looking at attributes. Sometimes the attribute I am...
... Dave, if you talk about attributes, do you mean variable values? If that is true, you may look in the EslObjects.pdf to check out the methods of the EStr...
Hi Dave, Assuming that you able to return the attribute value as a string in sValue, you can use this string function: Set iPos = eStr.FindString{sValue,'?'}; ...
Rick Quatro
frameexpert@...
Dec 5, 2007 6:57 pm
7945
Thanks, Rick. This got me closer than I had ever managed to get, but I have to admit defeat. At this point I have wasted so much time that I could have just...
Alexandra, I mostly lurk on the list as I don't do much script writing these days but another thing that you might be running into is whether Frame sees the...
Hi Alexandra, Don't give up so fast! If you need clarification on any of the code, please let me know. Thanks. Rick...
Rick Quatro
frameexpert@...
Dec 6, 2007 12:51 pm
7948
Hi Heather, You raise some excellent points. When you use Get TextList InObject(oPgf) CharPropsChange NewVar(tTextList); you get a list of all of the character...
Rick Quatro
frameexpert@...
Dec 6, 2007 1:00 pm
7949
Well, it didn't seem fast to me :-) since I worked on this for days in Oct. without getting anywhere, lol. I appreciate your offer to clarify. Heather, thanks...
Hi Alexandra, When you loop through the charcter formats in the document with Loop ForEach (CharFmt) In(vCurrentDoc) LoopVar(vCharFmt) If vCharFmt.Name =...
Rick Quatro
frameexpert@...
Dec 6, 2007 5:48 pm
7951
Oh. Well that was embarrassing. At one point I did know what CharFmt meant, and I had forgotten. Yes, Rick your script does work with my cursor in a paragraph....
Hi Alexandra, Here is how I would do this with a couple of functions. The first three lines before the functions are so you can test them on the paragraph ...
Rick Quatro
frameexpert@...
Dec 6, 2007 6:47 pm
7953
Rick, thank you so much. It works now. I will add it to my mega script and we can now update our files with a new template in minutes. I understand what you...
I'm using "Print bookObject (bookvar); to produce a PS file that I then run distiller on to produce the PDF file. I could never get the Save Book BookObj...
... do this ... Heya Rick, I use this command line utility, which is free: http://www.beyondlogic.org/solutions/cmdlinemail/cmdlinemail.htm And then I use: Run...
I purchased the FrameScript software on 12/5. Since then, I have been trying to register the software so I can get a software key and actually use the...
Hi Sue, What version of FrameScript did you buy? What version of FrameMaker did you install it with? Thanks. Rick Quatro Carmen Publishing 585-659-8267 ...
Rick Quatro
frameexpert@...
Dec 8, 2007 11:43 pm
7959
Hi Rick: FrameScript 5.0 (full version) and Frame 8. Sue ... did you install it with? Thanks....
... Have you downloaded and installed the Plug-in? Do so. You have created an account at framescript.com? Most probably. After installation you will see one...
Hi Michael: Yes, I have downloaded and installed. Yes, I have entered the EX-XX number into the website. When I hit the "Generate Key" button, I get the...
Hi Sue, I forwarded your message to Marjorie at Finite Matters Ltd. Here is their direct phone number: Finite Matters Ltd. 804.556.1180 - Phone 804.556.1183 -...
Rick Quatro
frameexpert@...
Dec 10, 2007 9:33 pm
7963
Hello Framers and Scripters, FrameScript 5 adds new structured FrameMaker import/export functionality. It allows you to make modifications to your XML files on...
Rick Quatro
frameexpert@...
Dec 11, 2007 3:09 am
7964
I know there is a parameter in the Import File command that will let me specify which page of the PDF to import, but I forgot what it is. Any help would be...
Rick Quatro
frameexpert@...
Dec 12, 2007 1:59 am
7965
Hello Rick, the Import File command has not a page number option. Use for import the New Inset command. // Sample:  // Pdf mit mehr wie einer Seite  If...
I've written a FrameScript that searches for a CellNote paragraph tag in either running text or a table. When it finds one, it tests to see whether the text...
Hi Ava, it seems to me that there's something's wrong with your ifs. In the first example, if the Pgf.Name is CellNote, it is shifted to next pgfinflow twice...
Thanks to Brad Anderson for the solution. The parameter is PDFPageNum at it takes an integer value. If you specify a value greater than the number of pages in...