Hi Folks,
Does anyone know if there’s a way to conditionally launch an attachment?
I tried putting some script in the queryopen, but there doesn’t seem to be a way to launch an attachment in Lotuscript.
Thanks,
Luke
Hi Folks,
Does anyone know if there’s a way to conditionally launch an attachment?
I tried putting some script in the queryopen, but there doesn’t seem to be a way to launch an attachment in Lotuscript.
Thanks,
Luke
Subject: How can I conditionally launch first attachment?
On the web or on the Notes Client ?
Subject: RE: How can I conditionally launch first attachment?
Notes client.
With web, I’ll just put a URL to the attachment in the view.
Subject: RE: How can I conditionally launch first attachment?
Hum!
I beleive you have an AUTO-LAUNCH first attachment option in the form.
So the challange would be to open the right document conditionnaly.
This can be achieved fairly easily through script, or through a view.
For instance, you can create a button that will dblookup into a view and then open a document matching the criteria you want.
I hope these pointers can help!
Nicolas Abesdris / PCLP
Quintessence e-solutions Inc.
Subject: Thanks for your help.