Grid Add Does not show File Uploads

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
amneo
User
Posts: 28

Grid Add Does not show File Uploads

Post by amneo »

Hi,

Using version PHPMaker 2019.0.10

For some reason in grid add , grid update and inline edit the file upload option does not show-up.

Am i missing something ? Or is this feature not available ?


amneo
User
Posts: 28

Post by amneo »

Woops !! just realized that field was unchecked for List page.

Then the question changes to

how can I not list the field in list page ? however still list it in the grid add , grid edit, inline edit and copy operation.


arbei
User
Posts: 9419

Post by arbei »

You may check if $this->isAddOrEdit() in server events of the List page.


Post Reply