Recent content by christensen.ken@gmail.com

  1. C

    I need to hide a column of the detail table

    Nope. I looked more carefully at your example and what I've prescribed won't help. Sorry. What you can do is the opposite of what I first recommended: in Permissions, for the Grupo field/column set RESULT = NO, EDIT, CREATE, and DETAIL = YES. Of course, if your users use the main grid page for...
  2. C

    I need to hide a column of the detail table

    You can do this in Edit Application > Permissions For the field, choose NO for EDIT and DETAILS. Or, for EDIT you can choose YES, BUT DISABLED if your goal is just to prevent the user from changing the value.
  3. C

    change startpage text

    Or, you could login as administrator you can customize this application bly clicking on Edit this app To change this homepage: Edit this app > Pages > Show: Custom Pages. Then click the link in the HTML content field, edit to your taste, Save Changes, Exit admin, you're done.
  4. C

    Date Format in List

    From c:.../.../...\htdocs/yourappname/include/config_custom.php // dates parameters /////////////////////////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////////////////////// // date picker...
  5. C

    upgrade enterprise 10.4 => 10.5 error

    Eugenio, I am still abandoning this app, as I've changed the data model considerably, but just for grins I deleted the 412 rows from dadabik_permissions that you indicated were the cause of my problem and then re-ran the upgrade. It took much longer than the other three upgrades that I had...
  6. C

    upgrade enterprise 10.4 => 10.5 error

    Eugenio, I think I'm just going to abandon this app. I've been having ideas about improving the db design so I'm probably going to start over ... again. It's a small app (eight tables) and I've started and revised and changed several versions, so it won't bother me to start again. As I said, I...
  7. C

    upgrade enterprise 10.4 => 10.5 error

    select * from dadabik_installation_tab; '16361', '163615fd4e6eb6a38e', '2020-12-12 10:51:04', 'mysql', '10.4-Manarola', 'enterprise', NULL, 'http://vanadium.periodic-tbl.com/inventory/' I thought that I originally started this app under 10.3 pro, upgraded to enterprise, then upgraded to...
  8. C

    upgrade enterprise 10.4 => 10.5 error

    Sorry, my mistake, 824 was the id_permission number, the count of rows = 412
  9. C

    upgrade enterprise 10.4 => 10.5 error

    Yes, there are 824 rows. Do you need to see them or a sample of them?
  10. C

    upgrade enterprise 10.4 => 10.5 error

    upgrading from 10.4 enterprise to 10.5 enterprise 10:32:42 SELECT object_permission FROM dadabik_permissions group by id_subject, subject_type_permission, object_type_permission, object_permission, id_permission_type having count(*) > 1 LIMIT 0, 1000 0 row(s) returned 0.016 sec / 0.000 sec
  11. C

    upgrade enterprise 10.4 => 10.5 error

    PHP Version: 7.4.11 mysql version: 8.0.22 Web server: Apache/2.4.46 (Win64) OpenSSL/1.1.1g PHP/7.4.11 Client: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36 URL installation: http://vanadium.periodic-tbl.com/inventory/...
  12. C

    error creating PDF

    Eugenio, For my part, the upgrade from 10.3 to 10.4 fixed the problem I was having with PDF generation. Tlhanks. KenC
  13. C

    very minor upgrade quibble

    You are using DaDaBIK version 10.4 enterprise, installed on 12-10-2020 (installation code: 163315fcee42b41a0c), the latest version of DaDaBIK is 10.4-Manarola released on 12-10-2020 You are not running the last release of DaDaBIK, the release you are running might have bugs and security holes...
  14. C

    error creating PDF

    Thanks Eugenio, I'll be upgrading as soon as and I'll let you know that it's fixed. KenC
  15. C

    master detail: order of detail tables changes after initial view of master-edit page

    You are using DaDaBIK version 10.3-Manarola enterprise, installed on 12-07-2020 (installation code: 163315fcee42b41a0c), the latest version of DaDaBIK is 10.3-Manarola released on 08-26-2020 System info PHP Version: 7.4.11 mysql version: 8.0.22 Web server: Apache/2.4.46 (Win64) OpenSSL/1.1.1g...
Top