![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I have a table with currency field and want to display that values in list box. I want it to have 2 decimal places and to be right justified. |
#3
| |||
| |||
|
|
On Fri, 18 Jul 2003 12:39:56 -0700, Vesna Martinovic dolenc (AT) kombank (DOT) com> wrote: Hi, (vfp8) I have a table with currency field and want to display that values in list box. I want it to have 2 decimal places and to be right justified. I tried to put: select TRANSFORM(Price,'9,999,999.99') into cursor c1 select TRANSFORM(Price, "@J9,999,999,99") The @J is right align Function. Don't have VFP and running right now but I believe this is correct. but it is centered, not left. I also tied seting : set decimals to 2, set fixed on - but then it adds 2 decimal places for integer as well. What is the best way to solve this? Thanks in advance. Vesna |
![]() |
| Thread Tools | |
| Display Modes | |
| |