Search results

  1. DAF ID3000

    FIXED Tooltip text on the global search button

    Dear Eugenio, Thanks for this fix (y) Regards
  2. DAF ID3000

    Implemented Pre-populating search forms

    Hello Eugenio, maybe for the next version, a new button 'Filtre par défaut' next to 'Supprimer le filtre de recherche' ? 🙏 Best,
  3. DAF ID3000

    Implemented Pre-populating search forms

    HI Eugenio, thanks for that, callback functions work as expected (y), it gives huge possibilities. I have one more question, when the user has changed default search values to customize his filter, how can he easily switch back to default filter ? The only way I found is to logoff / logon, but...
  4. DAF ID3000

    Implemented Pre-populating search forms

    Dear Eugenio, Basically I would like to be able to fill the search fields directly from PHP code (using a multi-criteria basis) upon landing in a result page. Of course, this code should not be run if the user has pressed the search button because it would mean that he has taking over the...
  5. DAF ID3000

    Implemented Pre-populating search forms

    Hi Eugenio, as I can read in a previous post, some users have already talked about pre-populating search values in search forms (I think Quick or Advanced would be the same code). In my first thought, I think it would involve enhancing the existing row-level filter mechanism that we already...
  6. DAF ID3000

    FIXED Tooltip text on the global search button

    Hi Eugenio, I hope you're doing well. Unfortunately, it seems that the automatic tooltip text in case of global research doesn't deal correctly if I insert HML entities in any label of any field (please see snapshot). Just FYI, my form label for the related field is "Lien <span...
  7. DAF ID3000

    Preview of the Dark Theme, please add here your feedback

    Hi Eugenio, it's great news since dark mode is increasingly adopted by users. I tested it on the demo app and it's fine. I just have a small remark: the little arrow on the combo boxes (to open the list) is nearly invisible (please see attached file), if you can change the color for a brighter...
  8. DAF ID3000

    Errror message "I cannot create a preview for the edit form

    Hello. The preview form on the right side of your screen does not allow to configure any layout: it's here only to show you the result you'll get with the parameters you selected on the left side, which is the only place from where you can change the layout. I mean you can configure your form...
  9. DAF ID3000

    custom dashboard

    Hi. You may duplicate your 'open_repairs' view (or table) to another 'open_repairs_home' view with only the fields you want to show on your home page, and write a custom formatting function to use on the 'Ticket #' field of your 'open_repairs_home' form. You'll be able to open directly an edit...
  10. DAF ID3000

    FIXED Can't add/remove linked fields or items table since 12.4 update

    Dear Eugenio, your quick fix works as a charm, thank you for your reactivity (as always). I'm really sorry not to have posted in the right forum, I never took the time to read the welcome msg of this Bugs forum, please don't blame me ;-) Regards,
  11. DAF ID3000

    FIXED No correct "Label grid" in "Advanced Search" form

    Hi Michael, I don't think this is a "bug". IMHO, you may have misunderstood the 'Label grid' behavior: this field is only used on the column title of the results grid. On both search forms (quick and advanced), the regular 'Label form' is used as it is in both Edit and Insert forms. I've...
  12. DAF ID3000

    FIXED Can't add/remove linked fields or items table since 12.4 update

    Hello Eugenio, I made several cross tests before posted this (different browsers on different computers), but it seems javascript code isn't called anymore from 'add/remove linked field' links in Forms Configurator. I'm not sure it's related, but I noticed that HTTP target at the bottom of the...
  13. DAF ID3000

    Views with fields of the same reference table

    Hi RolfE. I'm pretty sure your error message is not related to your join statements, but refers to output fields aliases which have to be unique: I think that at least two of your tables contains an 'id_address' field and, since you use 'select *' statement, these fields are not aliased. Keep...
  14. DAF ID3000

    Implemented Cascade fields in search form

    Hi Eugenio, I hope you're doing well. Cascade Fields in search forms is a really much-awaited feature for several years (by me at least ;)) Many thanks for that but I can't get it work, I don't see any change anywhere which lets me think that something will change in my search form (it actually...
  15. DAF ID3000

    FIXED load_table_page API almost working ;-)

    Hello Eugenio. I got a warning when I try to call load_table_page API, and the page is not loading: PHP Warning: Undefined variable $dadabik_main_file in /.../files/include/classes/ddb_api.php on line 343 The cause seems to be a missing $dadabik_main_file recall from global var on line 307...
  16. DAF ID3000

    Composite Keys

    Hi all. I use composite keys (with up to 10 fields) for several years with Dadabik... I just took the habit to add an auto increment unique key into my SQL table, and I use it in dadabik as unique field in my 'Page based on...' definition. No problem so far since you don't even need to tell...
  17. DAF ID3000

    UI Questions with v12 Aveto

    Hi all. Just FYI, same behavior for me (Edge / Brave / Firefox on Windows 10 - 2560 x 1440)
  18. DAF ID3000

    flatpickr format

    Hi Karen, sorry for the delay, here is my flatPickR section: $date_picker_type = 'flatpickr'; $date_format = 'latin'; $date_format_edit = 'j/m/y'; $date_time_format_edit = 'j/m/y H:i'; $date_separator = "/"; $start_year = ''; $end_year = ''; Regards -- Gilles
  19. DAF ID3000

    User account menu is inactive on Brave browser

    Hi Deep64, thanks for your answer. I did experience the exact same issue on 2 different PCs and only with Brave, so I didn't thought to a cache issue ! 🤯 My bad, I cleared the cache and it works fine on all my browsers ! (y) have a nice day -- Gilles.
  20. DAF ID3000

    User account menu is inactive on Brave browser

    Dear Eugenio, I hope you're doing well. First, thank you for this new V12 release of DaDaBiK with its modern UI and these new exciting features like BETA mode and EXPORT APP. I noticed a little problem on my Brave browser, the user account menu on the top right is not active (a clic on the...
Top