Previous | Next | (P-PDF) What's Wrong with my PDF?
Topic: how to? dynamic interactive pre-populated
Conf: (P-PDF) What's Wrong with my PDF?, Msg: 141377
From: B_T
Date: 10/18/2005 11:38 PM
The only workaround that I have found is to go into every single enterable text field and add a Javascript to the layout:ready event and just add a space to the end of the raw value:
TextField1.rawValue = TextField1.rawValue + " "
Anyone have a more elegant solution?