Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
StartUt and StartFw from Files Section giving Error
Message
De
25/11/1999 11:42:45
 
 
À
25/11/1999 07:59:56
Vinod Parwani
United Creations L.L.C.
Ad-Dulayl, Jordanie
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Divers
Thread ID:
00294926
Message ID:
00295578
Vues:
26
>>>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform