I would like your help fixing this script, AddTableContVariable.fsl, that I posted to this group in hopes someone will take pity on me and help fix it. I...
3071
thestevemeister1
stephen_murphy@...
Nov 1, 2002 2:55 pm
I have a script that is supposed to insert new text into a document. Following is the command I use: SET vPgf = vTargetDoc.MainFlowInDoc.FirstPgfInFlow; NEW...
Hello, I have a question on how to change the Paragraph Format for some text. Say I want to make some text I select to be "Numbered" (a PgfFmt that is...
if at first you don't succeed I'm reposting this query about the Save command -- any help greatly appreciated. Thanks. Victor I'm getting an error on Save ...
3075
dblayout
dblayout@...
Nov 1, 2002 6:09 pm
I have a large number of scripts that are installed under the Framescript menu when Framemaker starts. I would like to be able to create some sub-menu sections...
Yes, there is - and you can have menus off them, too. Here's a snippet that creates a menu for events that come later in the script: Event Initialize New Menu...
Hi, ... When did you post this script? I did not find any message from joeh456 or halleman@anywhere. ... I did not find any posted script (attached/named in...
Hi Victor, ... Are you really sure that Write console vCurrentDoc; Write console ' -> '+ vNew; (placed directly before your SAVE line does show both valid...
Hi dblayout, ... Well: Creating sub-menus: No problem. Unfortunately, you can place scripts (script commands) there only from within EventScrips. I would...
Re: [framescript-users] if at first you don't succeed Are you really sure that Write console vCurrentDoc; Write console ' -> '+ vNew; (placed directly before...
I've been working on a few scripts to tidy up typographical matters, and thought I'd ask for comments or suggestions. I've included a script below that...
Klaus, Sorry, I posted the script under Files on the framescript-users Yahoo Groups board. If you cannot find it, can I email it to you? Regards, Joe...
Hi Victor! I have a similar Problem (Frame7.0p492, FS2.0r3): SAVE Document DocObject(vCurrentDoc) File(vNew); this command does nothing. Even Save Document...
Hi Steve, how did you define vNew? You only need the "File" parameter, if your file is "untitled" or you want to save the file under a new name. Regards ...
Hi Rick! That's the Problem, I didn't find an error in the spelling. The lines are copied from your script "ChangeParaFormat.fsl". And this Script won't save,...
Steve, How are you setting up the string for the File parameter? Rick ... From: Steve Howe To: framescript-users@yahoogroups.com Sent: Tuesday, November 05,...
Steve, Are you copying any characters other than letters and numbers, such as single quotes? Once when I was trying to copy and paste from another script,...
I get an invalid datatype during an Add Member to StringList command. The string is in a TexList from a paragraph object. What am I doing wrong? New StringList...
You are using the same variable name for the StringList and the TextList. Use two different names and the script should work fine. Rick Quatro Carmen...
Doo! Thanks. Some day I'll pull it out just far enough to see. By the way, your book is great. I've been using it for two weeks now. The only thing I would add...
Hi John, ... Ok. "vFigTitleList". ... Oops. "vFigTitleList" used again. ... Ok. TextItem is "vFigTitleItem". ... Oops. "vFigString.TextType" isn't valid. It's...
Hi, I'm trying to loop *backwards* from the last paragraph to the target paragraph in a document. I set my start TextLoc (vEnd) at the end of the last...
Hi Scripters, I want to deliver some compiled, prototype scripts to a potential client. I would like to make them "expire" on a certain date. Has anyone done...
3099
Johan Decock
jdecock@...
Nov 6, 2002 1:49 pm
Hi Rick, I just saw a discussion about this on the Winbatch Webboard (http://webboard.winbatch.com). The possibilities with Framescript are more limited but...