Max value Plese help this block
When butonX click
Get Textboxes.textX=(texboxA minus texboxB) or textboxC
Explane… Get a-b where a is any number and b also like that. But C is 1000. So Textbox X can be any numbr but not abov 1000. How do do this.
Max value Plese help this block
When butonX click
Get Textboxes.textX=(texboxA minus texboxB) or textboxC
Explane… Get a-b where a is any number and b also like that. But C is 1000. So Textbox X can be any numbr but not abov 1000. How do do this.
Use an if statement. If a-b < 1000 then show… else …