Avatar

Level 10

Bill,

You can then change the font size using this syntax...

form1.page1.subform1.textField1.font.size = "8pt";

I have attached a sample that includes some different methods for invoking this syntax. The sample includes capturing the number of characters entered into a text field defined as a max of 20. Based upon the size of the text field, if you entered 20 characters with 10pt font you would get the out of bounds indicator (+). So I have guessimated that 18 characters with 10pt font is ok. If you enter > 18 characters the font changes to 8pt.

Steve