Search found 17 matches

by MikeB941
Sun Jan 22, 2012 9:06 pm
Forum: Technical / Scripting
Topic: VBEval - Escaping Parameters Passed
Replies: 1
Views: 3531

VBEval - Escaping Parameters Passed

Macro Scheduler Pro 12.1.10 I'm attempting to send email via SSL using a VBScript function called by VB Eval (i.e. http://www.mjtnet.com/forum/viewtopic.php?t=5128) however my email body string variable contains characters that are causing the dreaded error 1033 unterminated string constant. VBEval>...
by MikeB941
Sun Jan 22, 2012 8:59 pm
Forum: Technical / Scripting
Topic: VBRun Parameters Passed by Value or Reference
Replies: 1
Views: 4076

VBRun Parameters Passed by Value or Reference

Macro Scheduler Pro 12.1.10 It appears that when calling a VBScript Subroutine using VBRun the parameters are passed by value? Is that correct? Is there a way to pass the parameters by reference (i.e. &varname) such that changes to the variable WITHIN the VBScript subroutine are reflected outside th...
by MikeB941
Tue May 13, 2008 4:44 am
Forum: Technical / Scripting
Topic: Compiling Includes in Pro Version 9.2
Replies: 1
Views: 3599

Compiling Includes in Pro Version 9.2

Arg - Just copied what I thought was fully self contained executable from version 9.2 onto another PC and it looks like tons of stuff is missing (the includes). Is there an option I'm missing in version 9.2 to compile all the includes into the executable or is this a version 10 only feature? Many th...
by MikeB941
Sun Sep 30, 2007 10:06 pm
Forum: Technical / Scripting
Topic: Sending Modem Commands
Replies: 3
Views: 5694

Meant to also add that I could solve the problem using a command line dialer if anyone can has used one with Macro Scheduler?
by MikeB941
Sun Sep 30, 2007 9:05 pm
Forum: Technical / Scripting
Topic: Sending Modem Commands
Replies: 3
Views: 5694

Sending Modem Commands

Hello:

I need to send a command like:

ATDWT18005551212;H

to my modem (currently on COM3).

Suggestions on the best way using Macro Scheduler?

Many, many thanks!

Take Care... Mike.
by MikeB941
Fri Sep 07, 2007 7:34 am
Forum: Technical / Scripting
Topic: Control First Field/Object during Dialog reuse/loop
Replies: 5
Views: 6701

Thanks a million Dick!

This solved the problem!

Take Care... Mike.
by MikeB941
Thu Sep 06, 2007 4:03 pm
Forum: Technical / Scripting
Topic: Control First Field/Object during Dialog reuse/loop
Replies: 5
Views: 6701

Just also wanted to mention that I added a call to user32,SetWindowTextA to change the text of the dialog window and that works great! It's only the setfocus I'm still having trouble with.

Thanks again!
by MikeB941
Thu Sep 06, 2007 3:45 pm
Forum: Technical / Scripting
Topic: Control First Field/Object during Dialog reuse/loop
Replies: 5
Views: 6701

Hi Marcus! Thanks for this - it works great on the SECOND pass (the cursor is positioned in the first object of the dialog as expected), but on the third pass the dialog "locks up". It's not in a loop (I checked the windows task manager), but it will only accept 1 character really quickly and the lo...
by MikeB941
Thu Sep 06, 2007 8:04 am
Forum: Technical / Scripting
Topic: Control First Field/Object during Dialog reuse/loop
Replies: 5
Views: 6701

Control First Field/Object during Dialog reuse/loop

Hello - I'm reusing a modal dialog inside a loop with resetdialogaction. The first time the dialog is executed the cursor begins in the first field/object as expected based on the order of objects in the dialog. From the second pass onward, the cursor starts off in whatever the LAST field/object tha...
by MikeB941
Tue Aug 28, 2007 4:44 pm
Forum: Technical / Scripting
Topic: Modal Dialog Listbox Items Not Resetting
Replies: 2
Views: 4422

Solved the problem COMPLETELY!!!

THANKS A MILLION!!!
by MikeB941
Tue Aug 28, 2007 9:02 am
Forum: Technical / Scripting
Topic: Modal Dialog Listbox Items Not Resetting
Replies: 2
Views: 4422

Modal Dialog Listbox Items Not Resetting

If have a modal dialog that I'm able to resetdialogaction every value in EXCEPT the listbox items (the memos, etc. all reset fine, I can even successfully reset the pre-selected ItemIndex, but the actual values of the items in the listbox will not reset).

Any known problems?
by MikeB941
Mon Jul 09, 2007 6:18 am
Forum: Technical / Scripting
Topic: Preventing hotkey from running an already running macro
Replies: 8
Views: 11639

Thanks a million! This worked GREAT! Really appreciate the help!
by MikeB941
Mon Jul 09, 2007 2:23 am
Forum: Technical / Scripting
Topic: Preventing hotkey from running an already running macro
Replies: 8
Views: 11639

Preventing hotkey from running an already running macro

Was wondering if there was a convenient way to test when a hotkey is hit again for an already running macro. I have a menu macro that is started with cntl-alt-m and just hangs out (modal)to start other macros. Sometimes the user reduces the menu macro window and forgets about it and then tries to st...
by MikeB941
Sun Jul 08, 2007 11:39 pm
Forum: Technical / Scripting
Topic: GetWindowText - what should it return for IE Window?
Replies: 1
Views: 4027

GetWindowText - what should it return for IE Window?

Hello: I was hoping to use GetWindowText to pull in all the text from an application up in an IE browser window. While GetWindowText works great when I point it to notepad, I don't get much (if anything) back from an IE browser window... Is GetWindowText supposed to return all the visible (not graph...
by MikeB941
Sun Jul 08, 2007 8:29 am
Forum: Technical / Scripting
Topic: Webrecorder - How to get EInst of existing IE instance?
Replies: 1
Views: 3373

Webrecorder - How to get EInst of existing IE instance?

Was wondering if there has been any progress on being able to use the IEAuto.dll functions on an EXISTING IE window (in other words a way to do something like a SETFOCUS to an existing window and then generate a handle like that returned from CreateIE so the other functions can then be used without ...
Sign up to our newsletter for free automation tips, tricks & discounts