|
-
Jan 18th, 2013, 10:46 PM
#1
Thread Starter
New Member
VB6.0 HELP!!! can' register a new username
gud day!, i have a problem in vb6.0 when i register a new username and password in my programme i get this error run time error '424 'object required heres my code, ,
Private Sub cmdConfirm_Click()
Userinfo.Recordset.Fields("username") = textUsername.Text <== when i click debug this part of my codes is highlighted in yellow
Userinfo.Recordset.Fields("password") = textPassword.Text
Userinfo.Recordset.Update
Register.Hide
newloginform.Show
End Sub
any help would be highly appreciated
sorry for my bad english grammar
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|