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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 8436 - 8465 of 9213   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
8436
I've looked into the message archives and the FrameScript 4.1 documentation, but I can't find information about connecting via ODBC to a mySQL database. Is...
rsdelong
Offline Send Email
Aug 3, 2008
3:40 am
8437
According to the EslObject Reference, p. 125, you can set a delimiter list using the DelimiterList property. The default is '<> ....!' i.e just about every...
dilogsys
Offline Send Email
Aug 3, 2008
12:42 pm
8438
Following on from my last post, I would now like to "stuff" a new variable definition into an fm doc. There is a little information on p. 262 of the Command...
dilogsys
Offline Send Email
Aug 3, 2008
1:32 pm
8439
To set the value of a variable, do this. // Set a variable for the active document. Set oDoc = ActiveDoc; // Make sure the variable format exists. Get Object...
Rick Quatro
frameexpert@...
Send Email
Aug 3, 2008
11:25 pm
8440
Hi Rick, The ODBC information is in the ESL Object Reference. Rick Quatro Carmen Publishing Inc 585-659-8267 www.frameexpert.com...
Rick Quatro
frameexpert@...
Send Email
Aug 3, 2008
11:26 pm
8441
... Does that mean that I can effectively, only update an existing variable in the active doc? Is there an API (like the above) to stuff in a new variable and...
dilogsys
Offline Send Email
Aug 4, 2008
6:31 am
8442
Hello Daniel, use for new variable format the 'New VariableFormat' command. New VariableFormat NewVar(varname) Name(ObjectName) [DocObject(DocVar)] ...
Karsten
karsten_natebus
Offline Send Email
Aug 4, 2008
11:16 am
8443
To combine Karsten's code with mine: // Set a variable for the active document. Set oDoc = ActiveDoc; // Make sure the variable format exists. Get Object...
Rick Quatro
frameexpert@...
Send Email
Aug 4, 2008
12:17 pm
8444
... Thanks for that! At some point I'll do a summary post with code for a variables "round trip" Daniel...
dilogsys
Offline Send Email
Aug 5, 2008
6:00 am
8445
... Thanks, Rick I did check the ESL Object manual but it contains no information about mySQL. A google search for "mySQL ODBC connection" revealed that there...
rsdelong
Offline Send Email
Aug 11, 2008
8:17 pm
8446
Hello framescript-users, Front Runner Training provides a three day FrameScript Fundamentals course in Toronto twice a year. Take advantage by attending in the...
ilmar.kutt
Offline Send Email
Aug 12, 2008
4:59 am
8447
My question is, how do you rename a registry key? In the ESLObjects manual, I only see "CreateRegistry...", "GetRegistry...", "SetRegistry...",...
rickrett
Offline Send Email
Aug 15, 2008
6:20 am
8448
Hello all, just finished scripting GUIDES in FrameMaker. I.e. rules, just like you have in InDesign or Illustrator. I know Frame was missing this option ever...
Michael Zaichenko
biomikez
Offline Send Email
Aug 15, 2008
9:15 am
8449
Me, I am interested! :-) Bodvar On Fri, Aug 15, 2008 at 9:14 AM, Michael Zaichenko ... -- "It is impossible to make anything foolproof because fools are so...
Bodvar Bjorgvinsson
bbjorgvinsson
Offline Send Email
Aug 15, 2008
11:09 am
8450
... Why not simply "Delete" instead of 'hide' the key, and create anew, if needed? Of course, you would have to do the correct settings with every key ...
Guido Carl
gcarladwin
Offline Send Email
Aug 19, 2008
12:41 pm
8451
Yeah, I am trying to do a variant of that idea now. Basically, I'm trying to copy some "REG_BINARY" Key values and create a new key storage area under the...
rickrett
Offline Send Email
Aug 21, 2008
5:13 pm
8452
I've been trying to change registry values as well. But it looks like you can only change the reserved ones of the FrameScript. Any other seem beyond its...
Michael Zaichenko
biomikez
Offline Send Email
Aug 22, 2008
9:54 am
8453
Yeah, maybe so. If you look in the ESL guide in the section on "SetRegistry..." and "DeleteRegistry..." commands, there are references to this: "Group The name...
rickrett
Offline Send Email
Aug 22, 2008
4:15 pm
8454
Hi Michael, You are correct, FrameScript only provides the ability to change its own registry values. If you need to manipulate other registry values, you...
Martin R. Smith
golehtek
Offline Send Email
Aug 23, 2008
12:09 am
8455
Below is the information shown in FrameMaker Console when I start FrameMaker. I have modified the _initial-sample_ENG.fsl to direct to the right scripts path...
roberttttt2008
Offline Send Email
Aug 23, 2008
9:55 pm
8456
I work in a translation department and we have a workflow tool that has a word count function. In the case of a translation request for Word, for example, the...
brendai.anderson
brendai.ande...
Offline Send Email
Aug 23, 2008
9:55 pm
8457
You can do this with FrameScript any number of ways. I would use the VBScript.RegExp object (via FrameScript's EActiveXObject object) to count the words in...
Rick Quatro
frameexpert@...
Send Email
Aug 23, 2008
10:41 pm
8458
The Initial Script is attempting to install scripts, but it can't locate them on your computer based on the paths supplied in the Install Script command. If...
Rick Quatro
frameexpert@...
Send Email
Aug 23, 2008
10:43 pm
8459
Thanks, Rick. I saw some of your earlier posts and I was hoping you might answer. I have not used Frame in 10 years. My tech person (the one who is doing the...
brendai.anderson
brendai.ande...
Offline Send Email
Aug 23, 2008
11:57 pm
8460
I have several tutorials on my web site and FrameScript comes with some sample scripts. And the documentation will give you details about the language. I have...
Rick Quatro
frameexpert@...
Send Email
Aug 24, 2008
12:43 am
8461
Rick Quatro wrote: Ø I have a FrameScript book that is out of print, but I am working on a new edition that should be out this fall. Looking forward to it!! ...
syed.hosain@...
szhosain
Offline Send Email
Aug 24, 2008
3:07 am
8462
Thank you, Rick. Your reply is really helpful. I rechecked the _initial-sample_ENG.fsl, and changed: Set vKMScriptFolder = 'D:\Temp\Scripts' to Set...
roberttttt2008
Offline Send Email
Aug 24, 2008
9:04 am
8463
By the way, the KM-Scripts.zip I'm using is downloaded from techdoc.de. The scripts aren't written by myself, so I think it's unnessary to post the codes. But...
roberttttt2008
Offline Send Email
Aug 24, 2008
9:16 am
8464
Below is the code of GraphicScale.fsl. This script can scale graphic to frame height or width, or Scale frame to graphic height or width. I tried it. It works...
roberttttt2008
Offline Send Email
Aug 25, 2008
2:55 am
8465
... Robert (and all others), please be aware that the script collection you downloaded from this site is horribly outdated and is not tested with any recent...
Michael Müller-Hil...
michaelmh
Offline Send Email
Aug 25, 2008
11:35 am
Messages 8436 - 8465 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