Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
StartUt and StartFw from Files Section giving Error
Message
From
25/11/1999 11:42:45
 
 
To
25/11/1999 07:59:56
Vinod Parwani
United Creations L.L.C.
Ad-Dulayl, Jordan
General information
Forum:
Visual FoxPro
Category:
Internet applications
Miscellaneous
Thread ID:
00294926
Message ID:
00295578
Views:
27
>>>I've downloaded StartUt and StartFw from Files Section, but it is giving following error
>>>
>>>Ole Error Code 0x8000405 : unspecified Error
>>>
>>>in this line
>>>
>>>DO WHILE oIE.Document.ReadyState <> "complete" AND (SECONDS()-nStartSeconds < 30)
>>>
>>>i'm using ie 5..
>>>
>>>anyone having any idea...
>>
>>Try replacing the line with:
>>
>>DO WHILE oIE.ReadyState <> 4 AND (SECONDS()-nStartSeconds < 30)
>>
>>Please let me know if that fixes the problem, and I will update the code.
>
>Thnks for your help.. now it is working...
>
>can u pls also tell me how to keep
>" Recover my last session "
>checked..

Add this line right after the lines that fill in the username and password:

oIE.Document.Forms(0).LastLogin.checked = .T.

and before submitting the form.
Erik Moore
Clientelligence
Previous
Reply
Map
View

Click here to load this message in the networking platform