December 10, 200916 yr Printing.. is there a command that will right justify the field? Attach is jpg image captured showing some fields using debug viewer I understand in layout how to Right justifing text to show.. as seen in my layout image attached Looking at the viewer or the one msg_text_field, its left justified in fieldand is sent to print that way. I am trying to finger how to get it to print Right justified too Thank you
December 10, 200916 yr The layout controls how it prints. If you have it right justified on the layout, that's how it will print. The text formatting commands you can apply via calculation are: font, size, color, and style. You cannot control position programmatically. You can, however, overlay 2 text objects and control which one displays via conditional formatting.
Create an account or sign in to comment