Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Web Browser Control
Message
From
12/04/2002 11:44:43
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00643929
Message ID:
00644351
Views:
8
thisform._web.Navigate2("www.sitename.com")

WAIT WINDOW "" TIMEOUT 5
DO WHILE thisform._web.Document.ReadyState <> "complete" AND (SECONDS()-nStartSeconds < 20)
ENDDO

thisform._web.document.forms(0).Username.Value = lcUsername
thisform._web.document.Forms(0).Password.Value = lcPassword
thisform._web.document.Forms(0).submit(lcUsername, lcPassword)
WAIT WINDOW "" TIMEOUT 5

***It works until this point - I've seen three pages by this point - about:blank, login page, home page

SELECT artists

thisform.lblCurrent.Caption = "Overall"
thisform._web.navigate2("http://www.sitename.com/Charts.asp")

****Now it doesn't do anything more
it's not dead though
thisform._web.refresh does reload the page (Just not the one I want - http://www.sitename.com/Charts.asp) It just reloads the home page.

The select didn't change the results - Sorry.

Thanks a bunch
TomW
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform