Search results

  1. P

    Confirmation message

    Hello, Just recently I began using the custom button part of DaDaBIK and I must say, it is good. However, there is something I am struggling with. The documentation says it is possible to show a confirmation message to the user with the following code: (See chapter 10.7, for this...)...
  2. P

    Sync with Excel should be able to delete records in database.

    Upon syncing an Excel worksheet with a database table, I would like to present the user the capability to not only INSERT and UPDATE the records in the database table, but also to DELETE the records that are present in the database table, but not in the Excel file (based on the primary key, or...
  3. P

    Using form method=_POST in custom PHP files

    Hi , Recently I decided to strengthen security of my solution, by changing the “GET” method to “POST”. However I cannot get this working. In my main_menu.php I added a form with method = “POST”, but the value of the buttons is never submitted to the main_menu.php file. Could you help me out...
Top