Two problems
Hi, I have two problems.
1. How to stop value from increase? if value reach 8 I want to stop it there from increase further.
2. In my text fields font size is set to auto but it doesn't work.
As usual thanks in advance for helping.
Hi, I have two problems.
1. How to stop value from increase? if value reach 8 I want to stop it there from increase further.
2. In my text fields font size is set to auto but it doesn't work.
As usual thanks in advance for helping.
1. Change it to:
if (Number(this.getField("Text12").value)<8)
this.getField("Text12").value += 1;
2. After changing the font size you have to also change the text for it to update.
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.