Get Picture from document

I’m working on a custom resource application and am having the following issue:

I have a resource document where a resource manager can attach a picture in a rich text lite field. When someone reserves the resource (reservation document) I want to include the picture from the resource document.

The problem is that users are located in various locations and people external to the network (i.e. passthru) don’t have permission to view web resources that are located inside the firewall. So that gets rid of using passthru html to display the picture.

This application will be used exclusively by the notes client. So my question, is there anyway to include the picture from the resource document in the reservation document? If so, could someone point me in the right direction for implementing this?

Thanks,

Keith

Subject: ways…

Do you have web-users or just notes clients ?

The problem is that users are located in various locations and people external to the network (i.e. passthru) don’t have permission to view web resources that are located inside the firewall.

Two ways (or more… :-):

1- Use subforms on reservation doc that points to resource doc.

2- After resource doc is saved, copy the image to image resource of database and insert into reservation doc.

This application will be used exclusively by the notes client. So my question, is there anyway to include the picture from the resource document in the reservation document? If so, could someone point me in the right direction for implementing this?