Search results

  1. B

    Hiding specific column

    Ah - I've found it. The neccesary lines to sort everything out were in the business_logic.php page, line 350ish if ($i==0){ $fields_labels_ar[$i]["present_results_search_field"] = 0; $fields_labels_ar[$i]["present_details_form_field"] =0...
  2. B

    Hiding specific column

    ah - the dadabik internal tables don't create a field or every field in your original table, but one field that contains the lot, hence cutting off j=0 works. Cheers, Ben
  3. B

    Hiding specific column

    Ah yes - I'm not entirely clear, but it seems this is the loop that populates the internal table. By setting the j counter to 1 I miss out the first column. If I wanted to miss any others, I would just put in an "if j == x" statement. But this is an insert statement, not a create statement...
  4. B

    Hiding specific column

    Post Edited (12-30-06 14:31)
  5. B

    Hiding specific column

    Hello... I posted this to the wrong forum earlier I think. I have an autoincrement primary_key in the 1st column of all my tables. I can't hide it through the admin page because the database is reinstalled so often and chenges here are wiped out. Is there a way to set dadabik to never display...
  6. B

    Hiding a specified column

    ...I realise I can do this through the table admin pages. But I'm using dadabik as a viewer only, so every time the database changes it needs to be reinstalled, wiping out any changes there... I'm also trying to work out if I can specify a starting page. At the moment it brings me straight to...
  7. B

    Automatic re-installation

    The changes are quite large, and happen whenever requested by the user. Because they are lge, they are done semi-automatically through a web interface I've put together. I'm looking to use dadabik to display the most recent copy - perhaps I could set things up so that whenever a request was...
  8. B

    Automatic re-installation

    Hi, It is quite possible I am being dim here! As far as I can see, when you set up dadabik it creates a set of tables from the original SQL which it then displays and lets you edit. However, if changes are then made to the original SQL database it is necessary to tell dadabik to update its...
  9. B

    Automatic re-installation

    Hi, This seems like a great et of pages. One quick question however: At present, if the database changes I have to explicitly go to the install page and click to get new local tables generated. Is it possible to set things up so that whenever you log into the Dadabik GUI it assumes it needs to...
Top