Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Can anyone help with this?
Message
De
24/09/2005 10:32:45
 
 
À
24/09/2005 10:20:17
Mike Sue-Ping
Cambridge, Ontario, Canada
Information générale
Forum:
Visual FoxPro
Catégorie:
Web Services
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Divers
Thread ID:
01049412
Message ID:
01052703
Vues:
9
I doubt it has to be visible, but if so, move it out of sight!
ioIE.left=-3000
>Ok, I get it. Assuming this works, I wonder if the loIE object needs to be visible? Kinda ugly if it has to be shown to work. Anyway thanks for the suggestion and assistance.
>
>Regads,
>
>Mike
>
>
>>Hi Mike,
>>>
>>>Could you please expand on what you mean by,
>>untested from the hip [check the COM object models of
>>ShDocVw for IE and WebBrowser as well as MSHTML for Html-DOM]
>>
>>local loIE, loDom, lnRun
>>loIE = createobject("InternetExplorer.Application")
>>loIE.visible = .t.
>>loIE.navigate("http://www.myWsCenter.Com")
>>*** insert your preferred way of waiting for completion of asynch
>>*** IE operation: readystate-Property, documentcomplete-Event
>>loDom = loIE.document
>>for lnRun = 0 to loDom.All.Length-1
>>  ? loDom.All.Item[m.lnRun].OuterHtml
>>next
>>...
>>loDom.All.Item[m.lnIdentifiedAsPwd].value = "Pwd"
>>loDom.All.Item[m.lnIdentifiedAsPostButton].Click()
>>
>>
>>regards
>>
>>thomas
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform