Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

framescript-users · FrameScript Users

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 902
  • Category: Software
  • Founded: Aug 20, 1999
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 5293 - 5322 of 10492   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
5293 cwillardr Send Email Aug 2, 2004
12:06 am
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...
5294 Newton Furia
fcicomunicacao Send Email
Aug 2, 2004
4:03 pm
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. ...
5295 Klaus Mueller
klaus_mueller23 Send Email
Aug 2, 2004
5:42 pm
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...
5296 cwillardr Send Email Aug 3, 2004
1:41 am
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...
5297 tdcrews1 Send Email Aug 3, 2004
2:51 pm
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...
5298 Newton Furia
fcicomunicacao Send Email
Aug 3, 2004
4:14 pm
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...
5299 Sean
seanb_us Send Email
Aug 3, 2004
7:54 pm
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)...
5300 Klaus Mueller
klaus_mueller23 Send Email
Aug 3, 2004
8:22 pm
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...
5301 cwillardr Send Email Aug 3, 2004
9:27 pm
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...
5302 rsdelong Send Email Aug 3, 2004
10:14 pm
... Chuck, Perhaps getting the VarFmt object is the better approach: Set vDoc = ActiveDoc; //Get the Variable 'acronym&#39; Get Object NewVar(vObject)...
5303 cwillardr Send Email Aug 3, 2004
10:19 pm
... 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....
5304 "Müller, Klau...
klaus_mueller23 Send Email
Aug 4, 2004
8:30 am
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...
5305 karsten_natebus Send Email Aug 4, 2004
11:37 am
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...
5306 Rick Quatro
frameexpert@... Send Email
Aug 4, 2004
12:16 pm
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...
5307 karsten_natebus Send Email Aug 4, 2004
12:50 pm
Hallo Rick ... this after ... thanks for your answer. Gruß Karsten 'MAC' Natebus Dipl.Ing.(FH), EMD ... mailto:karsten.natebus@... ...
5308 Rick A. Henkel
rickhenkel Send Email
Aug 4, 2004
1:37 pm
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: ...
5309 Newton Furia
fcicomunicacao Send Email
Aug 5, 2004
1:32 am
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...
5310 Newton Furia
fcicomunicacao Send Email
Aug 5, 2004
1:46 am
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...
5311 toby1rod Send Email Aug 5, 2004
3:50 pm
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...
5312 Sean
seanb_us Send Email
Aug 5, 2004
4:06 pm
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...
5313 Rick A. Henkel
rickhenkel Send Email
Aug 5, 2004
6:16 pm
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...
5314 Klaus Mueller
klaus_mueller23 Send Email
Aug 5, 2004
6:23 pm
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...
5315 Klaus Mueller
klaus_mueller23 Send Email
Aug 5, 2004
6:48 pm
Hello Rick, ... Did you take the "WholeWord&quot; option into consideration? Kind regards, Klaus...
5316 Rick Henkel
rickhenkel Send Email
Aug 5, 2004
6:58 pm
Nope, I didn't notice that option. Thanks, Klaus! Rick ... -- ======================== Rick A. Henkel Senior Systems Developer http://frameuser.docspages.com ...
5317 Newton Furia
fcicomunicacao Send Email
Aug 5, 2004
8:14 pm
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...
5318 Dick Girard
dick_girard Send Email
Aug 5, 2004
8:32 pm
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...
5319 Rick Quatro
frameexpert@... Send Email
Aug 6, 2004
11:43 am
Hello Scripters, Is there a way of programmatically removing structure from a structured document, other than using the fcode? Thanks. Rick Quatro Carmen...
5320 Rick A. Henkel
rickhenkel Send Email
Aug 6, 2004
2:03 pm
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...
5321 Ian Hawkins
ihawkinsca Send Email
Aug 6, 2004
2:40 pm
Check the TopRowSelection or BottomRowSelection property of the table. Ian...
5322 karsten_natebus Send Email Aug 6, 2004
4:03 pm
Hallo Rick, ... or ... See also msg 5305. Set objDoc = Session.ActiveDoc; If (Not objDoc) Write Console 'Kein aktives Dokument'; LeaveSub; EndIf If...
Messages 5293 - 5322 of 10492   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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