Possibly the same problem: if you're calling it passing "true" as string, IE might not like it.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?
Search found 54 matches
- Sat Nov 18, 2006 6:51 pm
- Forum: Technical / Scripting
- Topic: Using Webfillform with document.forms[0].elements[0].value
- Replies: 12
- Views: 19347
Re: How do i do this with the radio button
- Sat Nov 18, 2006 6:50 pm
- Forum: Technical / Scripting
- Topic: Using Webfillform with document.forms[0].elements[0].value
- Replies: 12
- Views: 19347
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 ...
- Mon Oct 09, 2006 6:39 pm
- Forum: Technical / Scripting
- Topic: Can I pass arguments to executables?
- Replies: 2
- Views: 5079
- Mon Oct 09, 2006 6:35 pm
- Forum: Technical / Scripting
- Topic: Can a Dialog be made to "STAYONTOP"?
- Replies: 21
- Views: 33714
- Mon Oct 09, 2006 6:32 pm
- Forum: Technical / Scripting
- Topic: Is it possible to restore a script from an exe?
- Replies: 3
- Views: 6968
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 ...
- Tue Oct 03, 2006 6:09 pm
- Forum: General Discussion
- Topic: An idea of procedure call, will it work?
- Replies: 4
- Views: 7538
- Tue Oct 03, 2006 3:08 pm
- Forum: General Discussion
- Topic: An idea of procedure call, will it work?
- Replies: 4
- Views: 7538
- Tue Oct 03, 2006 2:33 pm
- Forum: General Discussion
- Topic: An idea of procedure call, will it work?
- Replies: 4
- Views: 7538
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...
- Tue Oct 03, 2006 2:26 pm
- Forum: General Discussion
- Topic: Worst piece of software I have *ever* used
- Replies: 5
- Views: 8337
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...
- Thu Aug 24, 2006 3:23 pm
- Forum: Technical / Scripting
- Topic: Spellchecking
- Replies: 8
- Views: 10117
- Wed Aug 23, 2006 3:36 pm
- Forum: Technical / Scripting
- Topic: Spellchecking
- Replies: 8
- Views: 10117
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 ...
- Wed Aug 23, 2006 2:50 pm
- Forum: Technical / Scripting
- Topic: Spellchecking
- Replies: 8
- Views: 10117
- Wed Aug 23, 2006 2:33 pm
- Forum: Technical / Scripting
- Topic: Spellchecking
- Replies: 8
- Views: 10117
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...
- Wed Aug 23, 2006 2:14 pm
- Forum: Technical / Scripting
- Topic: ListBox height not taking variables
- Replies: 3
- Views: 5087
- Wed Aug 23, 2006 1:56 pm
- Forum: Technical / Scripting
- Topic: ListBox height not taking variables
- Replies: 3
- Views: 5087
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...