Numbered lists and hanging indent

RFreund

New member
Local time
Today, 05:49
Joined
Jan 5, 2025
Messages
15
After a quick search, it seems like a hanging indent really isn't possible. Is that true?

Below is an example of a long text field with rich text enabled. I could make each of the "services" a unique record in a different table and then create a continuous form, but then I think the indented numbers would be difficult to create. I'm just trying to make sure I'm not missing an "easy fix".

Thanks!

1738438437279.png
 
One way to address this, if really needed, is to have two text fields. One for your "1." and the second for the actual text.
In code, keep track of your indentation. Set the width to "Normal width - (indentation level * indentation space) then move the control to the right (indentation level * indentation space).

Had to do something very similar when printing on pre-printed certificate forms.
 

Users who are viewing this thread

Back
Top Bottom