TZF - TzEdit

Pierre Wittwer <[email protected]> Fri, 27 Feb 2004 02:58:59 +0100
Newsgroups gmane.comp.lang.delphi.topaz
Message-ID <[email protected]>
Hi Topaz-Users

I have a bothering problem with TzEdit-display

I have an amount, eg  1234.50 and want to display with the TzEdit-Component
and displayed with EditMask. with 9999.99 in DBaseStyle.

I get the display 1234.49.

How can I get the correct amount displayed

procedure x;
var
  r : real;
begin
  r:=1234.50
  CustomerDbf.SetRealField('Amount',r);
......
end;

Thank ypu for your help.

Pierre Wittwer

--^----------------------------------------------------------------
This email was sent to: [email protected]

EASY UNSUBSCRIBE click here: http://topica.com/u/?clvXPN.a5kvff.Z2NsZHQt
Or send an email to: [email protected]

TOPICA - Start your own email discussion group. FREE!
http://www.topica.com/partner/tag02/create/index2.html
--^----------------------------------------------------------------