I want to open the file by clicking on its name on a form

  • 24 August 2016
  • 1 reply
  • 1 view

Badge +4

Hello,

 

I have one page that shows file(document) name which is saved in database. Now I have requirement that if user click on the file name a read only copy of the file shold open.

Could you please help.

 

Thanks.


1 reply

Badge +8

Hello,

 The way I have accomplished this is by creating a list view of the entry form with filtering enabled. I set the list view to show the last 10 items. It can be set to one or more items. The search bar will be there to filter results. I also added the main entry item view to the form.

 

There is an on click rule in the form for the list view that opens that ID in the item view below.

 

This will allow you to search for the item and when you click on it the form will display below.

 

 

 

 

Thanks,

Bryan Peters

Reply