Avatar

Level 10

Hi Glenn,

In Designer ES3 there is an option added to the layout palette for the text field.  This adds a hAlign="center" to the text field, you could try manually adding this in the XML Source view of the form.  I don't have Designer 8.2 but I tried it in ES2 and it seems to work fine.

You text field should end up looking something like;

<field name="TextField1" w="62mm" h="9mm" hAlign="center">

Good luck.

Bruce