How to delete document marked for deletion in View applet on the WEB.
Sol : Make sure view is displayed as Java applet not as HTML. For this in
information tab of Embedded view, in web access section select display property
as "Using Java Applet".
Create a button or Action button in the form where view is embedded.Write the
formula for button in javascript in onClick event as
document.applets.view.deleteMarkedDocuments()
function for deleting selected document marked for deletion on the web.
How to delete document marked for deletion in View applet on the WEB.
Sol : Make sure view is displayed as Java applet not as HTML. For this in
information tab of Embedded view, in web access section select display property
as "Using Java Applet".
Create a button or Action button in the form where view is embedded.Write the
formula for button in javascript in onClick event as
document.applets.view.deleteMarkedDocuments()
This was first published in November 2000