Search found 54 matches

by OlgaFB
Sat Nov 18, 2006 6:51 pm
Forum: Technical / Scripting
Topic: Using Webfillform with document.forms[0].elements[0].value
Replies: 12
Views: 18169

Re: How do i do this with the radio button

nachtegaal9999 wrote:Hello,

I'have followd your example to fill some text,

My third element is a radio button and i have to tried select it
with value of "true"

but it doesnt work

whats wrong?
Possibly the same problem: if you're calling it passing "true" as string, IE might not like it.
by OlgaFB
Sat Nov 18, 2006 6:50 pm
Forum: Technical / Scripting
Topic: Using Webfillform with document.forms[0].elements[0].value
Replies: 12
Views: 18169

Seems to be something to do with the IE interface not liking the values being transformed from MacroScript to VBScript in VBRun. VBEval is safer anyway because it evaluates straight VBScript code. But we'll look into it and see if there is anything obvious going on here. I added nul because VBEval ...
by OlgaFB
Mon Oct 09, 2006 6:39 pm
Forum: Technical / Scripting
Topic: Can I pass arguments to executables?
Replies: 2
Views: 4798

You can also parse whichever parameters are passed to it as to a regular exe. I have some functions written especially for it. Please reply to this topic if you need them.
by OlgaFB
Mon Oct 09, 2006 6:35 pm
Forum: Technical / Scripting
Topic: Can a Dialog be made to "STAYONTOP"?
Replies: 21
Views: 31705

Hi all,

I didn't try this new example now, I just remember that all my trials to make a topmost dialog didn't succeed: it worked well when runnin an scp file, but didn't work when in was in an exe.

Please share if you find that it works. :)

Olga.
by OlgaFB
Mon Oct 09, 2006 6:32 pm
Forum: Technical / Scripting
Topic: Is it possible to restore a script from an exe?
Replies: 3
Views: 6630

Is it possible to restore a script from an exe?

Hi Marcus, I remember telling you that saving scripts in a temp directory (playing an exe) was not good. Now it hunted me. :) I have an exe, but I accidentally erased the script source. Can it be somehow restored from an exe? I actually wanted to share here much of that code, but what I've got left ...
by OlgaFB
Tue Oct 03, 2006 6:09 pm
Forum: General Discussion
Topic: An idea of procedure call, will it work?
Replies: 4
Views: 7129

ooo, thank you!! a very good tip.
by OlgaFB
Tue Oct 03, 2006 3:08 pm
Forum: General Discussion
Topic: An idea of procedure call, will it work?
Replies: 4
Views: 7129

Thank you!
by OlgaFB
Tue Oct 03, 2006 2:33 pm
Forum: General Discussion
Topic: An idea of procedure call, will it work?
Replies: 4
Views: 7129

An idea of procedure call, will it work?

Hi Marcus, I just looked at many procedure calls I had with different values of r, the dialog response I get from GetDialogAction. So I go if>r=1,OpenThis if>r=2,LoadThat etc. But I just thought, what if I just give the procedures names like r values: 1, 2 etc. and write it like GoSub>r should it ri...
by OlgaFB
Tue Oct 03, 2006 2:26 pm
Forum: General Discussion
Topic: Worst piece of software I have *ever* used
Replies: 5
Views: 8007

Sharpnova, First, I can't believe your post wasn't immediately deleted. That in itself is a testament to how far MJTNET will go to try to make users happy with the product. Agreed, Marcus set a new standard for civility in the face of abuse there. Agreed. Interesting, I was just speaking to someone...
by OlgaFB
Thu Aug 24, 2006 3:23 pm
Forum: Technical / Scripting
Topic: Spellchecking
Replies: 8
Views: 9394

Thank you!
by OlgaFB
Wed Aug 23, 2006 3:36 pm
Forum: Technical / Scripting
Topic: Spellchecking
Replies: 8
Views: 9394

Marcus, I'm calling all the Quits needed, and so far I couldn't find any solution to this regarding this Word object. So could you please look into the possibilities with the processes? Is there a way to know which WINWORD processes were initiated by Macro Scheduler VBScript? Is there a possibility ...
by OlgaFB
Wed Aug 23, 2006 2:50 pm
Forum: Technical / Scripting
Topic: Spellchecking
Replies: 8
Views: 9394

Marcus, but I do have such a line at the end of the function! And yet still, when I run the script, a new instance of WINWORD is shown as an added running process, it doesn't go away.

Thank you,
Olga.
by OlgaFB
Wed Aug 23, 2006 2:33 pm
Forum: Technical / Scripting
Topic: Spellchecking
Replies: 8
Views: 9394

Spellchecking

Hi Marcus, I saw an example of spellchecking function in VB Tutorial and tried it in a Macro Scheduler script. Here's how it looks: VBSTART Function SP() Dim Word, Doc, Uncorrected, Corrected Const wdDialogToolsSpellingAndGrammar = 828 Const wdDoNotSaveChanges = 0 Uncorrected = "In life, yotu can on...
by OlgaFB
Wed Aug 23, 2006 2:14 pm
Forum: Technical / Scripting
Topic: ListBox height not taking variables
Replies: 3
Views: 4808

:) It's because you tried Memo. That's what I said: it works for everything else.

Try to put instead of the Memo line,

ListBox=msListBoxDB,8,24,185,90,

or

ListBox=msListBoxDB,8,24,185,h,

See the difference?
by OlgaFB
Wed Aug 23, 2006 1:56 pm
Forum: Technical / Scripting
Topic: ListBox height not taking variables
Replies: 3
Views: 4808

ListBox height not taking variables

Hi Marcus, I wanted to have two dialog sizes, for different screen sizes. So I defined two sets of variables, for each one of the screen sizes, and put the variable names instead of width, height, x, y etc. It worked for everything, except for the listbox height. For some reason, ListBox doesn't app...
cron
Sign up to our newsletter for free automation tips, tricks & discounts