I want to have a custom control that works on whatever documents I decide to pass to it. What’s the best way of doing that?
Assuming that you can’t pass the collection directly… should a function be created to convert the collection to a hashMap or vector of UNID’s?
Is there another way?
Thanks
Passing NotesDocument and/or NotesDocumentCollection objects to the Custom Control works fine. Just set the Custom Control’s property type as java.lang.Object. By this you can transfer what ever objects to the Custom Control.