vb to web form

Please support our Visual Basic 4 / 5 / 6 advertiser: Programming Forums - DaniWeb Sister Site
Reply

Join Date: May 2006
Posts: 4
Reputation: jm50328 is an unknown quantity at this point 
Solved Threads: 0
jm50328 jm50328 is offline Offline
Newbie Poster

vb to web form

 
0
  #1
May 3rd, 2006
I am having a problem I am using a VB form that will complete the web form as the vb form will be loading info to our mainframe system and a database the issue is with the first part. I have it completeing the web form then it submits the info and after it submits the info it needs to get some more info from the page but it appears that it has a timing issue the program trys to get the information before the page has completed loading.
Any help with this would be greatly appreciated.
Visual Basic 4 / 5 / 6 Syntax (Toggle Plain Text)
  1. With Web1.Document.Forms("OMNIWebMainForm")
  2. .Item("_ctl1_txtLoanNumberQuery").Value = mskLoanNumber
  3. .Item("_ctl1:btnGo").Click
  4. Do Until Web1.ReadyState = READYSTATE_COMPLETE
  5. DoEvents
  6. Loop
  7. End With
  8. x = Web1.Document.getElementById("txtborrowerfirst").Value
  9. lblBrName.Caption = x
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:


Thread Tools Search this Thread



Tag cloud for Visual Basic 4 / 5 / 6
About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC