Hi All

Again, I'm using Form textboxes to enable a user to enter repetitive info in
one place and then use ref fields to display this info in various places
such as textboxes, table cells, etc, when the user tabs out of the relevant
form textbox.

My problem is that the initial form textboxes are something like 16 pt bold,
which they need to be and for some reason this formatting also goes to the
repeating fields, which is no good because I want the repeating fields to
remain in their pre-set states of 10pt normal, 9pt normal, etc.

Any ideas how I stop the formatting coming across?

Thanks

Re: Formatting seems to pass from Form Fields to repeated fields by Gregory

Gregory
Mon Jul 14 16:37:27 PDT 2008

Use the CharFormat switch in the REF fields.

{REF Test \* CharFormat}

format the "R" in REF the way you want the field to look.

Laphan wrote:
> Hi All
>
> Again, I'm using Form textboxes to enable a user to enter repetitive
> info in one place and then use ref fields to display this info in
> various places such as textboxes, table cells, etc, when the user
> tabs out of the relevant form textbox.
>
> My problem is that the initial form textboxes are something like 16
> pt bold, which they need to be and for some reason this formatting
> also goes to the repeating fields, which is no good because I want
> the repeating fields to remain in their pre-set states of 10pt
> normal, 9pt normal, etc.
>
> Any ideas how I stop the formatting coming across?
>
> Thanks