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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 7415 - 7444 of 9213   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
7415
Hello! I'm just getting started with understanding FrameScript. Thanks to some excellent resources and questions in this list, I've gotten a lot of my...
dave_shevitz
Offline Send Email
Feb 4, 2007
8:06 am
7416
Can anyone explain me how to do mail merging in Framemaker Let me the result soon Magesh ...
Magesh.L
mail2mageshl
Offline Send Email
Feb 4, 2007
8:08 am
7417
... Simplest approach would probably be to replace *any* first space in paragraphs by a non-char-fmt space (also if it was not formatted). ...
Peter Vanroose
peter_vanroose
Offline Send Email
Feb 4, 2007
11:25 am
7418
... FrameMaker does not have a built-in mail merge facility the way Microsoft Word does. I suppose it's possible that you could script something using ...
keith.soltys@...
keithtsx
Offline Send Email
Feb 5, 2007
2:01 pm
7419
There are any number of ways to do this. You could use variables for the "fields" in the document that need to change from letter to letter. Then a script...
Rick Quatro
frameexpert@...
Send Email
Feb 5, 2007
2:28 pm
7420
Hm. Well, actually I'd like to do is: 1. Find each instance of a character format in a document. 2. Determine if that instance has a space at its beginning or...
dave_shevitz
Offline Send Email
Feb 6, 2007
7:28 pm
7421
Hi, I can get to the the first Pgf in a cell and the last Pgf in a cell. How do I get to next Pgf in a cell when there are more than 2? Paul Schnall Mitzpeh...
paul schnall
pschnall2000
Offline Send Email
Feb 7, 2007
1:57 pm
7422
Hi Paul, You can navigate cell paragraphs like you do flow paragraphs. Set oPgf = oCell.FirstPgf; Loop While(oPgf) // do something with the paragraph. Set oPgf...
Rick Quatro
frameexpert@...
Send Email
Feb 7, 2007
3:09 pm
7423
Rick, Thanks! Paul S Paul Schnall Mitzpeh Netufa From: "Rick Quatro" <frameexpert@...> Reply-To: framescript-users@yahoogroups.com To:...
paul schnall
pschnall2000
Offline Send Email
Feb 8, 2007
12:25 pm
7424
Hello, I'm very new to FrameScript, and am currently researching it to see how it might benefit my company. One of the challenges I'm facing is understanding...
dave_shevitz
Offline Send Email
Feb 8, 2007
5:43 pm
7425
I'm sure I'm just being dumb, but is there a way to determine if the activedoc has been switched to another document? I have a modeless dialog showing a...
cwillardr
Offline Send Email
Feb 8, 2007
11:23 pm
7426
Hello, you can doing this with the NoteBackToUser event and the Label propterty of the documents. Event NoteBackToUser Set gv_objActiveDoc = Session.ActiveDoc;...
framescript@...
karsten_natebus
Offline Send Email
Feb 9, 2007
12:40 pm
7427
Hi Rick ... No. Let Frame refresh the modeless dialog for the active document with an event. // ---------- Event NoteBackToUser If ActiveDoc not =...
newtonfuria
Offline Send Email
Feb 9, 2007
12:45 pm
7428
Hi Guys, I want to quickly nuke a couple of marker types from a bunch of files. If I just kill the marker type, I get a dialog that asks if I really want to...
John Francis
jfrancis999
Offline Send Email
Feb 9, 2007
3:52 pm
7429
Hello Dave, ... Take a look at the "Get TextList" command in the FrameScript command reference. With this command, you can locate formatting, anchors, ...
Klaus Mueller
klaus_mueller23
Offline Send Email
Feb 9, 2007
10:45 pm
7430
This worked great... thanks to you and Karsten! ~Rick ... double- ... with ... the ... conditions ... to ... displayed. ... double-...
rickrett
Offline Send Email
Feb 10, 2007
6:02 pm
7431
Hello- I'm loading a stringlist, and I display the items in an EListbox. My problem is that I'm not sure how to set the form and list box height to conform to...
cwillardr
Offline Send Email
Feb 10, 2007
6:24 pm
7432
If you delete a conditional marker all of the text set with that condition is also deleted. So be careful. "This email message and any attachments are...
Batsford, Steve
sbats123
Offline Send Email
Feb 11, 2007
8:31 pm
7433
Hi all, I wonder whether it is possible to check all nodes in an ETreeCtrl with CheckBoxes(True) on creation (OnInitForm) or later by code. There are the...
Müller, Klaus
klaus_mueller23
Offline Send Email
Feb 13, 2007
11:14 am
7434
Hi everybody, I have just began writing scripts with framescript and I can need all help with my current one. My script needs find certain characters and...
Karen Berx
kberx
Offline Send Email
Feb 14, 2007
4:16 am
7435
Hi Keith and Rick , do you have any sample code for Mail merge in Framemaker. It will help me a lot. With regs, Magesh ... ...
Magesh.L
mail2mageshl
Offline Send Email
Feb 14, 2007
4:19 am
7436
Not me! Sorry, that's way way beyond my skill level in FrameScript. And I'm stuck in projects that are all using Word right now, sigh. Keith -- Keith Soltys ...
keith.soltys@...
keithtsx
Offline Send Email
Feb 14, 2007
2:17 pm
7437
Is there a quick way to exit a script from a subroutine? LeaveSub just gets you back to the main script, which goes merrily on its way. I ended up returning a...
Fred Wersan
fredwersan
Offline Send Email
Feb 14, 2007
3:13 pm
7438
Hi Fred, There is a LeaveScript command, but I never use it. I have heard that it has been buggy, although that is supposed to be fixed in the lastest...
Rick Quatro
frameexpert@...
Send Email
Feb 14, 2007
3:20 pm
7439
Hello Fred, LeaveScript does not work correctly if the Subroutine is called from within a Loop. This is not fixed yet (FS4.1R1), but probably will be fixed in...
Müller, Klaus
klaus_mueller23
Offline Send Email
Feb 14, 2007
4:06 pm
7440
Opportunities For Great Technical Writers at VMware! VMware, a Palo Alto-based company, is looking for great Technical Writers join our team! We are looking...
socttvmware
Offline Send Email
Feb 15, 2007
11:53 pm
7441
Is it possible to open all documents in a book so they open with the Master Page showing? or Is there a way to search for Unresolved Crossreferences in Master...
William Bernhardt
largeteddybe...
Offline Send Email
Feb 20, 2007
3:52 pm
7442
I have a massive document set, 25 books, 3500 files, which is full of inconsistencies. We are doing the following: 1. delete all the old para and char formats ...
j_cornellier
Offline Send Email
Feb 20, 2007
4:36 pm
7443
Hello William, ... here is a sample for do this: /*-----------------------------------------------------------------------*/ Run Main; ...
framescript@...
karsten_natebus
Offline Send Email
Feb 20, 2007
4:40 pm
7444
Hello William,   Is it possible to open all documents in a book so they open with the Master Page showing? yes, this is possible. Try the following code: ...
framescript@...
karsten_natebus
Offline Send Email
Feb 20, 2007
4:43 pm
Messages 7415 - 7444 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