FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Transform (GERMAN)
Posts: 6983
Joined: Fri Oct 07, 2005 07:07 PM
Transform (GERMAN)
Posted: Mon Jul 13, 2009 05:44 PM

Form me transform is only working if I use
. (point) to specify a comma position
and , (comma) to specify a decimal point position.

transform(nValue,"99,999.99")

Does for someone work transform in GERMAN?

Best regards,
Otto

Posts: 9020
Joined: Thu Oct 06, 2005 08:17 PM
Re: Transform (GERMAN)
Posted: Mon Jul 13, 2009 06:29 PM

Did you try @E picture function?

transform(nValue,"@E 99,999.99")

EMG

Posts: 6983
Joined: Fri Oct 07, 2005 07:07 PM
Re: Transform (GERMAN)
Posted: Mon Jul 13, 2009 08:57 PM

Enrico,
thank you very much. It is ok now.
Best regards,
Otto

Continue the discussion