Jinoy P George 8.Jun.09 08:19 AM a Web browser Lotus Workplace Application Database7.0All Platforms
Hi,
I am planning to provide web interface for a workflow application which is already working in Notes client. I have written so many backend validation checks in QueryActivityCompleted function of Application events script library and show alert message using messagebox to user. This validation works in web also but the messagebox is not showing. I have written custom javascript alert message using print like print "<script>alert('error')</script>". Its working fine but it shows another alert "Internal Error - Operation was not completed. How can we remove second alert? Also is there any way we can identify whether client type is web or notes in queryactivitycompleted_ event? @clienttype do not work in script and computed fields do not give correct value in script. Your help is very much appreciated.