Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Site opens in triplicate
Message
De
16/06/2013 09:57:52
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows Server 2012
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Divers
Thread ID:
01576490
Message ID:
01576507
Vues:
54
J'aime (1)
Karen,

Try this code after the Navigate line.
do while oIE.busy or oIE.readystate#4
enddo
>>>I have an odd thing happening.
>>>When this URL is called from below, we are getting 3 occurrences opening up each time.
>>>It doesn't happen to me on my computer but does happen to another computer running this VFP program.
>>>Any ideas??
>>>
>>>
>>>oIE = CreateObject ("internetexplorer.application")
>>>oIE.NAVIGATE ("https://mysite/login/login_empl.asp") 
>>>oIE.VISIBLE = .T.
>>>
>>
>>VFP will not wait for above code execution and will continue.
>
>tnx sergey. I placed a couple of inkey (2) to slow things down a bit for analysis to no avail.
>
>k
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform