Alex, Have you ever thought of reading the answers to your previous, identical question? If you don't receive e-mails, see the web site -- well, otherwise you...
Hi all, I need to write a script that switches a footnotemarker in the text with any kind of text sign (?, !, ;,.,:,,) example: This is a sentence.(1) needs to...
Hi Karen, You can find the footnote anchors in a paragraph by using this (assuming oPgf if your paragraph object): Get TextList InObject(oPgf) FnAnchor...
Rick Quatro
frameexpert@...
Nov 6, 2007 4:03 pm
7895
I'm getting a 404 going to: www.framescript.com What is the new URL? I am interested in purchasing Framescript. Thanks...
Hello Scripters, I need to send an email after a script finishes. Any ideas on how to do this would be appreciated. Thanks. Rick Quatro Carmen Publishing ...
Rick Quatro
frameexpert@...
Nov 7, 2007 1:07 pm
7898
This is what I am interested in doing. Please tell me if it's possible with Framescript. I am a newbie and have not yet purchased it. I am also not a...
Hi Steve, Since you don't yet need implementation details, the answer is, Yes. Rick Quatro Carmen Publishing 585-659-8267 www.frameexpert.com...
Rick Quatro
frameexpert@...
Nov 8, 2007 6:42 am
7901
Hello Rick, I hope I can help you with this one in return... Have you already considered using Microsoft's CDO ActiveX. As Framescript is able to work with...
Hello Rick, I hope I can help you with this one in return... Have you already considered using Microsoft's CDO ActiveX. As Framescript is able to work with...
Hi Erik, Thanks. I haven't been able to get it working yet with FrameScript, but I will try to figure it out. Thanks for the tip. Rick Quatro Carmen Publishing...
Rick Quatro
frameexpert@...
Nov 8, 2007 3:05 pm
7904
Does anyone have their phone number and/or know when either the www.fml.com or www.framescript.com Web sites will be back up?...
(804) 556-1180 We had a hard drive fail on the server earlier this week. We had also planned on moving the server so we're using the opportunity to do this as...
Brad Anderson
brad@...
Nov 8, 2007 10:33 pm
7906
FrameScript 5, FrameMaker 6.0, Windows 2000 I'm new to FrameScript and, like many new users, I have a lot of questions. I have Rick's Crash Course book and...
Hi Lief, Your subroutine sets vCurrentDoc = ActiveDoc. An active document is one that is in the front-most visible window. When you open a document with...
Rick Quatro
frameexpert@...
Nov 9, 2007 12:43 pm
7908
I've written a script that searches for a CellNote paragraph tag. If it finds one and if the text in that paragraph is conditional (i.e. ANY condition)it adds...
Ava, you have to look at the Properties for the TextLocation: Get TextProperties TextLoc(vTextLoc) NewVar(vTextProps); If (vTextProps.InCond.Count > 0) // at...
Hi All, In one of the framemaker file, we have a section in which to explain the various parts of a code sample using the callouts. The problem that we are...
Ranvyjay, YOu have to put the code example together with the callouts into an anchored frame, that is treat them as an image. Create an anchored frame, inside...
Rick, I recently purchased your FrameScript book and like it a lot. It has certainly taken a lot of guess work out of working with FrameScript. I have a...
Hello Dave, your script returns the attibute defs for any elementdefs and returns not the attributes or attribute values for elements in the document. Use the...
Thanks a lot, Michael. Your suggestion was 101% accurate and now my problem is solved. Thanks a lot again. Ranvijay Chandel Information Developer II Sterling...
Dave, As you've noticed, getting the value of an attribute without all the associated info is a pain. I think that in the FrameScript 5.0 announcement I saw...
Dear All, I have a whole lot of scripts installed. Now I'm running into a problem where running of one script influences the other. Example - one script is...
Hi Michael, ... no, this is not possible. Use the eDebug object for check the values of variables. best regards Karsten  Dear All, I have a whole lot of...
FrameMaker (6) has an problematic functionality - when you open a file containing cross-references, the cross-references are automatically updated. This is...