This topic is locked

Displaying numbers with decimals

11/3/2009 2:59:08 PM
PHPRunner General questions
T
tomstreet author

I'm working on an app where each record has a unique number in the format n.nnn. These fields are floats 5,3. They display correctly on the edit pages generated with phprunner but in the list page the last number is always truncated - n.nn. I can't see the difference in the way the two fields are displayed.
Any help appreciated.

J
Jane 11/4/2009

Hi,
I suppose you've set up this field as Number on the "View as" settings dialog on the Visual Editor tab. In this case format of values is (10,2).

Try to select nothing (empty line) on this dialog and rebuild your project.