Does anybody know a way to get the behaviour of LotusScript print in a Lotus Notes Java agent, i.e. displaying the output on the client status bar?
Does anybody know a way to get the behaviour of LotusScript print in a
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I am not aware of any way to natively print Java code to the status bar.
The only way you could do it, is to convert your code to Java classes, create a “print” method for the class, and then activate them in LotusScript using the JavaSession object in LotusScript. Once you have activated it in LotusScript, you can use the print method to assign it to a variable and then call the LotusScript “print” function. A roundabout way, but in essence you need to execute a “print” command within LotusScript
This should help:
http://www.codestore.net/help/help85_designer.nsf/b3266a3c17f9bb7085256b870069c0a9/cfcde330df8ee09e852574cf006b67a7?OpenDocument