i have a subform that calls a java agent on a post open. the java agent creates a jpeg and saves it to the local file system. i would like to display the generated jpeg on the subform that called the agent. any advice on how to get that image on the harddrive in the subform and how to keep it updated (when the image file changes, so does the display)
thanks in advance
Subject: ?embed an image
A technique that uses NotesUIDocument.Import is described in the redbook Domino Designer 6: A Developer’s Handbook, pg 736. You could use this in conjunction with a NotesTimer to periodically poll for modifications to the file and re-import it.
Probably, though, it would be easier to do this with a web page that refreshes itself periodically.