All of the fields returned from my paradox database [v7] into my tcursor show float/number formatting wih commas seperating the 1000's i.e. 123456 is shown as 123,456.00 - is there anyway of setting the format to show 123456 by default in the session - i've tried
formatAdd("CORRECTEDFLOAT","E#")
formatSetNumberDefault("CORRECTEDFLOAT")
this seems to work for local variables in the session, but not when i tcursor.view() a tcursor from my database with float fields - in short i want to get a tcursor populated from my database with the values in the float fields to NOT have commas in them when they are displayed -
any help greatly appreciated.
M
formatAdd("CORRECTEDFLOAT","E#")
formatSetNumberDefault("CORRECTEDFLOAT")
this seems to work for local variables in the session, but not when i tcursor.view() a tcursor from my database with float fields - in short i want to get a tcursor populated from my database with the values in the float fields to NOT have commas in them when they are displayed -
any help greatly appreciated.
M