Hello Mark, ... (The following notes relate to FrameScript. It should be no problem to translate this to the FDK.) You can determine when the variable format...
Hello, when I attempt to use eSys.MoveFile to move a created PDF, Framemaker displays an error that it cannot read from the source file or disk. Do you know...
I'm asking the moronic obvious question here, but can you save to PDF manually through Framemaker, and are there any additional steps you need to take? ... ...
Hello With help from Paul Schnall, I created a script that searches a document and when it finds text in Note paragraph tag, cuts the text, creates a two-cell...
Hello Ava, There are some syntactical and logical errors in your script. I inserted some comments in the Sub NotesTable below. In Sub NotesTableNew you'll find...
Hi all, I have a problem in finding the vertical position of a pgf that is in a cell in a table. I would like to read a use this information to draw an icon...
Hi all! I want to apply a Combined Font to all PgfFmts in a Document. I create a list with all Combined Fonts. I then display it in a Scrollbox and let the...
Hi list, this is definitely a newbie question and I blame it to my new glasses that I can't find something about page navigation in the documents nor in Ricks...
Hi Sven, There are a couple ways to do this: 1) With a paragraph object, you can use this Find Text(oPgf.TextRange) ScrollTo; 2) With the paragraph's page...
Rick Quatro
frameexpert@...
Jul 11, 2007 4:05 pm
7674
We have need of a utility for tracking the progress of a Framemaker document as it is being built (we have some that take several hours via Patternstream.)...
Al, PatternStream has a built-in function to do this. On the control panel, click on the hourglass icon. PatternStream will then report back (every time...
Brad Anderson
brad@...
Jul 11, 2007 10:37 pm
7676
How do I extract data from Excel spreadsheets? Who can help me? Very Thanks!...
I have inherited a Frame build process that use Ant script and dzbatcher to drive Frame to produce PDF. In general this process is working but it fails when...
Hi Rick, again you helped me out of the mud. Thank you so much! I did all the database programming in a fraction of the time I estimated but this little...
Hi Danny, 1) FrameScript comes with an executable called RunEslBatch which can run scripts from the command line. If FrameMaker is not running, RunEslBatch ...
Rick Quatro
frameexpert@...
Jul 12, 2007 11:35 am
7680
Start with the FrameScript documentation. There are also several database demo scripts that should help you figure it out. Rick Quatro Carmen Publishing ...
Rick Quatro
frameexpert@...
Jul 12, 2007 11:38 am
7681
Try ActiveDoc.CurrentPage=xPagewhere xPage is the Page Object where the para is: you can get it with CurrentPgf.InTextFrame.PageHope this helpsMichaelTo:...
I'm also trying to print the errors to a log file and am unsuccessful using the suggested code below, right after the book update. If I update the book...
The following parameter in your UpdateBook command is suppressing the BookErrorLog: ShowBookErrorLog(False) Rick Quatro Carmen Publishing 585-659-8267 ...
Rick Quatro
frameexpert@...
Jul 12, 2007 1:43 pm
7684
Thanks Brad, I should have clarified that we needed a way to externalize the page count so that it's dynamically available via a web page or whatever, so the...
I'm a new member with my account settings set to view the group on the web only, i.e., no email. However, immediately after joining I was barraged with about...
Hi Al, I got a bunch of those yesterday, so it's probably not you or your settings. Welcome to the group. Rick Quatro Carmen Publishing 585-659-8267 ...
Rick Quatro
frameexpert@...
Jul 12, 2007 3:53 pm
7687
I also signed up yesterday and got the same set of emails. ..dan ... Danny Vint Specializing in Panoramic Images of California and the West ...
... database demo scripts that should help you figure it out. ... Thanks! I still don't understand How I insert string into excel file. Below script is from...
As far as I know, Excel spreadsheets are read-only through ODBC. I have written to Access databases, but not spreadsheets. Rick Quatro Carmen Publishing ...
Rick Quatro
frameexpert@...
Jul 13, 2007 1:18 am
7690
First post -- guess that makes me a newbie. I've searched the archives, but I haven't found quite the answer I'm looking for. Consider the following snippet of...
I'm working on a project in which I need to process every graphic (i.e. imported image files) in a document in the order that they appear. I think I've figured...
Hello all. Does anyone have a script that can search for uppercase words of a particular font and replace the format with a (pre-defined) character tag? I'm...
Hello Brian, ... This does not work. Use FirstSelectedGraphicInDoc instead. ... This can be done easier: Loop While(i <= lv_Properties.Count) LoopVar(i)...