Check box in view to open the document

Hi all,I have web application,i want to that when we open the view in browser we add a field as checkbox type in view for open the document.

if any one want to open the document click on the check box then click on the open button to open the document.

Document is not open to click on the view while to select the document through checkbox in view.

plz help me.

Subject: check box in view to open the document

The purpose of check box is to select an option, as being experienced by all in internet. If you alter this default fuctionality, your users will find it different from what they are familiar with.

However if you have multiple options against same document such as Open, Edit, Delete etc then it’s fine. Once again, when only one option is valid, you should go for radio button instead of check box.

For implementing this add a formula in a view column which gives following value when computed:

That was just a hint… there might be a errors in that. I haven’t checked this code.

Regards

Byju Joy