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.
Click here for the latest updates on Groups Message search

Messages

  Messages Help
Advanced
Messages 5293 - 5322 of 9562   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5293
I need to do this too, and this script sort of works, but if a chunk of text is conditionalized with the condfmt that we want to delete AND also another...
cwillardr
Offline Send Email
Aug 2, 2004
12:06 am
5294
Chuck You can remove the others conditions of all ranges of text that has the condition to be deleted plus others conditions and then delete the condition. ...
Newton Furia
fcicomunicacao
Offline Send Email
Aug 2, 2004
4:03 pm
5295
Hello Furia, ... Are you talking about printing manually from the FM GUI or creating PDFs with FrameScript? If you use the SaveAs PDF method, FM automatically...
Klaus Mueller
klaus_mueller23
Offline Send Email
Aug 2, 2004
5:42 pm
5296
I need to be able to find strings and replace them. No problem with that. When it encounters a variable in the text that contains the "vChange" string, it...
cwillardr
Offline Send Email
Aug 3, 2004
1:41 am
5297
I'm looking for FrameMaker users who are successfully using FM 7.X with a WebDAV-based document management repository regardless of vendor. This doesn't...
tdcrews1
Offline Send Email
Aug 3, 2004
2:51 pm
5298
Hi Klaus What I am doing is a script to print some pages with all colors as BW, in the real size off the doc pages. The first approach - print to file with the...
Newton Furia
fcicomunicacao
Offline Send Email
Aug 3, 2004
4:14 pm
5299
Hi, I have a script that works in FrameScript 2.1 but is bombing in 3 with the following message: "Invalid List Data Type for Add Member Command (Line(78)...
Sean
seanb_us
Offline Send Email
Aug 3, 2004
7:54 pm
5300
Sean, With valid values for the variables vWorkingDoc and vLegalTagFormats, the script seems to work (at least with FS 3.0 R1, FS 3.1 R1 and FS 3.1 R2). What...
Klaus Mueller
klaus_mueller23
Offline Send Email
Aug 3, 2004
8:22 pm
5301
I'm still stuck on this. Is it going to be possible to detect a variable in a text range? One problem I think I'm having is that the text range could be in the...
cwillardr
Offline Send Email
Aug 3, 2004
9:27 pm
5302
... Chuck, Perhaps getting the VarFmt object is the better approach: Set vDoc = ActiveDoc; //Get the Variable 'acronym' Get Object NewVar(vObject)...
rsdelong
Offline Send Email
Aug 3, 2004
10:14 pm
5303
... in ... to ... I don't think that will work. All I know is that it *could* hit a variable, but I won't know which one. I'll play with it though....
cwillardr
Offline Send Email
Aug 3, 2004
10:19 pm
5304
Furia, Did you use "Set vDoc.GenerateAcrobatInfo = True;"? With this the PDF page size will be the same as the FM page size. There's no need to set the page...
"Müller, Klaus"
klaus_mueller23
Offline Send Email
Aug 4, 2004
8:30 am
5305
I would like to modify the beginning of a row in a table-row to page- begin. The property seems to be accepted correctly (due to the porperties- listing) hence...
karsten_natebus
Offline Send Email
Aug 4, 2004
11:37 am
5306
Karsten, This is a known bug that has an unexpected workaround. Simply use this after you set the RowStart property. Update DocObject(objDoc) Hyphenating; Rick...
Rick Quatro
frameexpert@...
Send Email
Aug 4, 2004
12:16 pm
5307
Hallo Rick ... this after ... thanks for your answer. Gruß Karsten 'MAC' Natebus Dipl.Ing.(FH), EMD ... mailto:karsten.natebus@... ...
karsten_natebus
Offline Send Email
Aug 4, 2004
12:50 pm
5308
One of my scripts has a sub for removing existing markers. The script has worked fine up to now, but there's now one file that gives me the following error: ...
Rick A. Henkel
rickhenkel
Offline Send Email
Aug 4, 2004
1:37 pm
5309
Klaus Yes, I used the "Set vDoc.GenerateAcrobatInfo = True;". I think that my message was not very clear. What happened in my tests: 1) set the PaperSize in...
Newton Furia
fcicomunicacao
Offline Send Email
Aug 5, 2004
1:32 am
5310
Klaus I forgot to mention in my previous message that the MIF file always reset the PDF PaperSize. It's probably a bug, because the MIF shows the correct value...
Newton Furia
fcicomunicacao
Offline Send Email
Aug 5, 2004
1:46 am
5311
Hi There: I have a problem with running a script that works perfectly fine on FS2 (running on FM6) and ignores a command on (FS3 running on FM7). Everything...
toby1rod
Offline Send Email
Aug 5, 2004
3:50 pm
5312
Along these lines, is there ... would someone provide a link to ... a list of changes from 2.1 to 3.1 that might cause scripts to break, such as changes in the...
Sean
seanb_us
Offline Send Email
Aug 5, 2004
4:06 pm
5313
I need to find certain strings while skipping others that contain that string. For example, I need to find "PPV" but skip "IPPV." I tried putting a space...
Rick A. Henkel
rickhenkel
Offline Send Email
Aug 5, 2004
6:16 pm
5314
Rod, Your subroutine does also work with FS3 (3.0 & 3.1). You should check whether the target paragraph format exists in the document. After the line Get...
Klaus Mueller
klaus_mueller23
Offline Send Email
Aug 5, 2004
6:23 pm
5315
Hello Rick, ... Did you take the "WholeWord" option into consideration? Kind regards, Klaus...
Klaus Mueller
klaus_mueller23
Offline Send Email
Aug 5, 2004
6:48 pm
5316
Nope, I didn't notice that option. Thanks, Klaus! Rick ... -- ======================== Rick A. Henkel Senior Systems Developer http://frameuser.docspages.com ...
Rick Henkel
rickhenkel
Offline Send Email
Aug 5, 2004
6:58 pm
5317
I am using the Save as PDF to generate individual PDF pages from a doc.The pages have only text and each page is distilled in 1~4 seconds. I opened Distiller...
Newton Furia
fcicomunicacao
Offline Send Email
Aug 5, 2004
8:14 pm
5318
Rick, I usually test the found string against the search string to make sure it is the same. I do something like this: SET vTargetTxt = <whatever you want> GET...
Dick Girard
dick_girard
Offline Send Email
Aug 5, 2004
8:32 pm
5319
Hello Scripters, Is there a way of programmatically removing structure from a structured document, other than using the fcode? Thanks. Rick Quatro Carmen...
Rick Quatro
frameexpert@...
Send Email
Aug 6, 2004
11:43 am
5320
I have a script that adds a new row and text below the row containing the cursor. If you have a row or a cell selected, the script doesn't work. Is there any...
Rick A. Henkel
rickhenkel
Offline Send Email
Aug 6, 2004
2:03 pm
5321
Check the TopRowSelection or BottomRowSelection property of the table. Ian...
Ian Hawkins
ihawkinsca
Offline Send Email
Aug 6, 2004
2:40 pm
5322
Hallo Rick, ... or ... See also msg 5305. Set objDoc = Session.ActiveDoc; If (Not objDoc) Write Console 'Kein aktives Dokument'; LeaveSub; EndIf If...
karsten_natebus
Offline Send Email
Aug 6, 2004
4:03 pm
Messages 5293 - 5322 of 9562   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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