Menu

#14 Problem on formating number

open
5
2006-05-02
2004-10-01
No

I got a number-field in my mask
<Number label='%Nummer' name="nummer"
element="@nummer" nn='true'/>
witch is corresponding to a numeric-field in
my ASE12.5 database.

There is a problem on formating number bigger
than 999.
Example:
Input 34567 -> GuiBuilder-Formating 34.567
which is writen with JDataSet to database
as 34

Discussion

  • Peter Köker

    Peter Köker - 2005-02-27

    Logged In: YES
    user_id=425358

    Workaround:
    Set attribute:
    <Number format="#0" ...

     
  • Kurt Knobloch

    Kurt Knobloch - 2006-05-02
    • assigned_to: nobody --> kknobloch
     
  • Nobody/Anonymous

    Logged In: NO

    This is an -ugly- Number Format problem.
    Please avoid thousand separator in the number format.
    Add a format-attribute like:
    <Number label='%Nummer' name="nummer"
    element="@nummer" nn='true' format="#0"/>

    or

    format="#0.000"
    ^ This is a decimal separator!

     

Log in to post a comment.

MongoDB Logo MongoDB