Search found 11 matches
- Wed Feb 13, 2008 5:46 pm
- Forum: General Discussion
- Topic: Webrecorder NB questions
- Replies: 5
- Views: 7456
I have tried tabbing even tabbing forward then back to get to the field. Will try the image recognition you suggested. About the IFRAME, when I initially did the recording and was watching the code building in the left pane as I navigated, when I got to the point of clicking the report request butto...
- Wed Feb 13, 2008 5:14 pm
- Forum: General Discussion
- Topic: Webrecorder NB questions
- Replies: 5
- Views: 7456
OK...So now that I have worked around the sign on issue, I discovered that I am dealing with IFRAME which according to live chat support IFRAME is bad as webrecorder does not "see" the elements on the page within the frame. They suggested using send character/text to fill the text fields which appea...
- Fri Feb 08, 2008 5:29 pm
- Forum: General Discussion
- Topic: Webrecorder NB questions
- Replies: 5
- Views: 7456
Webrecorder NB questions
I have been using Macro Scheduler for years but my users have given me a request for which I have questions. The users have a new browser based accounting system and want me to assist them with automating some of the reporting requirements. I downloaded the trial version of Webrecorder and it appear...
- Tue Jan 02, 2007 3:20 pm
- Forum: Technical / Scripting
- Topic: Macro Scheduler V9.0.0046 watch list not updating
- Replies: 0
- Views: 4254
Macro Scheduler V9.0.0046 watch list not updating
It seems that when I set a breakpoint and step through the code at that point, the watch list is not showing correct values from that point on and the variable do not seem to have the correct values either. If I set the breakpoint later in the code, the values in the watch list are correct up to the...
- Fri May 27, 2005 2:04 pm
- Forum: Technical / Scripting
- Topic: Receiving value back from VBScript function
- Replies: 1
- Views: 4409
- Fri May 27, 2005 10:16 am
- Forum: Technical / Scripting
- Topic: Receiving value back from VBScript function
- Replies: 1
- Views: 4409
Receiving value back from VBScript function
In trying to understand the relationship between macro variables and VBScript variables I have been playing around with the VBEval command, trying to get it to pass a value back from the function. Using the example in the documentation for VBEval I can not seem to get it to work properly. VBSTART Fu...
- Thu May 26, 2005 5:31 pm
- Forum: Technical / Scripting
- Topic: VBScript Array Element problem
- Replies: 2
- Views: 4777
- Wed May 25, 2005 10:22 pm
- Forum: Technical / Scripting
- Topic: VBScript Array Element problem
- Replies: 2
- Views: 4777
VBScript Array Element problem
I am using vbscript to load 3 arrays with values from a file. This part works fine as I can watch it load each element. Code is below. Sub LoadCityIDArray(strCity, strCityName, strCitySiteID, intA) redim preserve arrCity(intA) redim preserve arrCityName(intA) redim preserve arrCItySiteID(intA) arrCi...
- Mon Feb 17, 2003 4:40 pm
- Forum: Technical / Scripting
- Topic: different behavior between trial and registered version
- Replies: 2
- Views: 6598
- Mon Feb 17, 2003 4:01 pm
- Forum: Technical / Scripting
- Topic: different behavior between trial and registered version
- Replies: 2
- Views: 6598
different behavior between trial and registered version
When I first started working with the trial version of the software and my macro would get away from me due to timing issues I could break/quit the macro in the system tray. After purchasing the product I have found that clicking on the macro scheduler icon in the system tray does not bring up a men...
- Mon Jan 27, 2003 6:04 pm
- Forum: General Discussion
- Topic: Determining if Macro Scheduler currently running
- Replies: 8
- Views: 15605
Determining if Macro Scheduler currently running
I have an Excel macro that runs Macro Scheduler and am in the process of finalizing the code. One thing that I would like to do is to stop the Excel macro and issue a message to the user if Macro Scheduler is currently running as I do not want to run any of my scripts if it is. Anyone know to do thi...