The product name has changed once again and so I would like to make it a variable instead of it being hard coded. First, is there an advantage to this? Second,...
... Omigod, yes! Variables save lots of time and mindless work when the inevitable changes in product name, version number, company name, etc., occur. Just one...
Hi, ... However as far as I know this script doesn´t search on master pages. We use the product name also in the header. Therefore I´d use a script to...
Hello Framers, If you want to learn FrameScript, I am having a special sale. See the home page of my web site. Thanks. Rick Quatro Carmen Publishing ...
... Rick, Do you have a text-only description of your bundle? I get a blank screen when I access your webpage. (That might be because I'm running OpenBSD with ...
Dave Feustel
dfeustel@...
Apr 2, 2003 2:33 pm
3598
Hello Framers, I have received a few inquiries from people outside the US. The bundle includes US shipping only because I don't have an easy way to calculate ...
Can you use FrameScript to detect a double-click in a document? I've searched FML's documentation and have found no reference to this, although I know you can...
Hi Mom, ... Double (or Triple) clicks can be detected in the Event NotePreMouseCommand: Event NotePreMouseCommand If (IParm.ObjectName) = 'Session' Set...
Also, we are using a different para element to write the emails (called "email" of course), if that helps. RLO ... Do you Yahoo!? Yahoo! Tax Center - File...
Here's as far as I got. LOOP Foreach(Pgf) In(ActiveDoc.MainFlowInDoc) LoopVar(pgfvar) IF pgfvar.Name = 'Email' Display pgfvar.Text ENDIF ENDLOOP This allows me...
Larry, What happens if you use Format > Document > Text Options and you add an @ in the Allow Line Breaks After field? Rick Quatro Carmen Publishing ...
Hello everybody. I'm just do start programming with ElmScript/FrameScript and, naturely, I get an error "invalid data type" which I can't understand. Well, I...
Hello Guido, ... Let's take look at that line: Find Member(vTemp) InList(vFileLst) ReturnStatus(vFound); Ok, what's the invalid data type? Place these lines...
Hallo, here is a little sample for recursion. //--------------begin code--------------- //File: RecDir.fsl //Rekursives durchsuchen von Verzeichnissen NEW...
When opeing an sgml file that represents a book, you are immediately presented with the Save Book dialog. Is it possible to avoid having this dialog display ...
I need to create a set of reference pages. The goal is to create a page with a flow containing a table that can grow to any required size. I have two questions...
Hi there, I got the following problem: In a document I have referenced Images. But during creation of my document and these referenced Images the image names...
I've noticed that some graphics (such as emf), even when imported by reference into a document, cause the Set DPI button in the Object Properties dialog box to...
Mom, I can answer the first one... an emf is a vector format which means that it's described as a set of polygons and lines--therefore there's no DPI setting...
... Only bitmap (raster) graphics can have their DPI changed. A scalable vector graphic doesn't have a DPI (dots per inch) setting because it doesn't consist...
I use the Framescript Database object to create framemaker files from database tables. I woul like to be able to update the tables to reflect edits I want to ...
Marcus Streets
marcus@...
Apr 9, 2003 9:29 pm
3618
Hi Marcus, The current Database object is read-only. I am hoping that this is changed for FrameScript 3. Rick Quatro Carmen Publishing 585-659-8267 ...
I'm trying to import a book file (saved as a MIF) into a Frame document, but I keep getting an error 43: Bad Parameter. any ideas out there? thanks Rick D....
Hi there We are working on a FrameMaker book (700 pages, 25 chapters) which was previously edited by about 10 persons separately. Not knowing much about FM's...