Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Cannot Update When Running

Status
Not open for further replies.

Joe46

Programmer
Mar 15, 2002
23
I have a web page created with VB that uses stored procedures in SQL Server 7. The web page has been running fine so the user wanted me to add a DateApproved field on the form.

The problem is while running it will not update the field, but if I step through it runs fine. I do not receive any error messages and it has me baffled.

I've been working on it for two days and all I can say is, HELP!!!

 
Put "DoEvents" in your code

you can never have too many DoEvents. It basically lets everything in windows catch up, so put on before your update and see what that does.

Joe
 
Thanks for your quick reply. I tried DoEvents like you suggested but that didn't work.

Thanks again for your help.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top