Search found 17 matches
- 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>...
- 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...
- 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...
- Sun Sep 30, 2007 10:06 pm
- Forum: Technical / Scripting
- Topic: Sending Modem Commands
- Replies: 3
- Views: 5694
- 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.
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.
- Fri Sep 07, 2007 7:34 am
- Forum: Technical / Scripting
- Topic: Control First Field/Object during Dialog reuse/loop
- Replies: 5
- Views: 6701
- Thu Sep 06, 2007 4:03 pm
- Forum: Technical / Scripting
- Topic: Control First Field/Object during Dialog reuse/loop
- Replies: 5
- Views: 6701
- 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...
- 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...
- Tue Aug 28, 2007 4:44 pm
- Forum: Technical / Scripting
- Topic: Modal Dialog Listbox Items Not Resetting
- Replies: 2
- Views: 4422
- 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?
Any known problems?
- Mon Jul 09, 2007 6:18 am
- Forum: Technical / Scripting
- Topic: Preventing hotkey from running an already running macro
- Replies: 8
- Views: 11639
- 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...
- 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...
- 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 ...