Search results

  1. M

    Store Thumnail as separated file?

    Hello community! Is it possible to save the generated thumnail image so that it does not have to be calculated each time it is accessed? With a long image list with more than 200 large images, this takes a lot of time. Regards Michael DaDaBIK 12.7 Enterprise
  2. M

    Compact smart phone layout

    Hello Community, I want to set a compact design for my smartphone. (1) How can I disable the + signs? (2) How can I get the label and the field in one row? Current Design: Desired design: Thank You! Michael DaDaBIK 12.3 Aveto Enterprise
  3. M

    Two hooks with the same function parameter not work?

    Hello, I have a hook question: If I have two hooks with this structure: Result: The function dadabik_FortschrittsStatusSetzen does not work and the application stopped If I delete the parameter $params and $function in this second function, it works. Why? Regards Michael
  4. M

    In select_single field, only increase values?

    Hallo Community, I have the following requirement: In a select_single field I have the following list of permitted values: ~0~25~50~75~100~ Now I want that the user only increase the value. For example, if the field contains 25, then he can only select 50, 75 or 100, but no 0. The only...
  5. M

    my first hook crashed

    Hello, I have tried my first hooks function, but if I upload this file/code, the complete web-application is down. Here my requirement: Only a user with the same Usergroup in a dataset can update the current dataset. If the user group and the "Group" field in the data record are not equal...
  6. M

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

    Hello, in the "Advanced Search" form, the changed "label grid" name is not displayed: Advanced Search formular: In the list form the labels are correct: Regards Michael --------------------------------------------------------- Your current DaDaBIK version You are using DaDaBIK...
  7. M

    Only editing rights if it is a specific user

    Hello, The chapter "10.9. Row-level Custom Filters" describes how to filter data records according to a criterion. Depending on the user, I don't want to filter data records, but just exclude them from editing. Can I do that too? Regards Michael Your current DaDaBIK version You are...
  8. M

    Upload images direct from the camera from smartphone

    Hello, I have develop a DB with upload images. From the desktop client, I select an image and the upload started. So good so fine! Now, if I use my smartphone with the browser, I can also upload an image from my Gallery (Android). But I want to upload direct from my camera e.g. I push a...
  9. M

    Upgrade from 9.2.2 to 11.12: Base table or view not found: 1146 Table 'db.dadabik_config' doesn't exist

    Hello, I have upgrade my DaDaBIK version from 9.2.2 to 11.12. with "up.php" And then I want to access to my application (after I set $debug_mode =1;) the browser write: [08] Error: during query execution. SELECT * FROM `dadabik_config` The DBMS server said: SQLSTATE[42S02]: Base table or...
  10. M

    Fill a mask with voice

    Hello Eugenio, you're experimenting a lot with artificial intelligence, which is very good. Another very useful function would be to enter or change data records by voice. E.g. there is a simple table: Purchase date (date) Product (dropdown) Expiry date (date) Number of pieces) I would now...
  11. M

    Fill a mask with voice

    Hello Eugenio, you're experimenting a lot with artificial intelligence, which is very good. Another very useful function would be to enter or change data records by voice. E.g. there is a simple table: Purchase date (date) Product (dropdown) Expiry date (date) Number of pieces) I would now...
  12. M

    edit more dataset in one time

    Hello, I have a customer, that have e.g. 100 dataset's and want to change only a flag from On to Off. Currently, the user must open all of the dataset step by step (open -> change -> store) My customer get now not DaDaBik, while DaDaBIK can not change many datasets in one step. E.g. MS-Access...
  13. M

    Change design from select_single_radio?

    Hello, I have a select_single_radio with to options "Ja" and "Nein" This layout is old design. Better is I know, that I can not change the design from the DaDaBIK in GUI, but can I change design in the source code? The only question now is, whether the source code for this part is open...
  14. M

    Center label and field?

    Hello, it is possible to exact center vertical the label of a field and the input box? Currently Example: the label is 2 - 3 pixel over the vertical center of the input field element: Thank you! Michael DaDaBIK 10.6 Browser Firefox 88.0.1
  15. M

    ID from a dataset via custom button from a data grid?

    Hello, I have a normal data grid (result) with a custom button per row. The custom button start a PHP dadabik_function. How can I find the ID (=primary key) from the dataset, who click the user on the button? example: If I click on the button "Event anlegen" on the 2nd line, I want in php...
  16. M

    experience with test automation ?

    Hello Eugenio, I develop with the agile method TTD (Test Driven Development) A major part of this methodology is the automated testing feature. Have you experie with automated testing with DaDaBIK? If so, can you recommend a tool that fit to DaDaBIK? Regards Michael
  17. M

    traffic light as Demo 1 products?

    Hello, you have a traffic light in the demo 1 application => products => Recoder product I see in the admin area in the "forms configurator", you have a custom function "dadabik_format_recorder_product" Can you post here the code of this function?` Thank you! Michael
  18. M

    comment field by Data - Tables and Views

    Hello, to edit the DB schema direct in DaDaBIK, it is a good idea. Unfortanly, I can not use it. For good documentation, I input the field comment per column. This field is not showing in DaDaBIK, so I must go to phpmyadmin add the column with my description in comment, go to daDaBIK and add the...
  19. M

    Custom theme possible?

    Hallo Community, out-of-the-box I have four themes: // chosose your graphic theme: 'classic', 'black', 'blue' or 'green' $graphic_theme = 'blue'; My customer need a theme with the basic color of red. It is possible to change the color (e.g. via CSS) to other custom colors? Thank's! Michael...
  20. M

    function dadabik_change_status: no jump to top

    Hello, I have create a custom button and switch the status of my data with this code, where documented in the capitel "6.10. Custom buttons" function dadabik_change_status($table_name, $where_field, $where_value) { global $conn, $dadabik_main_file, $quote; $sql = "UPDATE orders set...
Top