well, since after teh meaasge box is displayed, the textbox loses focus, so theis is what you can do:
dim str as string
//in textchange event of your textbox:
chkid=textcustomer.text
if chkid="" then
msgbox "Cannot be left blank",vbok+vbinformation,"ERROR"
//insert...
hi tanushri,
well since you are using linux, hence the header file
<string.h> will not work. Instead you should use the
<cstring> header file.
In Linux, if you want to view the system date and time, you can do it using the "date" function. It will show you the date and time, also if...
Hello there,
Instead of using the second recordset statement in the first
(tests.studentid=adodc1.studentid) wh don't you try creating a command object with the following code:
cmdstudent.commandtext=adcmdprocedure
//then in your procedure you cans specify the list item's //index no using the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.