Hi All,
I was trying lock a text box based on the value of two cmb box value
here when run the code skips to the last without validating the first bit.
The value in txtqty and txtstk are numbers.
how do i correct it ?
I was trying lock a text box based on the value of two cmb box value
Code:
if txtqty=txtstk
then
setproperty of txtserial = FALSE
Else
Setproperty of txtserial = TRUE
here when run the code skips to the last without validating the first bit.
The value in txtqty and txtstk are numbers.
how do i correct it ?