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...
Show off your group to the world. Share a photo of your group with us.

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 8348 - 8377 of 9208   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
8348
Hi, i need in my Script a funktion like: Sleep(100); where 100 are milliseconds is the time to wait till continue the script in process. Has Framescript this?...
richard_imap
sbrv22
Offline Send Email
Jul 1, 2008
8:34 pm
8349
Try this... Exec Wait Seconds(5); ~Rick...
rickrett
Offline Send Email
Jul 1, 2008
8:57 pm
8350
Hi, Can Exec Wait MicroSeconds(NumberOfMicroSecondsToWait) command be used for this version? Thanks, Jyotsna...
Jyotsna Srivastava
charu164
Offline Send Email
Jul 2, 2008
5:07 pm
8351
Hi Michael and Jyotsna, this helps. Thanks Richard...
richard_imap
sbrv22
Offline Send Email
Jul 2, 2008
6:47 pm
8352
Hi Michael, thanks for your code and the possible alternativ to distiller. In my case, i need to write often manny documents and large documents in one go....
richard_imap
sbrv22
Offline Send Email
Jul 2, 2008
6:56 pm
8353
Using Shlomo Peretz's TimeSavers I create the following hypertext markers for embedding files: ~CommentEmbed (File name) (File Title) (Double-click to open the...
ava_carmel
Offline Send Email
Jul 3, 2008
2:31 pm
8354
Well, even PDF995 does create .ps files. You just don't see them. However if you go to the file C:\Program Files\pdf995\res\pdf995.ini and open it, you will...
Michael Zaichenko
biomikez
Offline Send Email
Jul 3, 2008
3:10 pm
8355
You cannot use literal single quotes inside a string delimited with single quotes. So instead of ... you have to write Set vPdfMark.MarkerText = 'alert...
Michael Müller-Hil...
michaelmh
Offline Send Email
Jul 3, 2008
4:44 pm
8356
I would like to add a watermark based on the Role attribute of the book element. I can make the watermark a variable and if I use framescript I can trivially...
Marcus Streets
marcus@...
Send Email
Jul 3, 2008
5:00 pm
8357
If you wan't to write more than one document to pdf in one goe, than pdf995 have problems by normal settings. Pdf995 don't produce fore every document one...
richard_imap
sbrv22
Offline Send Email
Jul 3, 2008
7:52 pm
8358
Hm, you can also control if FMScript. I.e. open file, change the line in the PDF995 config file and print it, close it, open next file... Michael ...
Michael Zaichenko
biomikez
Offline Send Email
Jul 4, 2008
7:17 am
8359
Hello there, Does anyone have the same happening? Each time I'm sending something to framescript users list and or get anything from the list I get a bonus...
Michael Zaichenko
biomikez
Offline Send Email
Jul 4, 2008
7:23 am
8360
Hi, is it from PageGetter.com Inc? I get from them also some mails, wenn i write to this list. Richard...
richard_imap
sbrv22
Offline Send Email
Jul 4, 2008
7:36 am
8361
Yep from Notice@..., says: Monthly Limit Exceeded. Michael To: framescript-users@...: richard@...: Fri, 4 Jul 2008 09:36:06...
Michael Zaichenko
biomikez
Offline Send Email
Jul 4, 2008
7:41 am
8362
Hi, Is it possible to send structured Framemaker tag values to any Database? With regards, Magesh...
Magesh.L
mail2mageshl
Offline Send Email
Jul 7, 2008
4:08 pm
8363
How to save a Frame maker Files Directory as RTF Files?...
Magesh.L
mail2mageshl
Offline Send Email
Jul 7, 2008
4:09 pm
8364
... Yes. Regards, - Michael -- _______________________________________________________________ Michael Müller-Hillebrand: Dokumentation Technology Adobe...
Michael Müller-Hil...
michaelmh
Offline Send Email
Jul 7, 2008
4:59 pm
8365
... Using a script. Or using Mif2Go? In case this is not the answer you expected: The better you prepare your question, the better any answers will be. In...
Michael Müller-Hil...
michaelmh
Offline Send Email
Jul 7, 2008
5:04 pm
8366
Hi Magesh, Yes, structured FrameMaker and FrameScript are a natural combination for interacting with a database. For example, I have developed an EDD and a...
martin.smith@...
golehtek
Offline Send Email
Jul 7, 2008
6:12 pm
8367
Here's the relevant part of the script: Set vCurrentDoc = ActiveDoc; SET msg = 'This script adds a Hypertext Alert marker at the current location in the...
ava_carmel
Offline Send Email
Jul 8, 2008
11:51 am
8368
Hello Ava, ... Try this: Set vPdfMark.MarkerText = 'alert ~CommentEmbed ('+vFileName+') ' + '('+vFileTitle+') ('+Quote+'Double-click to open the attached...
Müller, Klaus
klaus_mueller23
Offline Send Email
Jul 8, 2008
2:00 pm
8369
Thanks, Klaus. Now it works. Ava ... file.' + ... file.' +...
ava_carmel
Offline Send Email
Jul 8, 2008
2:59 pm
8370
Hi, How to convert Batch framemaker files to XML files. With regards, Magesh...
Magesh.L
mail2mageshl
Offline Send Email
Jul 9, 2008
8:22 am
8371
Please help. My simple SQL query fails if using restrictions with strings. Already tried all combinations of strings and quotes. Where the hack is the fault? ...
Guido Carl
gcarladwin
Offline Send Email
Jul 10, 2008
11:34 am
8372
Hello Carl, is the database a jet(mdb) or a sql-server database? the quotechar for the jet sql is >"< and the quotechar for the sql-server sql is >'<. best...
framescript@...
karsten_natebus
Offline Send Email
Jul 10, 2008
11:50 am
8373
Hi Rick, I tried all sorts of strings for the XRefSrcText: New Element NewVar(vxref) ElementDefName('Xref') ElementLoc(eltLoc); Set vNewXref=vxref.Object; Set...
Karen Berx
kberx
Offline Send Email
Jul 10, 2008
12:38 pm
8374
Hello Karsten, ... The quotechar should not be the problem since I used Set gvEdbQuote = lvDB.quotechar; Anyway, I use an Excel database, hence the quotechar...
Guido Carl
gcarladwin
Offline Send Email
Jul 10, 2008
1:10 pm
8375
Hi Carl, I use a free program called ODBC View to connect to my data source and test my queries. This way, I get the query syntax ironed out before putting it...
Rick Quatro
frameexpert@...
Send Email
Jul 10, 2008
1:47 pm
8376
Hi Karen, Double-check your XRefFile value. You need to use an absolute path for this. Rick Rick Quatro Carmen Publishing Inc 585-659-8267 www.frameexpert.com...
Rick Quatro
frameexpert@...
Send Email
Jul 10, 2008
1:49 pm
8377
Hello Guido, i have found two errors in your script. The property QuoteChar returns a incorrect character. Use the FrameScript variable Quote. Have your...
framescript@...
karsten_natebus
Offline Send Email
Jul 10, 2008
8:00 pm
Messages 8348 - 8377 of 9208   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