Search results

  1. P

    Implemented Feature Request: Display the 2FA Secret Key Alongside the QR Code

    Great, thank you, Eugenio! My 60 colleagues, for whom I manage the database, will be delighted :)
  2. P

    Implemented Feature Request: Display the 2FA Secret Key Alongside the QR Code

    Dear Dadabik Development Team, First, I’d like to thank you for your continued efforts in improving Dadabik and for providing such a valuable tool. I have a suggestion regarding the 2FA (Two-Factor Authentication) setup process in Dadabik. Currently, when 2FA is enabled, the QR code is...
  3. P

    Undefined array key "data_types"

    yes, it worked before fluently, my changes are regular, as every day, new tables, new fields. not really special. Maybe it concerns this "simple mode"? best Manuel
  4. P

    Undefined array key "data_types"

    hello, after opening the tab "Data" in admin interface, I will be prompted with a very large amount of this error messages: 2024/08/01 10:38:14 [error] 3045667#3045667: *187702 FastCGI sent in stderr: "PHP message: PHP Warning: Undefined array key "data_types" in...
  5. P

    Too many redirects

    Hello, after deleteing and recreation the concernded user, everything works fine again. best regards Manuel
  6. P

    Too many redirects

    Hello, does someone know this browser error message. Specific users can not login because of this error. the most other users a able to login. If the error occurs the number of sessions increases and the content of these sess_* files is redirect_uri_after_login|s:1:"/"; cookies und sess_* files...
  7. P

    Min width (in px) of the results grid column

    Thank you very much, it works perfectly. This is exactly what I was looking for.
  8. P

    Min width (in px) of the results grid column

    Hello, I want to widen this cell in the GridView to 300px so that 'GVP - Gemeinsame Vorplanung' fits on one line. However, there is always a line break, even when the column is wider. Then I searched for parameter 25, according to the help text, but I can't find it in the config.php. The 25th...
  9. P

    custom pages

    Hello, I wrote a custom page (dashboard) with several iframes, but I dont have access to global variables in faq.php <div class="chart-container"> <iframe width="820" height="600" src="include/custom_php_files/faq.php"></iframe> <div class="legend">...
  10. P

    csv import feature

    Thank you it works now
  11. P

    Fill a mask with voice

    Hi, for your interest I use this js, put a button nearby your form filed eg. inhalt(textarea) and call this function, it works very fast und fine, but only with google chrome browser best regards Manuel function dadabik_record() { var SpeechRecognition = SpeechRecognition ||...
  12. P

    custom php page not working

    hello Karen, Did you find a solution to display the page without the DaDaBIK menu and so on? I'm also looking for a way to display a custom page via an iframe, but only for logged-in users. Still trying unsuccessfully though.
  13. P

    results grid mode menue

    Hello, a question to mode menue form results_grid, is it possible to have a custom extra menue entry with my own format style? best regards Manuel About/upgrade DaDaBIK™ is a product conceived and developed by Eugenio Tacchini Copyright © 2001-2023 Eugenio Tacchini Proudly ❤️ made in Emilia...
  14. P

    csv import feature

    Hello, is it possible to make an import button (csv feature) only in one special table (results_grid)? I used this in config_custom.php, but the import button don't appear $import_from_csv_feature = 0; if (isset($_GET['tablename']) && $_GET['tablename'] === 'artikel_import'){...
  15. P

    using header function to open a form in insert mode

    Hi, Is there a way to invoke this link so that a new record is automatically inserted into the "artikel" table, filled with the default value $id from the hook function? The idea is to use the save button to create a new record in the subform in one step, without having to go back to the main...
  16. P

    Pop-up window possible?

    Hi, try this one, I found it useful: <a href="javascript:void(generic_js_popup('script.php','',600,500))">ButtonTitle</a> best regards Manuel
  17. P

    The field type varchar(7) is not recognized

    Thank you for the response. I will make the change. Is it safe to do so in a production database? Manuel
  18. P

    The field type varchar(7) is not recognized

    Hello dear Support, I found this hint in my data tables list, how can I get rid of them please, best regards Manuel The field type varchar(7) is not recognized. Contact support to know how to easily fix this. About/upgrade DaDaBIK™ is a product conceived and developed by Eugenio Tacchini...
  19. P

    field lock against user input with calculated field function

    Hello Eugenio, I have a question regarding form fields in a data entry form. Is it possible to lock a text field (numeric) when creating a new record, but populate it with a calculated or default value? When I use the default value function, the field is not locked against user input, but...
  20. P

    Reports

    Hello dear forum, I want to create a report and can't influence the output. How can I adjust this red-marked area in the graphic? Unfortunately, the width here cannot be set, so that the label is fully visible. Also, changing the "width" setting in the iframe code doesn't make any difference...
Top