Page 1 of 1

Moving text.

Posted: Sun Jan 10, 2016 4:03 am
by tasdvl9
Hi,

Is there a way to position a text string in a field at a certain location?
In other words, if i have two strings like "abc" and "xyz" I'd like to position them
in certain positions in the field. The reason for this is because I have category columns in my field and
I need the text to line up perfectly underneath them.

Thank You.

Re: Moving text.

Posted: Sun Jan 10, 2016 6:07 am
by dunbarx
Hi.

The thing to do here is use control characters instead of, what i think you are getting at, some gadgetry to locate the text in space.

Tabs are your friend, especially in a table field. Know that you can hide the lines (hGrid and vGrid) that appear by default in such a control, so that it looks like an ordinary field instead of some sort of spreadsheet.

Once you have played around with that for a while, especially with the tabstops, write back if you need more...

Craig Newman

Re: Moving text.

Posted: Mon Jan 11, 2016 2:02 am
by tasdvl9
Thanks, Craig.

Much appreciated.

I'll give the control characters a go.