Recent content by it4e

  1. I

    "Transpose" Details Page

    Hello, I want it to look like this minus my horrible photoshop skills of course :D if you compare it to the other images without the arrow, you will know what i mean. I know i can achieve it by adjusting the Position of the Fields, but it changes how it looks on the Grid aswell.
  2. I

    "Transpose" Details Page

    Right now the Position of the Fields Counts up like this: But i want it to count up like this: Edit: Seems like the Forum cuts out a part of the image. if you want to see it fully, you need to do right click and view image.
  3. I

    "Transpose" Details Page

    You are using DaDaBIK version 10.1-Manarola enterprise PHP Version: 7.3.20 mysql version: 5.5.5-10.5.5-MariaDB Web server: Apache/2.4.43 (Win64) OpenSSL/1.1.1g PHP/7.3.20 Client: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:69.0) Gecko/20100101 Firefox/69.0
  4. I

    "Transpose" Details Page

    Hello, I am trying to configure the layout of a details page, currently i am using the "(*) New line after this field (details page)?" function in the forms configurator. If i use it to display fields next to each other, it counts the position up "horizontally". Can i configure it in a way so...
  5. I

    Performance Issues

    Hello, I have tried a new Installation based on the Vendor Table only, and it loads in only 0,2sec. I guess I have some settings in my Original DaDaBIK application, that slow it down so much. I am going to be away for 2 weeks after that i will write a Support Ticket. Thank you for your help.
  6. I

    Performance Issues

    Hello Eugenio, thank you for your quick answer. I tried SQL_NO_CACHE and the result in MariaDB was still 0,016s I have the problem with other tables aswell, but the MariaDB query is not quite as fast as this one, the others take up to 1 sec to query and up to 10 sec to display in Dadabik. I...
  7. I

    Performance Issues

    Hello, After tyding up my SQL queries and checking with your tab on performances in your manual, my Performance sady still isn't as fast as i would like. For Example a simple query like this: SELECT `vendor`.`No_`, `vendor`.`Name`, `vendor`.`Name_2`, `vendor`.`Address`, `vendor`.`Address_2`...
  8. I

    Lookup table primary key issue

    So is there no possibility on joining two tables, but not on the primary Key of the second table without really bad performance? Maybe a workaround?
  9. I

    Lookup table primary key issue

    Hello, Im trying to configure a select_single lookup field from a View but I am Having some troubles. the table "Jobs" has a Field called "Order_No_", where the Order_No_ and some other Fields are looked up from the View "Orders_View". The problem is that the "Order_No_" from "Orders_View" is...
Top