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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 4456 - 4485 of 9208   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4456
Running any of the Eform tutorials from the FS 3.0 installation or any of the FS3 scripts from Klaus Müller or some of the items in the FrameScript menu...
klausdaube
Offline Send Email
Jan 2, 2004
5:15 pm
4457
I still can't get a XREF in a different doc than the marker. Here is my New Marker line: // ------- New Marker NewVar(vMarker) DocObject(vCurrentDoc) ...
rickrett
Offline Send Email
Jan 2, 2004
11:25 pm
4458
Hello Klaus, ... Are you sure you run those scripts with a valid FS3 installation (and not with FrameScript 2.1)? Does your log file tell (at least!) "Version...
Klaus Mueller
klaus_mueller23
Offline Send Email
Jan 3, 2004
2:04 am
4459
Hello Rick, ... Adding a DocObject to any command normally doesn't *do* anything except telling FrameScript to what document you actually want to add an...
Klaus Mueller
klaus_mueller23
Offline Send Email
Jan 3, 2004
2:20 am
4460
Hi Klaus- I simplified the script somewhat. It still doesn't find the marker in the first document though. What makes the following line know to look at...
rickrett
Offline Send Email
Jan 3, 2004
8:42 am
4461
Hello Rick, ... Nothing - you missed the XRefFile parameter. Try it with this: New Document NewVar(vNewDoc) Portrait; Set vPgf = vNewDoc.MainFlowInDoc; Loop...
Klaus Mueller
klaus_mueller23
Offline Send Email
Jan 3, 2004
10:25 am
4462
... The use of vCurrentDoc probably originated with me. My rationale was to distiguish the document currently being processed from any other document, ...
Rick Quatro
frameexpert@...
Send Email
Jan 3, 2004
1:34 pm
4463
Dang! It still doesn't work. It works for you? I made a new script by copying the routines you gave me and it still doesn't work. I used the XRefFile property...
rickrett
Offline Send Email
Jan 3, 2004
5:29 pm
4464
Has anyone tried the .Sort method on an EVector? I cannot get it to sort. Does anyone know of a problem with this command? Try this (it makes a list of folder...
dick_girard
Offline Send Email
Jan 4, 2004
2:03 am
4465
Hi Dick, ... This does not (seem to) work for me, too. You should drop some lines to Frank at <elmsoft@...>. Kind regards, Klaus...
Klaus Mueller
klaus_mueller23
Offline Send Email
Jan 4, 2004
3:10 am
4466
OK, thanks for testing, Klaus. I will send Frank a note. Dick...
Dick Girard
dick_girard
Offline Send Email
Jan 4, 2004
6:15 pm
4467
I discovered a bug in the GET String FromString command. The RemoveTrailing() option sometimes works and sometimes doesn't. I was lucky I had a long-enough...
dick_girard
Offline Send Email
Jan 4, 2004
9:03 pm
4468
Hello Dick, RemoveTrailing('TrailingCharactersToRemove') does work as specified. Note that 'LeadingCharactersToRemove' is a list of characters instead of a...
Klaus Mueller
klaus_mueller23
Offline Send Email
Jan 5, 2004
8:07 am
4469
Hello Rick, You did use an invalid variable for the text location. Instead of New XRef Format('Heading & Page') NewVar(vXRef) TextLoc(vPgf) try New XRef...
"Müller, Klaus"
klaus_mueller23
Offline Send Email
Jan 5, 2004
10:01 am
4470
Thanks Klaus! It works now... I hate missing stuff like that! Thanks again! ~Rick ... to ... to...
rickrett
Offline Send Email
Jan 5, 2004
7:00 pm
4471
Hi Klaus, The RemoveTrailing('TrailingCharactersToRemove') option does not work for me. Perhaps it has to with the FM version or the OS? I am using FM 6.0 on ...
Dick Girard
dick_girard
Offline Send Email
Jan 5, 2004
11:36 pm
4472
RemoveTrailing doesn't remove a string, it removes all matching characters. You have told it to strip all ".", "f", "s", and "l" characters at the end of the...
Simon Bate
simonbate
Offline Send Email
Jan 5, 2004
11:39 pm
4473
I ran into a problem when trying to use Rick's ASCII Finder script (developed before FS3). The script displayed every InvtValue from 0 to 256 and never...
Dick Girard
dick_girard
Offline Send Email
Jan 6, 2004
12:07 am
4474
Doh! You're right! I hadn't considered that. Thanks for pointing that out, Simon. This was driving me nuts. Regards, Dick...
Dick Girard
dick_girard
Offline Send Email
Jan 6, 2004
12:08 am
4475
Dick, I've had similar experiences with vPos. It might be that FrameScript's garbage collection isn't 100% perfect, so if you ran a script a bit earlier that...
Simon Bate
simonbate
Offline Send Email
Jan 6, 2004
12:21 am
4476
Dick, Are you using an Initial Script? Variables declared in an Initial Script are global (but read-only). If you are using an Initial Script, vPos is probably...
Rick Quatro
frameexpert@...
Send Email
Jan 6, 2004
1:40 am
4477
Hi Rick, I checked my Initial Script, and it does not contain vPos. But I made vPos a local variable in the ASCII Finder code, which solved the problem. So now...
Dick Girard
dick_girard
Offline Send Email
Jan 6, 2004
9:47 pm
4478
Thanks, Simon. I think you are right about the imperfect garbage collection. I made vPos a local variable, and that solved the problem. Regards, Dick...
Dick Girard
dick_girard
Offline Send Email
Jan 6, 2004
9:47 pm
4479
I asked this on the FrameUsers list, but it occurs to me that this group may be more intimately involved in this, even though I'm not (yet) using...
Mike Stockman
me_stockman
Online Now Send Email
Jan 7, 2004
4:16 am
4480
Hi Mike, 1) I don't know of any way to do this with the ini file or registry. 2) FrameScript, like the FDK, has ways of suppressing alerts for most functions....
Rick Quatro
frameexpert@...
Send Email
Jan 7, 2004
12:30 pm
4481
Hi... Does anyone know, how to convert all referended text insets to text by script? Thankx a Lot.....
chris_schaefer2000
chris_schaef...
Offline Send Email
Jan 7, 2004
1:18 pm
4482
Ok - I've found a solution by myself ;-) =================================== Set vTI = ActiveDoc.FirstTiInDoc; Loop While(vTi)    New TextLoc NewVar(vTLoc)...
chris_schaefer2000
chris_schaef...
Offline Send Email
Jan 7, 2004
2:16 pm
4483
With FS 2.1 R3, is this the only way to execute an external command? Execute Hypertext Command('message system notepad.exe test.txt'); This is, of course,...
ds_webber
Offline Send Email
Jan 7, 2004
10:49 pm
4484
David, this is the only way to start an external application. regards Christian...
chris_schaefer2000
chris_schaef...
Offline Send Email
Jan 8, 2004
7:54 am
4485
Dear experts, I try to understand the new form controls and have written a test program for that purpose: http://www.daube.ch/anything_for_all/FormTest.fsl My...
klausdaube
Offline Send Email
Jan 8, 2004
11:06 am
Messages 4456 - 4485 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