![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
No doubt I'm missing something quite basic here but a silly little problem that I can't find a solution to. Using FM8.5 Adv on Win XP. I have a number field called rem_charge, which appears on a layout, it is displayed as a number with 2 decimal places and a thousands separator when the value is 1000.00 or greater - all ok. Also on this layout I have a calculated text field called rem_chargetext, this field I have calculated as "£" & rem_charge & " plus VAT" I want the rem_charge part of this displayed with the thousands separator as required. Unfortunately, I don't seem able to find a easy way to do this. I guess it could be done with a script but I really want to avoid this if possible. Is there a function available that I'm missing? |
#3
| |||
| |||
|
|
No doubt I'm missing something quite basic here but a silly little problem that I can't find a solution to. Using FM8.5 Adv on Win XP. I have a number field called rem_charge, which appears on a layout, it is displayed as a number with 2 decimal places and a thousands separator when the value is 1000.00 or greater - all ok. Also on this layout I have a calculated text field called rem_chargetext, this field I have calculated as "£" & rem_charge & " plus VAT" I want the rem_charge part of this displayed with the thousands separatoras required. Unfortunately, I don't seem able to find a easy way to do this.I guess it could be done with a script but I really want to avoid this if possible. Is there a function available that I'm missing? -- Jeff Wright |
#4
| |||
| |||
|
|
Look at this custom function: http://www.briandunning.com/cf/196 Matt On 02/21/2007 03:08:27 "Jeff Wright" <jeff (AT) jeffwright (DOT) demon.co.uk> wrote: No doubt I'm missing something quite basic here but a silly little problem that I can't find a solution to. Using FM8.5 Adv on Win XP. I have a number field called rem_charge, which appears on a layout, it is displayed as a number with 2 decimal places and a thousands separator when the value is 1000.00 or greater - all ok. Also on this layout I have a calculated text field called rem_chargetext, this field I have calculated as "£" & rem_charge & " plus VAT" I want the rem_charge part of this displayed with the thousands separator as required. Unfortunately, I don't seem able to find a easy way to do this. I guess it could be done with a script but I really want to avoid this if possible. Is there a function available that I'm missing? |
![]() |
| Thread Tools | |
| Display Modes | |
| |