I have a Notes database (version 5.0.11) that contains images that were imported into Rich Text Fields. I need to retrieve data from the .NSF document in Visual Basic, including the images from the Rich Text Fields. I want to write this data along with the images to an Access 2002 database.
Can this be done, how and do you have any code examples?
Thanks
Software/Hardware used:
ASKED:
November 5, 2004 2:13 PM
UPDATED:
November 7, 2004 9:47 AM
Thanks for your reply. I am using the COM classes to access the Domino databases but have not had any luck getting the images from the Rich Text fields. Maybe I will find something the Redbook to help.
Thanks again.
Thanks for your reply. I am using the COM classes to access the Domino databases but have not had any luck getting the images from the Rich Text fields. Maybe I will find something in the Redbook to help.
Thanks again.
Try the embbedded object found in the NotesRichText Class. That is supposed to be how you get to file attachments, etc.
I have had quite a bit of success using the EmbeddedObjects while working with file attachments.
madkahuna
Try the embbedded object found in the NotesRichText Class. That is supposed to be how you get to file attachments, etc.
I have had quite a bit of success using the EmbeddedObjects while working with file attachments.
madkahuna
Thanks,
I have tried the embedded objects method. Unfortunately, these images are not attachments, they are imported into the fields.