Search found 12 matches

by Hoa
Mon Jun 26, 2006 2:05 am
Forum: Beginners
Topic: Compilation Error: 1033 Unterminated string constant ????
Replies: 3
Views: 8176

Thanks SkunkWorks.
That works OK.
Cheers
Hoa
by Hoa
Fri Jun 23, 2006 11:56 am
Forum: Beginners
Topic: Compilation Error: 1033 Unterminated string constant ????
Replies: 3
Views: 8176

Sorry, forgot to attach the code Here is the code: VBSTART Dim IE Sub CreateIE(ShowIE) Set IE = CreateObject("InternetExplorer.Application") IE.Visible=ShowIE End Sub Sub Navigate(URL) IE.Navigate URL End Sub Sub WaitBusy do while IE.Busy loop End Sub Sub KillIE IE.Quit Set IE = nothing End Sub Func...
by Hoa
Fri Jun 23, 2006 11:55 am
Forum: Beginners
Topic: Compilation Error: 1033 Unterminated string constant ????
Replies: 3
Views: 8176

Compilation Error: 1033 Unterminated string constant ????

Hi Support, here is my problem: I have a script that goes to a website, extract some tags and copies to a file for later use. But when I read back from the file in order to search a a string I got the the following error: Microsoft VBScript compilation error : 1033 Unterminated string constant Any t...
by Hoa
Thu Jun 22, 2006 6:51 am
Forum: Technical / Scripting
Topic: How do I refer to the %IE[0]% object from vbscript ?????
Replies: 1
Views: 3208

How do I refer to the %IE[0]% object from vbscript ?????

Hi support,

If I have an IE created by calling the CreateIE function such as:

LibFunc>hIE,CreateIE,IE[0],0

How can I then refer to this IE instance (ie. %IE[0]% ) from within vbScript ?


Thanks , Hoa
by Hoa
Thu Jun 22, 2006 4:20 am
Forum: Beginners
Topic: Need some help please please
Replies: 4
Views: 6679

[It's always a difficult thing to choose between performance and reliability.]

Yeah! totally agree with you SkunkWorks.
thank you so much.
best regards
by Hoa
Thu Jun 22, 2006 1:11 am
Forum: Beginners
Topic: Need some help please please
Replies: 4
Views: 6679

Hi SkunkWorks,
Thanks so much for your quick response!
Put in a few Wait> commands to slow things down is OK. But because time is very critical in my project (even 2 or 3 seconds). I guess if there is no other alternitive then I have to live with it then.
by Hoa
Wed Jun 21, 2006 8:51 am
Forum: Beginners
Topic: Need some help please please
Replies: 4
Views: 6679

Need some help please please

Hi support, Could some one please let know what am I doing wrong here. I have run the following script several times. But sometime It display the message box and sometime it does not. I just can't figure out what is the problem with it. Thanks soooooooo much for your help. VBSTART Dim IE Sub CreateI...
by Hoa
Fri Jun 02, 2006 6:48 am
Forum: Beginners
Topic: GetListItem won't work with combobox?
Replies: 1
Views: 3725

GetListItem won't work with combobox?

Hi support, I looked at the sample code in Macro Scheduler Help file (under GetListItem) and tested out. The code would work fine with the listbox but when I tried to modified the code with the combobox the computer locked up at me. So, I had to close Macro Scheduler via the Task Manager. Here is th...
by Hoa
Thu Jun 01, 2006 3:50 am
Forum: Beginners
Topic: Can't record website where frames are used!!!
Replies: 2
Views: 5432

wow! very quick response , I am really impressed.

I will try your sugestion Marcus.
Thanks so much
by Hoa
Wed May 31, 2006 7:05 am
Forum: Beginners
Topic: Can't record website where frames are used!!!
Replies: 2
Views: 5432

Can't record website where frames are used!!!

Hi, I am trying to logon to the following website: http://www.tabonline.com.au I used webrecorder to generate the script. But when I try to enter Account and Password the webrecorder did not generate the script. Here are the steps: -navigate to http://www.tabonline.com.au -click on 'Racing' image -E...
by Hoa
Tue May 30, 2006 5:50 am
Forum: Beginners
Topic: How to Navigate to a URL without showing IE window ??????
Replies: 2
Views: 5879

Hello Marcus,

It works now with your help. thanks heaps!!!!!!!!!!!!
by Hoa
Mon May 29, 2006 5:49 am
Forum: Beginners
Topic: How to Navigate to a URL without showing IE window ??????
Replies: 2
Views: 5879

How to Navigate to a URL without showing IE window ??????

Hi,

I would like to navigate to a numbers of URLs and do something in the background and I don't want IE windows to display. Is there a way of doing this ?

Can some please help me with this?

Many thanks
cron
Sign up to our newsletter for free automation tips, tricks & discounts