Search found 2 matches
- Wed Dec 14, 2005 10:14 am
- Forum: Technical / Scripting
- Topic: Hidden label value in GUI
- Replies: 1
- Views: 3745
Hidden label value in GUI
Hello, I am using Macro scheduler to automate application which generates reports. When reports are run, there is a hidden label which stores the status of report run. I am unable to get the hidden label from GUI. Even it is not displayed in View System window, due to which i could not be able to ge...
- Fri Oct 14, 2005 4:56 pm
- Forum: General Discussion
- Topic: Error while execution of script
- Replies: 0
- Views: 4016
Error while execution of script
Hi, I created the script for opening the IE and launching the required website, I used VBSCRIPT which is as below sub objectIE(URL) dim IE set IE=CreateObject("InternetExplorer.Application") IE.visible=1 IE.navigate URL do while IE.busy loop end sub Passing the required URL through script, The scrip...