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?...
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....
Using Shlomo Peretz's TimeSavers I create the following hypertext markers for embedding files: ~CommentEmbed (File name) (File Title) (Double-click to open the...
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...
You cannot use literal single quotes inside a string delimited with single quotes. So instead of ... you have to write Set vPdfMark.MarkerText = 'alert...
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@...
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...
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...
... 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...
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...
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...
Hello Ava, ... Try this: Set vPdfMark.MarkerText = 'alert ~CommentEmbed ('+vFileName+') ' + '('+vFileTitle+') ('+Quote+'Double-click to open the attached...
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? ...
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...
Hi Rick, I tried all sorts of strings for the XRefSrcText: New Element NewVar(vxref) ElementDefName('Xref') ElementLoc(eltLoc); Set vNewXref=vxref.Object; Set...
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...
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@...
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@...
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...