Search results

  1. M

    Inserting image in grid view when the uploaded file is not an image

    Hello ! 1) the checkboxes on the grid view are only used to delete specific records, no? I have tried to used them to select and get the corresponding CSV file but this is no meant to result that way, I presume. 2) I try to display a default thumbnail, at least in the grid view, when the...
  2. M

    Inserting ID field value from master table into child table

    Hello Eugenio, When using your master/details feature, how do I copy automatically the ID field from the master into the linked field from the child table? It looks like a "SQL:" default value is not the solution because it takes only the 1st record of the main table and not the corresponding...
  3. M

    Inserting new records in a view

    Hello Eugenio, How could we add new records in a view without receiving this message: The DBMS server said: SQLSTATE[HY000]: General error: 1471 The target table of the INSERT is not insertable-into In the "Create" permissions for this view, I only make the fields from the main table...
Top