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.
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 8699 - 8728 of 9208   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
8699
Hi Rick, When I went thru the Framescript Reference Manual. I found out the following properties for the Save Command for a Document or Book. * File - The new...
Ranvijay Chandel
ranvijaychandel
Online Now Send Email
Feb 1, 2009
2:22 pm
8700
Hi Ranvijay, In FrameMaker, choose File > File Info and try setting the Title value and see if it passes through to the PDF. If it does, you can set this in ...
Rick Quatro
frameexpert@...
Send Email
Feb 2, 2009
1:42 am
8701
Thanks a lot - Rick. Even I thought about this property when I went thru the Framescript manual. I tried setting the properties like Author and Title from File...
Ranvijay Chandel
ranvijaychandel
Online Now Send Email
Feb 2, 2009
7:13 am
8702
Hi Rick, It did work. It was not working because of one stupid mistake I made. When I copied the code it got copied in two different lines like this: Set...
Ranvijay Chandel
ranvijaychandel
Online Now Send Email
Feb 2, 2009
11:30 am
8703
Don't put the variable name in quotes....
Rick Quatro
frameexpert@...
Send Email
Feb 2, 2009
12:27 pm
8704
I apologize if this has been answered a dozen times. I can't search the group to see whether this is a common question. Some of our writers add circles to...
Rick A. Henkel
rickhenkel
Offline Send Email
Feb 2, 2009
2:28 pm
8705
Thanks a lot - Rick once again. That also worked fine. Now, I have to more issues left with my script. 1) First one that the variable value contains the full...
Ranvijay Chandel
ranvijaychandel
Online Now Send Email
Feb 2, 2009
5:53 pm
8706
Hi Ranvijay, 1) Set sBookName = eSys.ExtractFileName{oBook.Name}; Set sBookName = eSys.RemoveFileExtension{sBookName}; 2) Set sBookName =...
Rick Quatro
frameexpert@...
Send Email
Feb 2, 2009
6:02 pm
8707
Hi Rick, If I interpret your question correctly, yes, it's possible. A group is a graphic object, just like any other object. So you can loop through all...
simonbate
Offline Send Email
Feb 2, 2009
6:11 pm
8708
Thanks a lot - Rick. It worked like CHARM :) You are too good. Thanks and regards, Ranvijay Chandel...
Ranvijay Chandel
ranvijaychandel
Online Now Send Email
Feb 3, 2009
8:27 am
8709
I have very limited experience with Framescript, but I like working with it to solve simple problems. Now I have run into a problem I have not been able to...
roy_g_lewis
Offline Send Email
Feb 4, 2009
7:04 pm
8710
Hi Roy, It may be a syntax issue. To get cells that aren't first or last, you should be able to use // Test this with the insertion point in a cell. Set oPgf =...
Rick Quatro
frameexpert@...
Send Email
Feb 4, 2009
7:18 pm
8711
That solution worked well. Thanks. ... you should be able to use...
roy_g_lewis
Offline Send Email
Feb 6, 2009
2:48 pm
8712
Is there a way to force a line break to create multi-line messages in a MsgBox object or with the Display command? Are there any other formatting options such...
roy_g_lewis
Offline Send Email
Feb 6, 2009
3:11 pm
8713
Hi Roy, MsgBox 'Message box with a line breaks '+CHARLF+ 'and tab'+9S+9S+'characters '+CHARLF+ 'to line'+9S+9S+'things up.'; To apply formatting, you would...
Rick Quatro
frameexpert@...
Send Email
Feb 6, 2009
3:16 pm
8714
We have a potential change in documentation convention and I'd like to know if Framescript is up to the task. I need to be able search for occurrences of text...
johnkirkilis
Offline Send Email
Feb 6, 2009
5:26 pm
8715
The search function on the group's web page is now working again! Philip....
Philip Sharman
phs
Offline Send Email
Feb 6, 2009
5:28 pm
8716
... You could design your own dialogs and write all the necessary event handlers for each button. Many users find it easier to program the required logic into...
Michael Müller-Hil...
michaelmh
Offline Send Email
Feb 6, 2009
6:12 pm
8717
Hi John, FrameScript has build just about any dialog box that you can imagine. However, coding an interface like this can be pretty complex. If I were you, I...
Rick Quatro
frameexpert@...
Send Email
Feb 6, 2009
6:15 pm
8718
Hi Philip It's working only to messages posted after december of 2007. Furia...
newtonfuria
Offline Send Email
Feb 8, 2009
1:53 pm
8719
... Furia...
newtonfuria
Offline Send Email
Feb 9, 2009
1:59 am
8720
It's still not working for me at all. Steve ... inconvenience ... again!...
sbats123
Offline Send Email
Feb 9, 2009
10:22 pm
8721
Hello Framers, I am trying to Search string at each line end ,but it can't search exact.i don't know why? I'm using FM 7.2 and FrameScript 4.1R. Run TextRemove...
luhaibin731521
Offline Send Email
Feb 10, 2009
8:44 am
8722
I haven't tried it but just looking I think your textrange offsets are in the wrong order. Try this: New TextRange NewVar(vTR) Object(vPgf) ...
rickrett
Offline Send Email
Feb 10, 2009
4:15 pm
8723
Hi Rick, Thanks for your suggestion, it seems that no difference with my code before , and a curiout fact is that will search string not only ">". ... are ......
luhaibin731521
Offline Send Email
Feb 11, 2009
2:18 am
8724
Hi, Some of my scripts copy and paste text, tables etc. Most of the scripts take some minutes and one up to 2 1/2 hours. However, when I copy/paste in other...
Reng, Winfried
winfriedreng
Offline Send Email
Feb 11, 2009
10:31 am
8725
Hi Winfried, I am not sure if this will help, but I have gotten into the habit of doing this with my copy/cut/paste code: PushClipboard Copy Text ... Paste...
Rick Quatro
frameexpert@...
Send Email
Feb 11, 2009
1:08 pm
8726
Hi Rick, Thank you very much for the answer. Do these commands preserve the clipboard with the FM data, when I accidentally copy something after the script's...
Reng, Winfried
winfriedreng
Offline Send Email
Feb 11, 2009
1:28 pm
8727
Hi Winfried, I don't know the answer to the clipboard question, as I have never really experimented with it. The only practical way to move a table is to use...
Rick Quatro
frameexpert@...
Send Email
Feb 11, 2009
1:34 pm
8728
Hi Rick, Thank you very much. Obviously I have to be careful what to do while a script is running. Best regards Winfried ________________________________ From:...
Reng, Winfried
winfriedreng
Offline Send Email
Feb 11, 2009
1:41 pm
Messages 8699 - 8728 of 9208   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