Search results

  1. P

    Layered or nested Master/Detail Forms

    I am running WAMP PHP5.5.12 MySQL 5.6.17 and Apache 2.4.9 Dadabik 6.2 Enterprise
  2. P

    Layered or nested Master/Detail Forms

    Would someone be able to shed some light on how the page navigation/flow works with Master/Detail relationships? I have an application table that has a master/detail relationship with a view which has it's own master/ detail relationship The 'application' table has a relationship with a view...
  3. P

    Question about hiding a table in drop down list

    Just reported it wrong in the forum it is set up correctly in my product. Also when I set the read property on the table to "no" it hides the table but I get the error listed in the original post above. So just back to the original question with a jump table in a many to many relationship is it...
  4. P

    Question about hiding a table in drop down list

    Yes, you are correct it's a master detail between the component table and system_component. My mistake, I thought it was with the system table as I have the system_component table using a select_single referencing the system table to retrieve the system name.
  5. P

    Question about hiding a table in drop down list

    I have a table called 'system' (id, name, description) and a table called 'component' (id, name, purpose, etc...) The 'system_component' table is a junction table between system and component. I had a many to many relationship between 'system' and 'component' which was normalized by using...
  6. P

    Question about hiding a table in drop down list

    -- moved topic --
  7. P

    Question about hiding a table in drop down list

    I have searched through the forums but I have not found a solution to this and maybe it's an issues specific to my instance. I have set Read to "No" to a junction table in my many to many relationship and as the manual states it does hide the table from my dropdown. But when I go to enter data...
  8. P

    Question about a PHP Notice: Undefined offset

    I'm not sure what happened there I think I might have had the date data type selected in dadabik on top of a varchar field and tried to enter a date but I'm not sure though. Thanks for the feedback, if it happens again I'll pay more attention to it.
  9. P

    Question about a PHP Notice: Undefined offset

    I had a field that was set to field type 'date' within dadabik. The underlying database column was set to varchar. So it appears it was having problems with the data types.
  10. P

    Question about a PHP Notice: Undefined offset

    I have installed version 6.2 enterprise and all of a sudden I appear to be getting this php error notice and I don't know how to get rid of it. PHP Error ( ! ) Notice: Undefined offset: 2 in C:\wamp\www\test_8\include\general_functions.php on line 95 PHP Error ( ! ) Notice: Undefined offset: 1...
Top