Hi Rick, When I went thru the Framescript Reference Manual. I found out the following properties for the Save Command for a Document or Book. * File - The new...
Hi Ranvijay, In FrameMaker, choose File > File Info and try setting the Title value and see if it passes through to the PDF. If it does, you can set this in ...
Rick Quatro
frameexpert@...
Feb 2, 2009 1:42 am
8701
Thanks a lot - Rick. Even I thought about this property when I went thru the Framescript manual. I tried setting the properties like Author and Title from File...
Hi Rick, It did work. It was not working because of one stupid mistake I made. When I copied the code it got copied in two different lines like this: Set...
I apologize if this has been answered a dozen times. I can't search the group to see whether this is a common question. Some of our writers add circles to...
Thanks a lot - Rick once again. That also worked fine. Now, I have to more issues left with my script. 1) First one that the variable value contains the full...
Hi Ranvijay, 1) Set sBookName = eSys.ExtractFileName{oBook.Name}; Set sBookName = eSys.RemoveFileExtension{sBookName}; 2) Set sBookName =...
Rick Quatro
frameexpert@...
Feb 2, 2009 6:02 pm
8707
Hi Rick, If I interpret your question correctly, yes, it's possible. A group is a graphic object, just like any other object. So you can loop through all...
I have very limited experience with Framescript, but I like working with it to solve simple problems. Now I have run into a problem I have not been able to...
Hi Roy, It may be a syntax issue. To get cells that aren't first or last, you should be able to use // Test this with the insertion point in a cell. Set oPgf =...
Rick Quatro
frameexpert@...
Feb 4, 2009 7:18 pm
8711
That solution worked well. Thanks. ... you should be able to use...
Is there a way to force a line break to create multi-line messages in a MsgBox object or with the Display command? Are there any other formatting options such...
Hi Roy, MsgBox 'Message box with a line breaks '+CHARLF+ 'and tab'+9S+9S+'characters '+CHARLF+ 'to line'+9S+9S+'things up.'; To apply formatting, you would...
Rick Quatro
frameexpert@...
Feb 6, 2009 3:16 pm
8714
We have a potential change in documentation convention and I'd like to know if Framescript is up to the task. I need to be able search for occurrences of text...
... You could design your own dialogs and write all the necessary event handlers for each button. Many users find it easier to program the required logic into...
Hi John, FrameScript has build just about any dialog box that you can imagine. However, coding an interface like this can be pretty complex. If I were you, I...
Rick Quatro
frameexpert@...
Feb 6, 2009 6:15 pm
8718
Hi Philip It's working only to messages posted after december of 2007. Furia...
Hello Framers, I am trying to Search string at each line end ,but it can't search exact.i don't know why? I'm using FM 7.2 and FrameScript 4.1R. Run TextRemove...
Hi Rick, Thanks for your suggestion, it seems that no difference with my code before , and a curiout fact is that will search string not only ">". ... are ......
Hi, Some of my scripts copy and paste text, tables etc. Most of the scripts take some minutes and one up to 2 1/2 hours. However, when I copy/paste in other...
Hi Winfried, I am not sure if this will help, but I have gotten into the habit of doing this with my copy/cut/paste code: PushClipboard Copy Text ... Paste...
Rick Quatro
frameexpert@...
Feb 11, 2009 1:08 pm
8726
Hi Rick, Thank you very much for the answer. Do these commands preserve the clipboard with the FM data, when I accidentally copy something after the script's...
Hi Winfried, I don't know the answer to the clipboard question, as I have never really experimented with it. The only practical way to move a table is to use...
Rick Quatro
frameexpert@...
Feb 11, 2009 1:34 pm
8728
Hi Rick, Thank you very much. Obviously I have to be careful what to do while a script is running. Best regards Winfried ________________________________ From:...