Is it possible to call and run a Javascript function through Lotus Formula/Script??I’ve a Lotus Formula button which is doing a dblookup and returning a value.
I want that depending upon the Return value of that button the javascript function should
run.
is this possible???or is there any other way of doing this??
Thanks in advance.
Subject: Running Javascript Functions through Lotus Formula
Hi Khushi,
If u r writing a Lotus Script agent and u want to use java script in the lotus script?
The U have to use Print Statement.
Like this--------->
Print||
Hope this will help
u
Pawan
Subject: Running Javascript Functions through Lotus Formula
Maybe its possible to write the result of thelookup to a field and to do a refresh on the document. There should be a javascript function
in the onload event which looks for a value in that field an does something if there is this value in it.