change property of text box with value of cmb box

anishkgt

Registered User.
Local time
Today, 21:47
Joined
Nov 4, 2013
Messages
384
Hi All,

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 ?
 

Users who are viewing this thread

Back
Top Bottom