Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Alignment in listbox columns
Message
From
07/02/2002 17:09:35
 
 
To
07/02/2002 14:01:04
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00616855
Message ID:
00617053
Views:
31
>Hi All:
>
>I have a listbox whose rowsourcetype is array. The data is read in at the init of the form as follows:
>
>select assetc.ac_primary, assetc.ac_desc, ;
> assetc.ac_estdate, ROUND(assetc.ac_estpct * 100,2), assetc.ac_primary ;
> from assetc ;
> where !(assetc.ac_primary = 'XX') ;
> and !(assetc.ac_primary = 'ZZ') ;
> and !(assetc.ac_primary = 'V ') ;
> order by ac_desc ;
> into array this.aArray
>
>The problem is that I can't figure out how to right align the 4th column. Right now the numbers are coming out centered.
>
>???
>
>Thanks,
>
>Yossi

Yossi,

A listbox control is hard to customize and some things are simply impossible to change...

My advice is to switch from a listbox to a grid where all the columns are different objects each with their own properties.

Good luck, Stephane.
Previous
Reply
Map
View

Click here to load this message in the networking platform