The application that I am currently developing aims to manage the bugs recorded and patches that are released for all of the software that we have developed in house.
From within the patch form the user has the ability to select which of the bug_reports (another document) that the patch addresses from a DIALOG LIST that has MULIPLE values enabled.
When the patch log is saved I would like to open all the selected bug_log documents in turn and change the status of a particular field from “OPEN” to “PATCHED”.
I think this is possible using the Post Save Event. However to be sure I have the following lotus script in place
x = source.FieldGetText(“patch_bugs_patch”)
Messagebox "bugs patched are = " &x(0)
I thought that this code would simply display the contents of the “patch_bugs_patch” field, but when it is executed I get the following error:
VARIANT DOES NOT CONTAIN A CONTAINER
I’d appreciate it if anyone can explain what this means, how to rectify it and any other advice/suggestions you may have in order for me to acheive the above.
Thanks in advance for your help
David Ferguson