RodM Posted December 10, 2009 Posted December 10, 2009 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
Fitch Posted December 10, 2009 Posted December 10, 2009 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.
Recommended Posts
This topic is 5461 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now