Search the web
Sign In
New User? Sign Up
framescript-users · FrameScript Users
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 3415 - 3444 of 9213   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3415
Hello Scripters, Code Finder is a PDF file and Access database file that shows FrameScript properties as related to the FrameMaker interface. You can click on ...
Rick Quatro
frameexpert
Offline Send Email
Feb 1, 2003
6:58 pm
3416
Hello scripters, I'm trying my hand at getting data out of our database and I'm having a time trying to figure out the Select syntax. If I use the query code...
rsdelong <rsdelong@...>
rsdelong
Offline Send Email
Feb 3, 2003
6:07 am
3417
Hi Rick, you don't need so many brackets. I miss one parenright at the end of your select string. And put your search string "S*" only in quotesingles. Also ...
michael.kaemper@...
michaka67
Offline Send Email
Feb 3, 2003
8:03 am
3418
Hi Rick, This is what I do to avoid having to put quote characters in my queries: This is in an initializer script: SET EDB_QUOTE = quote; SET EDB_QUOTEDSPACE...
Johan Decock
jdecock@...
Send Email
Feb 3, 2003
8:11 am
3419
Hi Rick, I recently made a short test whether/how to use brackets, quote chars and wildcard. You may want to take a look at the attached result. Instead of *...
"Müller, Klaus"
mueller_itl
Offline Send Email
Feb 3, 2003
8:36 am
3420
Rick, whether the database understands the SQL you send it is not a case for FS. It just sends the query. To build my queries, I use MS Query (part of the...
Michael Müller-Hil...
michaelmh
Offline Send Email
Feb 3, 2003
8:59 am
3421
... Müller-Hillebrand ... First of all, thanks for all the quick responses and varieties of solutions. This group is the best! I created my query and viewed...
rsdelong <rsdelong@...>
rsdelong
Offline Send Email
Feb 3, 2003
4:04 pm
3422
Hi folks, First off, I apologize for my complete and total ignorance of FrameScript and nearly complete ignorance of Frame. I'm a developer that got rooked...
Bryan <deltamanincali...
deltamanincali
Offline Send Email
Feb 3, 2003
9:03 pm
3423
Hello Bryan, ... We're talking about reading FrameMaker books (and docs) and outputting FM docs, do we? Does your cmd reference live in the MainFlow (only), do...
Klaus Mueller
klaus_mueller23
Offline Send Email
Feb 3, 2003
10:42 pm
3424
... Bryan, I can't believe that someone is accually trying to do what we were forced to do as well. Your "fortunate" situation is puzzling though. If each...
rsdelong <rsdelong@...>
rsdelong
Offline Send Email
Feb 4, 2003
12:08 am
3425
Hi folks, Wow, maybe there's something to this whole FrameScript user group idea after all. Thanks to everyone for their help, especially to Rick Quattro who...
Bryan <deltamanincali...
deltamanincali
Offline Send Email
Feb 4, 2003
6:02 pm
3426
Is there a way in FrameScript to run the Apply Masterpages command (Format > PageLayout > Apply Masterpages)? I'm running a batch script to reformat files...
dan visel
viselsparknotes
Offline Send Email
Feb 4, 2003
9:50 pm
3427
Rick: This is an amazing thing you have done. The only quibble I would have is that, say, if you are looking at the Paragraph Designer nowhere can you see the...
hedley_finger@...
hedleyfinger
Offline Send Email
Feb 5, 2003
4:01 am
3428
... Dan, I cannot find it in the reference either, but you can call any menu command using the Execute FC command. You just have to find the FC for the...
Michael Müller-Hi...
michaelmh
Offline Send Email
Feb 5, 2003
8:42 am
3429
This works beautifully, thanks so much (it's FC 1838576). One problem is that it always throws up "masterpages will be overwritten, okay?" dialogue box,...
dan visel
viselsparknotes
Offline Send Email
Feb 5, 2003
5:43 pm
3430
I'm using FrameScript 2 for Frame 7 on a Mac. My goal is to loop through the graphics in a structured document and move the Image element from one location to...
lisakc70 <lisac@...>
lisakc70
Online Now Send Email
Feb 5, 2003
7:16 pm
3431
Lisa, The problem is likely your cutting and pasting the graphic. That can change the internal Object Id on the graphic, so that the Set vGraphic = ...
Rick Quatro
frameexpert
Offline Send Email
Feb 5, 2003
7:43 pm
3432
I have not found a way to suppress that message box. Is there a way? Anyone know fer shure? Cheers, Sean...
Sean Brierley
seanb_us
Offline Send Email
Feb 5, 2003
7:48 pm
3433
Hi Lisa, Two notes: -- when moving or deleting object within a loop, you probably break the loop cycle. To avoid that, store the "next object" before deleting:...
Klaus Mueller
klaus_mueller23
Offline Send Email
Feb 5, 2003
7:57 pm
3434
Dan, forget what I wrote but keep the script. You want Update Book BookObject(vYourBook) ShowBookErrorLog(True); The option UpdateBookMasterPages is True by...
Michael Müller-Hil...
michaelmh
Offline Send Email
Feb 5, 2003
8:02 pm
3435
Hi Rick, Wow. ... ... Some minor comments to help polish it as full product: - The installation instructions have some glitches. Under W2K it's not: Start >...
asmohr <asmohr@...>
asmohr
Online Now Send Email
Feb 5, 2003
9:56 pm
3436
... One more thing, which I'm not even sure is possible. When the PDF opens, 100% size is a little smaller than the original FrameMaker dialogs. Is there any ...
asmohr <asmohr@...>
asmohr
Online Now Send Email
Feb 5, 2003
9:59 pm
3437
... When you close Acrobat, it asks about saving the changes in the file. Does everything get broken if you accidentally say Yes, or is that an OK thing to do?...
asmohr <asmohr@...>
asmohr
Online Now Send Email
Feb 5, 2003
10:13 pm
3438
August, Thank you for your generous feedback. No, nothing will break if you save the changes. I will add a close button to each page that will prevent the Save...
Rick Quatro
frameexpert
Offline Send Email
Feb 6, 2003
12:33 pm
3439
Thanks for the tips, Klaus. I appreciate the help. Unfortunately, I think Rick must be right in his thought that cutting and pasting the graphics does...
lisakc70 <lisac@...>
lisakc70
Online Now Send Email
Feb 6, 2003
2:36 pm
3440
Lisa, I can't provide too much specific help today because of a deadline, but there is a graphic property called FrameParent. It is actually possible to move a...
Rick Quatro
frameexpert
Offline Send Email
Feb 6, 2003
3:05 pm
3441
Hi Bryan ... I am interested in your solution. In you can, post it here. Thanks Furia...
info
fcicomunicacao
Offline Send Email
Feb 6, 2003
3:14 pm
3442
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the framescript-users group. File :...
framescript-users@yah...
Send Email
Feb 6, 2003
3:30 pm
3443
I am interested as well. ... From: info [mailto:info@...] Sent: Thursday, February 06, 2003 8:50 AM To: framescript-users@yahoogroups.com Subject: Re:...
Kowalski Pete-PKOWALS1
pelpme
Offline Send Email
Feb 10, 2003
4:16 pm
3444
Hello scripters, I have an element object that I want to duplicate somewhere else without using the clipboard. The element may have descendent elements. ...
Rick Quatro
frameexpert
Offline Send Email
Feb 11, 2003
8:17 pm
Messages 3415 - 3444 of 9213   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help