Jump to content

Abanto Jose

uniGUI Subscriber
  • Posts

    37
  • Joined

  • Last visited

Posts posted by Abanto Jose

  1. I used UNIDAC componentes to connect mysql database
    Put uniconnection, uniquery, datasource in form
    Configure connection to mysql (all connection is ok)
    Put unidbgrid in form and connect to datasource
        unidbgrid1.bufferedstore.enabled:=true;
        unidbgrid1.weboptions.buffered:=true;
    Put unibutton in form
    unibutton.click:
        uniquery1.append;
    Run application    

    Click on unibutton1 and I get this message:
    c.insert is not a function

    Thanks

  2. Thks for your answers.

    The column lines look good when the browser scale is 100%. The problem appears when I lower that scale in both browsers (chrome and opera).
    Any solution to this, because I need to see the system below 100% to see more elements.

    Regards

  3. Thanks for your answers.

    I don't use scaling, but I tell you that the unidbgrid columns are created at run time, it reads the fields of a table and places them: the title, the filter box and the width. 

    I have other grids where it comes out normal, is it possible that it is because of the amount of fields I have, or maybe because some filter boxes are comboboxes? 

    Regards

  4. On 3/26/2021 at 10:00 PM, Abanto Jose said:

    The column lines in unidbgrid move to right. How can I resolve this problem.

    gridlines.jpg

     

    I am using the full version. As you can see in the image when creating columns in a unidbgrid the header lines run to the right.

×
×
  • Create New...