Hi Notes gurus.
I have a strange problem. My C++ program drives the Notes UI with OLE and prints documents. When it prints using the NotesUIDocument.Print() function, the output is as expected – except that the “Subject” value is blank. When I open the archive in Notes and print using the menu entry the “Subject” value does show up.
Upon investigation, the problem may not be only with the Print() function. When my program
opens and activates the document (by calling NOTESDATABASE.GETDOCUMENTBYUNID() and then NOTESUIWORKSPACE.EDITDOCUMENT()) I can see that the document has no “Subject” value displayed in the GUI. If I activate the document by double-clicking in the view though, the “Subject” value shows up. Mighty strange.
I have tried clients 6.0.1, 6.0.1_CF1, and 6.5 beta and all exhibit the same problem. This happens with every message in a R6 mail archive.
Thanks,
-H-