I have开发者_JAVA技巧 form \"A\" which there is a field that I need be computed after composed from Form \"B\".The forms are in the same database.I am not sure if it would be better to have the Form \
how to pass value from开发者_运维百科 parent to response using lotusscript or formula?You don\'t need to write code, necessarily. So long as you have the \"Inherit field values\" form attribute checke
I want to preview t开发者_运维技巧he current form and in the preview I can print it, how can I do this in lotus script?You want to preview currently selected document in a view?
How can I change the caption of a button usin开发者_如何学JAVAg LotusScript/Formula?There are no hooks into a button that will let you change it via LotusScript or a Formula.If you only have a few dif
Is it possi开发者_Go百科ble to call script libraries from another database?Not directly.About the only thing you can do is have one database inherit from the other, and set only the lotusscript librar
I need to call a lotus script function from Lotus Formula. The function returns a result. I do not just want to run a script which does not return any value.
We have Lotus Notes based application, which is accessed by several users. We communicate with our users by using mailboxes which reside on Domino server.
I have a view which is displaying 9 lines of information per every document. In this view I have Export to Excel functionality using the below code to Export document to excel.
I have some NotesDocument where some RichText fields have both text and inline images. I can get text part of that items but can\'t retrieve inline images using lotusscript. Could any one please sugge
My Lotus Notes document has a rich text item that stores an attachment. I want to edit the attachment and after this to save the attachment back to the Lotus Notes document. This is the script that la