Jump to content

Point

uniGUI Subscriber
  • Posts

    192
  • Joined

  • Last visited

  • Days Won

    3

Posts posted by Point

  1. 5. With the Date format it's a mess. UniDateTimePicker behaves eratically when date format is other than 'mm/dd/yyyy' ( American ).

        A date like 01.00.2015 is what you can easily see with the 'dd.mm.yyyy' format.  I hope it will be fixed some time.

     

    i use display format in field properties to avoid this case. so i use unidbedit to display data with datetime type

  2. 5. setting Display format with long date ("dd MMMM yyyy") in datetime type and number type with display format (#,##0.##) in field properties not act when data was changed or exit bound control. for us, it's very important to ensure data operator when input data, is data inputed correct or not.

  3. 4. setting display format (#,##0.##) in field properties with type number raise error when post; (cause edit format be ignored, when edit record, i have to throw thousand and decimal separator to avoid error).

  4. now i try to migrate application to unigui framework, but there are some cases that I face, may be somebody can help or give solutions, here are:

     

    1. How to set null value key in dblookupcombobox, or is it possible to add clear button feature like uniedit component in dblookupcombobox to set null value?

     

    2. in unidbgrid column dan dbuniedit with number type can fill with any character, how to avoid this. i want number only

     

    3. Display format in field properties with type number, be ignored when set edit format. i found this case in unidbedit

     

    4. setting display format (#,##0.##) in field properties with type number raise error when post; (cause edit format be ignored, when edit record, i have to throw thousand and decimal separator to avoid error).

     

    5. setting Display format with long date ("dd MMMM yyyy") in datetime type and number type with display format (#,##0.##) in field properties not act when data was changed or exit bound control. for us, it's very important to ensure data operator when input data, is data inputed correct or not.

×
×
  • Create New...