Listbox column justification

G

Guest

Access 2003,

I would like to right justify data (numbers) in a listbox, but do not know
how. I would also like to define how far the decimal places go. Is this
possible?

TIA

Aaron G
Philadelphia, PA
 
G

Guest

Try changing the ReadingOrder Property of the ListBox to "right to left"
If that doesn't work, also try and change the Orientation Property of the
form to "right to left"
 
G

Guest

Ofer,

This didn't work, but it had an interesting effect. I actually am
displaying 2 columns, and it reversed their position. Oh well.

Any other ideas?

Thanks for your time.

Aaron G
Philadelphia, PA
 
S

Stephen Lebans

The URL is:
http://www.lebans.com/justicombo.htm
New Ver 2.1 Justification.zip is a database containing functions to center
and right justify data for List and Combo Boxes.

Major changes for Version 2.1 are:
Use standard API's instead of functions exposed in Access EXE.

Handle Multiple Columns

One Function for both Center and Right Alignment

Support for controls on SubForms

Huge increase in function execution speed

Clean code with comments
--

HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.
 
G

Guest

Thanks for helping me narrow it down, Stephen!

Aaron G
Philadelphia, PA

Stephen Lebans said:
The URL is:
http://www.lebans.com/justicombo.htm
New Ver 2.1 Justification.zip is a database containing functions to center
and right justify data for List and Combo Boxes.

Major changes for Version 2.1 are:
Use standard API's instead of functions exposed in Access EXE.

Handle Multiple Columns

One Function for both Center and Right Alignment

Support for controls on SubForms

Huge increase in function execution speed

Clean code with comments
--

HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top