Recent content by rmassard

  1. R

    No custom buttons if table/view empty

    Hi everybody I created 2 custom buttons on the top of the form. One to import external data, one to truncate the table. If the underlying view/table is empty, the buttons are not shown. So if I click on the truncate button I am not able to import again after that. Help is appreciated
  2. R

    Contains as default option in quicksearch

    Hi, In many cases I have to use the "contains" option to search a record. Is there a way of setiing "ontains" as the default option for certain fields ? Txs in advance
  3. R

    Custom Button not shown if table is empty

    I want a button on a form related to table `shows_import` to import data from excel. Once the contents of `shows input` has been transferred to another table `shows` the `shows_import` table is flushed. Now the button to import is not shown anymore.
  4. R

    Operational hook before update not working as expected

    Hi, I have a view called 'cpl_film_match' and a form associated with it. In result view I want a click to edit/update icon to open a form related to the underlying table 'dcp_cpls'. This code: $hooks['cpl_film_match']['update']['before'] = 'dadabik_before_match_update'; function...
Top