Hi Everyone, It appears that although I had set the linkend attribute of my xref elements to the new value (with underscores), I had forgotten about the...
Hi, I have a script that makes a list of valid conditions from a specified template file then compares a list of the condition formats in the active document...
You have to loop through each row in each table in the document and check its InCond property. This is an integer list that lists the condition integers that...
Rick Quatro
frameexpert@...
Oct 3, 2006 2:50 pm
7203
Yeah. I figured that out. I think I've got that working in a small test script. Now my problem is that when I put it into my big script, it goes along for a...
I'm not sure, but maybe you'll need a Delete Object(vCondInt) at the end of the inner loop? I guess that FrrameScript bails out if there are too many "new...
I was trying to convert to text or remove all the Cross References from a doc before saving it in XML I tried this but it does not work! Sub DeleteAllXRefInDoc...
Andrea, Take a look at my Loops and Lists tutorial at http://www.frameexpert.com. Rick Quatro Carmen Publishing 585-659-8267 www.frameexpert.com...
Rick Quatro
frameexpert@...
Oct 6, 2006 3:57 pm
7207
Hi, I have a script that does autoediting, going through over 100 variables and placing *** in the document. I would like the script, once through the...
Hello Carey, ... Do you want to select the first book component in the book window or to place the insertion point in the first book component? First, you need...
Klaus: My goal was to place the insertion point in the first book component once the script was complete. I changed a variable to match my script...and added...
Dear all, I have the same need, If one can post the John Francis file in this site, I will appreciate. Thanks in Advance Andrea ... subscribe@yahoogroups.com ...
Hi, I have written a script MoveUnUsedGraphicFiles.fsl (available in Files folder in framescript-users Yahoo Groups page) which will move all the unused image...
Hi Raghu, Instead of using Loop ForEach(File) In(Folder), you should use an EFileInfo object instead. This allows you to precisely identify files and folders. ...
Rick Quatro
frameexpert@...
Oct 12, 2006 12:10 pm
7213
Why not get the plug-in "Archive"? This program takes all the files related to a book (BK, FM, text insert, IX, TOC, and grahics) and places them in a folder...
Rick - just wanted to say that this little db has proven itself effective yet once again. I've created a script that uses insets with named flows, and using...
Hi FrameExperts, I am new to frame makerscript.I had 2 quesions questions. 1) Instead of writing in console using Set vMsg = 'Cannot open "'+ gvBookName +'"...
Hi Prasad, Yes, you can use the TextFile commands to create, open, read, and write to a text file. See the Basics.pdf file for more information. Here's some...
Hello Scripters, I am spending some time learning Perl, which I find a facinating language. One thing that it allows you to do is to read a text file, make...
Rick Quatro
frameexpert@...
Oct 23, 2006 2:19 pm
7218
We have a requirement to supply alternate text ALT for all of our graphics. In Frame, you do this by right-clicking on the Anchor Frame and choosing "Object...
I'm looking for an Event of moving files around in a book. Often, our users accidentally move a file in a book. 1) Is there a way to lock the files? 2)...
Hello Jay, ... Unfortunately, there is no such event. ... Well ... you could make the book view only Set ActiveBook.BookIsViewOnly = True; but then you cannot...
Hello, ... A event for moving bookcomponents in a book is not available. ... This is not possible. ... moved, for a confirmation (a simple message box) Try the...
Karsten, Jay, The Event NoteBackToUser wont trigger moving book components, but Event NoteDirtyBook does. Event NoteDirtyBook could be used in combination with...
Hello Jolly, 'AW:' (AntWort) is the german correspondence for 'Re:' (reply). Best regards Karsten 'MAC' Natebus ... Von: framescript-users@yahoogroups.com ...
Jay, Karsten, ... OK: I just checked this - it won't work. When checking the book comp order if that event is triggered, one will receive still the old book...
AW is obviously not handled properly by some/most popular email software (see the multiple, stacked "AW"s in the subject of this message). Is AW: part of some...