I am using Java applet views in my application. They are also being used for picklist & other embedded view displays.
I do not want user to be able to open documents from these certing views. But, “QueryOpenDocument” event and all other view events dont work on web so how to stop user from being able to open docs. I did not really face this problem with html view but with applet am quite stuck up.
Also, we cant use all the view events and even database script events so, does anyone have any idea how to handle all the code we used to write in these events.