|
|
|
|
![]() ![]() |
Apr 18 2005, 06:13 PM
Post
#1
|
|
|
Super Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 407 Joined: 13-December 04 Member No.: 2,696 |
now i want to update the item in the maskedbox but the problem is the item is static(cannot be edited by the user)
i just want to know whether i can edit the item in masked box or not?if can,what can i do to make it can be edit by the user? statement2 = "UPDATE suratarahan SET letterDate = '" & MaskEdBox2.Mask & "'" plz help.. |
|
|
|
Apr 20 2005, 08:26 AM
Post
#2
|
|
|
Advanced Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 144 Joined: 19-February 05 From: Nakorn Chaisri, Thailand Member No.: 3,864 |
Why is your masked textbox static ? Unless you've set its enabled propety to false, why would it not let yuor user edit the values ? Besides, if you want to rip off the value in the maskedtextbox and insert it into your SQL statement, I believe you'd have to do this:
CODE statement2 = "UPDATE suratarahan SET letterDate = '" & MaskEdBox2.Text & "'" Why are you trying to read the mask property ? Can you be a little more clear about your objective - that'd help in getting a better reply. |
|
|
|
![]() ![]() |
Similar Topics
|
Lo-Fi Version | Time is now: 25th July 2008 - 09:43 AM |