| | |
Error!!!
Thread Solved |
•
•
Join Date: Oct 2009
Posts: 23
Reputation:
Solved Threads: 0
My subscription system is now running though with errors here and there.the error that concerns me a lot is a runtime error that says
and points to this code.... and this code is in my save button. at times the error doesnt show but at times it pops up when a user is testing...
how best can i trap such an error because i know there must be a way which i dont know.
thank you in advance!!!
•
•
•
•
multiple steps generated an error check value status
Visual Basic 4 / 5 / 6 Syntax (Toggle Plain Text)
r.Fields("companyphone") = txtcphone.Text r.Fields("companywebsite") = txtcwebsite.Text
how best can i trap such an error because i know there must be a way which i dont know.
thank you in advance!!!
0
#2 12 Days Ago
check the fields if it allows null value. if not then put a trappings to force the user to enter a value on the field.
A conclusion is the place where you got tired of thinking. http://www.martin2k.co.uk/forums/index.php?showforum=4
http://www.a1vbcode.com/a1vbcode/vbforums/Forum3-1.aspx
http://www.developerfusion.co.uk/for...orum&ForumID=4
0
#4 11 Days Ago
Visual Basic 4 / 5 / 6 Syntax (Toggle Plain Text)
on error goto Er r.Fields("companyphone") = txtcphone.Text r.Fields("companywebsite") = txtcwebsite.Text exit sub Er: msgbox "Error occured"
Last edited by akhileshbc; 11 Days Ago at 4:14 am.
![]() |
Similar Threads
- GTK Hangs & An Index Error (C#)
- Php email error (PHP)
- When I boot computer Error Appear. (Windows Vista and Windows 7)
- Error with a linked function (C++)
- How to Fix "Error loading Operating System" (Windows NT / 2000 / XP)
- XML to XML via XSL Transform Error... (XML, XSLT and XPATH)
- javac error message (Java)
Other Threads in the Visual Basic 4 / 5 / 6 Forum
- Previous Thread: communicate with the system
- Next Thread: VB6 - Access Database
| Thread Tools | Search this Thread |
* 6 429 2007 access activex add age application basic beginner birth bmp calculator cd cells.find click client code college component connection connectionproblemusingvb6usingoledb copy creat ctrl+f data database datareport date delete dissertations dissertationthesis dissertationtopic edit error excel excelmacro file filename form hardware header iamthwee image inboxinvb internetfiledownload keypress label listbox listview liveperson login looping machine microsoft movingranges number objectinsert open oracle password prime program prompt range-objects readfile reading record refresh remotesqlserverdatabase report save search sendbyte sites sort sql sql2008 sqlserver subroutine tags textbox time urldownloadtofile vb vb6 vb6.0 vba visual visualbasic visualbasic6 web window windows





