Search results

  1. eugenio

    different page format for different pdf

    Hello, you are right, the A4 format is passed by default by DaDaBIK when a new instance of the class MYPDF is created. It could be transformed into a config parameter, I'll add this to the todo list. About changing the tcpdf code, I would say it shouldn't be a problem but it's hard to say for...
  2. eugenio

    Custom function - Transformation

    There is an example of transformation function in the documentation, chapter 11 "Import data from MS Excel/CSV/ODS" subchapter "Transformation functions". Best,
  3. eugenio

    Quickest/best way to duplicate app

    You don't need to install DaDaBIK, for an exact copy: copy and paste all the files, copy the DB, change the field "url_installation" in dadabik_installation_tab (this is normally set by the installation procedure), change config_custom.php according to the new server (also change...
  4. eugenio

    Tcpdf errors

    The documentation is correct, but this doesn't imply that importing from select_single fields is not possible / not compatible as you stated. The documentation refers to lookup fields (all lookup fields): if in your xls you don't have the value of the PK, you can use a transformation function...
  5. eugenio

    Tcpdf errors

    It is compatible, what kind of problems did you experience?
  6. eugenio

    different page format for different pdf

    Hello, you have to check the TCPDF documentation to see how to change the page size and then add the proper code in your set_standard_pdf_parameters_custom() function (see the documentation for further details). For example this line in the set_standard_pdf_parameters_custom() function set...
  7. eugenio

    Tcpdf errors

    Hello, did you change any DaDaBIK file except from config_custom.php? Could you try a fresh installation, using the original files downloaded and changing just config_custom.php, on a simple (1 table ) DB and see if you get the same error?
  8. eugenio

    Contains as default option in quicksearch

    If you only need contains you can also remove all the other options: no operator menu will be displayed and the search will always use contains.
  9. eugenio

    Clear Filters when there is an error

    Hello, which version are you using? Starting from 11.7, when a query error is generated, a message appears with a link to logout and login again, this clear the filters.
  10. eugenio

    using a custom button to apply a filter (via redirecting)

    It happens even to the best of us :)
  11. eugenio

    new installation 403 error on install.php

    Hello, is it possible that you have a table called delivery_notes in multiple schemas of the same database?
  12. eugenio

    using a custom button to apply a filter (via redirecting)

    Yes, you can start with that, but if it still doesn't work I would do a more comprehensive test
  13. eugenio

    using a custom button to apply a filter (via redirecting)

    I am pretty sure that $enable_search_by_url is overwritten somewhere or not set in config.php due to a file edit. I would test a fresh installation of DaDaBIK, using the original files you downloaded and editing only config_custom.php with the required parameters and see if you get the same...
  14. eugenio

    using a custom button to apply a filter (via redirecting)

    You don't need to copy it to config_custom.php (and you shouldn't unless you want to change the default setting). There might be something wrong somewhere else.. I see you wrote $enable_search_by_utl (utl instead of url), is this a typo or in your config.php file it is written utl ?
  15. eugenio

    using a custom button to apply a filter (via redirecting)

    That's strange, is the config parameter $enable_search_by_url set to 1 (by default it is)? If you use one of our online demo (dadabik.com/demo), do you see the button?
  16. eugenio

    using a custom button to apply a filter (via redirecting)

    The button is displayed after the execution of an advanced search and allows you to simulate, using an URL (the one the button shows you), the same advanced search.
  17. eugenio

    using a custom button to apply a filter (via redirecting)

    I am not sure if I got what you need, but if you only need to open a table with a pre-defined search filter, you can execute the search using the advanced search feature, then click on "show search URL" at the bottom of the page and finally use that URL as a redirect URL in your custom button...
  18. eugenio

    using a custom button to apply a filter (via redirecting)

    Hello Marco, you mentioned PIANO_LINEE and PIANI_LINEE, are them two different tables or is it a typo?
  19. eugenio

    custom button & custom filter

    Non c'è documentazione specifica di DaDaBIK, la variabile $SESSION è un array di PHP in cui si possono memorizzare dati che permangono durante la sessione.
  20. eugenio

    LDAP Users OU or GROUP

    Hello, this confirm that PHP cannot reach the server and/or bind using the sshinn user. Best,
Top