Skip to search.
framescript-users · FrameScript Users

Group Information

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

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

  Messages Help
Advanced
Messages 7415 - 7444 of 10298   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
7415 dave_shevitz Offline Send Email Feb 4, 2007
8:06 am
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...
7416 Magesh.L
mail2mageshl Offline Send Email
Feb 4, 2007
8:08 am
Can anyone explain me how to do mail merging in Framemaker Let me the result soon Magesh ...
7417 Peter Vanroose
peter_vanroose Offline Send Email
Feb 4, 2007
11:25 am
... Simplest approach would probably be to replace *any* first space in paragraphs by a non-char-fmt space (also if it was not formatted). ...
7418 keith.soltys@...
keithtsx Offline Send Email
Feb 5, 2007
2:01 pm
... 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 ...
7419 Rick Quatro
frameexpert@... Send Email
Feb 5, 2007
2:28 pm
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...
7420 dave_shevitz Offline Send Email Feb 6, 2007
7:28 pm
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...
7421 paul schnall
pschnall2000 Offline Send Email
Feb 7, 2007
1:57 pm
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...
7422 Rick Quatro
frameexpert@... Send Email
Feb 7, 2007
3:09 pm
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...
7423 paul schnall
pschnall2000 Offline Send Email
Feb 8, 2007
12:25 pm
Rick, Thanks! Paul S Paul Schnall Mitzpeh Netufa From: "Rick Quatro" <frameexpert@...> Reply-To: framescript-users@yahoogroups.com To:...
7424 dave_shevitz Offline Send Email Feb 8, 2007
5:43 pm
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...
7425 cwillardr Offline Send Email Feb 8, 2007
11:23 pm
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...
7426 framescript@...
karsten_natebus Offline Send Email
Feb 9, 2007
12:40 pm
Hello, you can doing this with the NoteBackToUser event and the Label propterty of the documents. Event NoteBackToUser Set gv_objActiveDoc = Session.ActiveDoc;...
7427 newtonfuria Offline Send Email Feb 9, 2007
12:45 pm
Hi Rick ... No. Let Frame refresh the modeless dialog for the active document with an event. // ---------- Event NoteBackToUser If ActiveDoc not =...
7428 John Francis
jfrancis999 Offline Send Email
Feb 9, 2007
3:52 pm
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...
7429 Klaus Mueller
klaus_mueller23 Offline Send Email
Feb 9, 2007
10:45 pm
Hello Dave, ... Take a look at the "Get TextList" command in the FrameScript command reference. With this command, you can locate formatting, anchors, ...
7430 rickrett Offline Send Email Feb 10, 2007
6:02 pm
This worked great... thanks to you and Karsten! ~Rick ... double- ... with ... the ... conditions ... to ... displayed. ... double-...
7431 cwillardr Offline Send Email Feb 10, 2007
6:24 pm
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...
7432 Batsford, Steve
sbats123 Offline Send Email
Feb 11, 2007
8:31 pm
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...
7433 Müller, Klaus
klaus_mueller23 Offline Send Email
Feb 13, 2007
11:14 am
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...
7434 Karen Berx
kberx Offline Send Email
Feb 14, 2007
4:16 am
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...
7435 Magesh.L
mail2mageshl Offline Send Email
Feb 14, 2007
4:19 am
Hi Keith and Rick , do you have any sample code for Mail merge in Framemaker. It will help me a lot. With regs, Magesh ... ...
7436 keith.soltys@...
keithtsx Offline Send Email
Feb 14, 2007
2:17 pm
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 ...
7437 Fred Wersan
fredwersan Offline Send Email
Feb 14, 2007
3:13 pm
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...
7438 Rick Quatro
frameexpert@... Send Email
Feb 14, 2007
3:20 pm
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...
7439 Müller, Klaus
klaus_mueller23 Offline Send Email
Feb 14, 2007
4:06 pm
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...
7440 socttvmware Offline Send Email Feb 15, 2007
11:53 pm
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...
7441 William Bernhardt
largeteddybe... Offline Send Email
Feb 20, 2007
3:52 pm
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...
7442 j_cornellier Offline Send Email Feb 20, 2007
4:36 pm
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 ...
7443 framescript@...
karsten_natebus Offline Send Email
Feb 20, 2007
4:40 pm
Hello William, ... here is a sample for do this: /*-----------------------------------------------------------------------*/ Run Main; ...
7444 framescript@...
karsten_natebus Offline Send Email
Feb 20, 2007
4:43 pm
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: ...
Messages 7415 - 7444 of 10298   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