List box data display

Jacob Mathai

Registered User.
Local time
Today, 13:24
Joined
Sep 6, 2001
Messages
546
I have a list box that shows 3 fields:

Invoice_number (text)
US_amount (number)
Foreign_Amount (number)

The data is displayed left justified. I would like to see US_amount and Foreign_amount displayed right justified. How do I do that?

Thanks in advance for your help.
 
At risk of not understanding you clearly; it sounds straightforward enough - as long as you bind the data for the list box to a table...

Set the alignment in the table properties for each field.

Is this what you mean?
 

Attachments

Thanks. It worked.

My text align was 'General'. When I changed it to 'Right' it worked.
Thanks again. I knew someone will help me.
 
Unfortunate4ly, this property is only available in 2007. I did not know about this added property, so thanks for the head up.
 

Users who are viewing this thread

Back
Top Bottom