In a document I open PDF files using a click on a hypertext command (Message openfile path/name.pdf). If the PDF file name contains an apostrophe, the link...
Post your Hypertext command so we can see the syntax. Rick Quatro Carmen Publishing Inc 585-659-8267 www.frameexpert.com...
Rick Quatro
frameexpert@...
Sep 11, 2008 2:55 pm
8481
Sorry, here is the command... message openfile \\civette/4654 Création du format de projet d'IMSurvey.pdf The above command does not work because of the...
This is the marker text; I was hoping to see the entire FrameScript command that is using the marker text. Rick Quatro Carmen Publishing Inc 585-659-8267 ...
Rick Quatro
frameexpert@...
Sep 11, 2008 3:34 pm
8483
Hi. Not sure I understand. I insert in my document the hypertext marker using Special > Hypertext, I choose Message Client in the Command list box, and give...
Hi Stephen, Since this is a FrameScript forum, I assumed that you were using a FrameScript command to invoke the marker. I am not sure what the problem is. You...
Rick Quatro
frameexpert@...
Sep 11, 2008 4:51 pm
8485
I have an event script that triggers after I insert an indexEntry element in a document. If I insert the element from the FrameMaker window the event script...
Why don't you just call the installed event script whenever necessary from your script? That is, make the Event call a subroutine, which then can be called ...
Hi Fred, Events are not usually triggered when you perform the action programmatically. But like Michael says, just have the script that inserts the element...
Rick Quatro
frameexpert@...
Sep 17, 2008 5:06 pm
8488
What would be the best way to compare two versions of the document and highlight the differences in terms of text but not layout, automatically using the...
Use the FrameScript DocCompare command. Rick Quatro Carmen Publishing Inc 585-659-8267 www.frameexpert.com...
Rick Quatro
frameexpert@...
Sep 23, 2008 12:45 pm
8490
Is it possible to use DocCompare just to extract textual differences? The result of DocCompare also contains differences because of layout changes and I don't...
Greetings FrameScripters. I am fairly new to FrameScript but have been able to get up to speed thanks to all the great code and discussions on this list. Now I...
For the issue I mentioned previously (comparing texts of two documents), I decided to iterate thru paragraphs and compare their text. However, now I have...
Hi Sven, Use the FindPos method of the EArray object, as explained in the FrameScript Object Reference: Display lv_fmts_3lvl.FindPos{'nodform'}; Rick Quatro ...
Rick Quatro
frameexpert@...
Sep 26, 2008 12:27 pm
8498
Hi Rick, thanks for your answer. That does exactly what I need. Sven...
Hi Scripters, Does anyone know of a FrameMaker document or session property that controls whether a file is opened in "maximized" or "restored" view? If I...
Hi, I don't know if such property exist but in order to maximize and minimize you can use KbdMaximize and KbdMinimize F-codes. I am pretty sure there is...
I'm still running FrameMaker 6.0 and I've actually had a copy of FrameScript for quite a while -- I just haven't had the time or need to try and use it. But in...
... Well, I guess a lot of folks learn best by doing it! Or by looking at available scripts that seem to solve a similar problem. ... If you still have...
Hi, I want to write a short script which moves to each text inset and updates it. In my file there are 8 different text flows. In each there is a single text...
Hello Winfried, the update for nested textinsets is not possible. Check the current textinset, is this a nested textinset then open the source document etc.......
Hi Karsten, Thank you very much. However, there is nothing nested. There are just 8 text frames, named A to H. Each has a single text inset imported, just a...
Hi Scripters. I've a script (as UTF-8) and the following line returns the false character position. (Elmscript Fontencoding is set to 'UTF8') What's wrong? Set...
... As long as FrameScript is running in UTF8 mode PlatformEncodingMode is not needed and not working. I can confirm this behaviour (bug). Since the .SubString...
Hi Chris, What versions of FrameMaker and FrameScript are you using? Thanks. Rick Rick Quatro Carmen Publishing Inc 585-659-8267 www.frameexpert.com...
Rick Quatro
frameexpert@...
Oct 14, 2008 5:19 pm
8509
Hi Chris, I am on FrameMaker 8 and FrameScript 5.1R3p210. I get 8 for an answer. Rick Quatro Carmen Publishing Inc 585-659-8267 www.frameexpert.com...
Rick Quatro
frameexpert@...
Oct 14, 2008 8:27 pm
8510
Hi Rick, I've tried it too with your same setup, but saving the script in UTF-8. You get 9 because FrameScript reads the following: Set strText =...