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 5466 - 5497 of 9213   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5466
I can't seem to get this to work. The basic idea is that I want to search the activedoc for either of two conditions in order. So... I'm trying to start from...
cwillardr
Offline Send Email
Oct 1, 2004
12:23 pm
5467
Hello Rick, ... which is used when the EListBox has ... selected items in the list box. Is the EListBox property MultiSelect true then returns the SelIndex ...
Karsten Natebus
karsten_natebus
Offline Send Email
Oct 1, 2004
1:30 pm
5468
Thanks, Karsten. I will give it a try. Hello Rick, ... which is used when the EListBox has ... selected items in the list box. Is the EListBox property...
Rick Quatro
frameexpert@...
Send Email
Oct 1, 2004
3:15 pm
5469
Perfect! Thanks, I now have a script that opens every file in my book and converts all text insets to text. Since I'm obviously outdated, How large of a hassle...
Zoe Lawson
messalina17
Online Now Send Email
Oct 1, 2004
3:22 pm
5470
It is definitely a worthwhile update. You may have to make some minor adjustments to your existing scripts, but most of them should work fine without...
Rick Quatro
frameexpert@...
Send Email
Oct 1, 2004
3:36 pm
5471
Hello again helpful Framescripters! My co-worker and I have nearly completed our first working script. We got the script to select a glossary file, use that...
citizensagainst
Offline Send Email
Oct 1, 2004
4:05 pm
5472
Hello Zoe, ... Yes, it is. -user defined dialogs -functions -elseif statement in the if...endif command -new database statements and commands -new array...
Karsten Natebus
karsten_natebus
Offline Send Email
Oct 1, 2004
4:20 pm
5473
Okay, thanks for the tidbits! I've just downloaded 3.1. It will probably be a day or two before I'm brave enought to uninstall 2.1, but at least I have the ...
Zoe Lawson
messalina17
Online Now Send Email
Oct 1, 2004
4:28 pm
5474
... only courage and good luck ;) Karsten ... Von: Zoe Lawson [mailto:messalina17@...] Gesendet: Freitag, 1. Oktober 2004 18:28 An:...
Karsten Natebus
karsten_natebus
Offline Send Email
Oct 1, 2004
4:43 pm
5475
... only courage and good luck ;) Karsten ... Von: Zoe Lawson [mailto:messalina17@...] Gesendet: Freitag, 1. Oktober 2004 18:28 An:...
Karsten Natebus
karsten_natebus
Offline Send Email
Oct 1, 2004
4:43 pm
5476
1. You need to loop through the XRefFmt objects, not the XRef objects. Rick Quatro Carmen Publishing 585 659-8267 rick@... www.frameexpert.com...
Rick Quatro
frameexpert@...
Send Email
Oct 1, 2004
8:17 pm
5477
I can't seem to get my script to continue on past the 2nd PGF in the mainflow. I am just going to paste the entire routine here in case someone has a more...
cwillardr
Offline Send Email
Oct 4, 2004
5:38 am
5478
Greetings, This is probably a very simple question, but I'm having issues finding an answer. I'm trying to write a script that loops through every open...
messalina17
Online Now Send Email
Oct 4, 2004
3:21 pm
5479
I think I got it. I added the following decision to the beginning of the script so that the event can determine if the script has been run: If (vNextLoc =...
cwillardr
Offline Send Email
Oct 4, 2004
3:33 pm
5480
Hmmm. Solved my own problem again... I was looking over some tutorial stuff from Rick Quatro and talking with my scripting buddy, I noticed that my loop was...
cwillardr
Offline Send Email
Oct 4, 2004
6:22 pm
5481
You should be able to use. Set oDoc = FirstOpenDoc; Loop While(oDoc) Set oNextDoc = oDoc.NextOpenDocInSession; Close Document DocObject(oDoc) IgnoreMods; Set...
Rick Quatro
frameexpert@...
Send Email
Oct 4, 2004
7:51 pm
5482
Ah, yes, that works so much better. I'm so used to ignoring the "while" loops because I rarely can get them to work, I didn't think that this would be a ...
Zoe Lawson
messalina17
Online Now Send Email
Oct 4, 2004
8:26 pm
5484
Hi again everyone... First, thanks Rick Q for your response to my last message. We still haven't gotten it to work correctly, so I may get back to you about ...
citizensagainst
Offline Send Email
Oct 5, 2004
4:48 pm
5485
Hello Stacia, For find the first word or find first time variable in a document use the find command. If the find command successfully then returns the command...
Karsten Natebus
karsten_natebus
Offline Send Email
Oct 5, 2004
5:18 pm
5486
Hi Karsten and thanks for your quick response! We use the find command in other parts of our script, so I'm familiar with that. Our problem here is that the...
citizensagainst
Offline Send Email
Oct 5, 2004
8:46 pm
5487
Once you've found the word, you could delete it from the stringlist. An alternative approach would be to create a parallel stringlist (or intlist) that flags...
Simon Bate
simonbate
Offline Send Email
Oct 5, 2004
10:01 pm
5488
Hi there. Let me have one more go at this...this time not so hasty :-) The main problem here is figuring out when to end each of the loops, and what to do when...
Simon Bate
simonbate
Offline Send Email
Oct 6, 2004
3:47 am
5489
Just a preliminary thank you to Simon...:) I hope to revise the code and test it today. I'll let you know my results. Thank you so much for such a thorough...
citizensagainst
Offline Send Email
Oct 6, 2004
2:27 pm
5490
Your ideas worked perfectly! I just added "WholeWord" in the find and it solved the problem. Thank you so much for your help. :) -Stacia ... of ... ...
citizensagainst
Offline Send Email
Oct 6, 2004
6:32 pm
5491
Greetings, I'm still puttering with my hopefully very happy script that lets me open all the book files in my doc set, click 'run script' and end up with all...
Zoe Lawson
messalina17
Online Now Send Email
Oct 6, 2004
6:50 pm
5492
Doh. Loop ForEach(Book) In(Session) LoopVar(vBook) Loop ForEach(Doc) In(Session) LoopVar(oDoc) Ooops. That does state 'for each open book, go through every...
Zoe Lawson
messalina17
Online Now Send Email
Oct 6, 2004
7:27 pm
5494
Greetings Well, I have my script to loop through all open books, open the files I need opened, convert all text insets to text, update books, and then print...
messalina17
Online Now Send Email
Oct 7, 2004
2:29 pm
5495
Are any of the text insets nested inside other text insets? Rick Quatro Carmen Publishing 585 659-8267 rick@... www.frameexpert.com Greetings Well,...
Rick Quatro
frameexpert@...
Send Email
Oct 7, 2004
3:06 pm
5496
Hello Zoe, I guess the ti's are nested. Here is a sample to covert all ti's and all nested ti's. best regards Karsten 'MAC' Natebus Dipl.Ing.(FH), EMD ... ...
Karsten Natebus
karsten_natebus
Offline Send Email
Oct 7, 2004
3:17 pm
5497
Thanks for the script, but that wasn't the issue. I didn't have any nested text insets. For some reason, this one text inset didn't want to convert in two...
Zoe Lawson
messalina17
Online Now Send Email
Oct 7, 2004
4:26 pm
Messages 5466 - 5497 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