Jump to content

Ario.Paxaz

uniGUI Subscriber
  • Posts

    315
  • Joined

  • Last visited

  • Days Won

    5

Posts posted by Ario.Paxaz

  1. Hi

     

    After merge two row by user, changes must be saved in database.

    Next time, when users will open the dataset, will see only one row(result of merge two row).

    source row must be deleted from database(and not show in uniDbgrid) and destination row must be updated.

     

    Regards.

  2. Quote

    Please explain this with specific examples.

     

    UnidBGrid show list of data that some fields is empty(no entered by user).
    I want by drag & drop (for two rows), merge dragged (Source) row data into dropped (Destination) row.

    This means after drop, update destination row data by source row data and then delete source row.
    Source UnidBGrid  and Destination UnidBGrid  is same.

    for example
    row id 1 : 
           firstname: name1
           lastname: empty
           ordercount: 10
    row id 2 :
           firstname: name1
           lastname: lastname1
           ordercount: 5

    resault of DnD:

    row id 1:
            firstname: name1
            lastname: lastname1
            ordercount: 15

    row id 2 is deleted and not show in UniDbgrid.

     

     

    Regards.

    • Like 1
  3. Hi

     

    When install FMSoft_uniGUI_HyperServer_Config_1.90.0.1530 ,the below address in my server don't created.

     

    ..\uniGUI\HyperServer\bin\ folder (\bin64\ for 64-bit binaries).

     

     

    Regards.

    2020-04-23_14-01-48.jpg

×
×
  • Create New...