Jump to content

Point

uniGUI Subscriber
  • Posts

    192
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by Point

  1. Point

    Need Solutions

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

    Need Solutions

    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. Point

    Need Solutions

    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. Point

    Need Solutions

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

    Need Solutions

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

    Need Solutions

    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?
  7. Point

    Need Solutions

    i try to reformat that paragraph but not work. essentially there are 5 cases that I face when I try to migrate my project to unigui framework
  8. Point

    Need Solutions

    hi delphi developer, Thanks you very much for solution number 1. and I also hope that you can provide a solution to case numbers 2,3,4 and 5.
  9. Point

    Need Solutions

    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...