Hi fellows,
Someone knows how can I check if a Button it is ENABLE or DISABLED?
I tried the code below:
IF Bt_side1:ENABLED IN FRAME fMain = TRUE
THEN ASSIGN currside = "1".
ELSE ASSIGN currside = "2".
But coming up a warning message:
"ENABLED is not queryable attribute for Button Bt_side1.(4052)"
Kind Regards,
rrojo7229
Someone knows how can I check if a Button it is ENABLE or DISABLED?
I tried the code below:
IF Bt_side1:ENABLED IN FRAME fMain = TRUE
THEN ASSIGN currside = "1".
ELSE ASSIGN currside = "2".
But coming up a warning message:
"ENABLED is not queryable attribute for Button Bt_side1.(4052)"
Kind Regards,
rrojo7229