>Subject: Re: Floating point problem >From: "Mahesh Salian" <[EMAIL PROTECTED]> >Date: Tue, 23 Apr 2002 20:03:52 +0530 > >I am infact doing the modification for the already developed >application. The problem is my conduit program sends the >floating point number for the price during hotsync. >But the data structure used is ULong for price field . > <SNIP>
OK, then you need to change the float-format price on your PC, within your conduit, to a ULong, presumably with 2 implied decimal places, or as appropriate to the currency you are using. Roger Stringer Marietta Systems, Inc. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
