T Oberg 7.Sep.07 08:25 AM a Web browser LEILEI - 6.5Windows 2000
Please help me out with this.
When importing a text file into Notes it truncates the decimals.
All other text fields and numeric fields without decimals are imported correctly.
The text file is separated with '#' and the not working part of my my zid looks like this:
Length: Type Number until "#"
A workaround is to create a temporary TEXT field (tmpLength) in the Notes form and calculate the field Length using: FIELD Length := @ToNumber(tmpLength)
But as I'm importing 20 decimal fields I don't want to have that many tmp fields in the form.
There must be an easier way to do this!!