Link to home
Start Free TrialLog in
Avatar of KDrago
KDrago

asked on

Working with Embedded File Object

Hello -

I am creating a front end to a fax system.  I have to give the users the ability to add cover sheets to their outbound faxes.  When a fax is sent, I need to be able to use an embedded file object (Word Docs with defined merge fields) that I have saved in the database as templates.  With it, I need to fill in the necessary information programmatically such as the "To", "FaxNumber" and "Comments" fields and save it as a temporary document to be sent out with the fax.  Each fax and cover sheet will be processed individually so there is no need to store tables of information.

I need to know how to make a copy of the stored word doc and how to access and populate the doc fields once I access it.


Thanks!
Avatar of cezarF
cezarF
Flag of Australia image

since you posted your question here, i assume that you are using domino designer to develop the front end. i would suggest using subforms as your templates instead of word documents. it will allow you to easily populate the fax cover sheet with the information you want.
Avatar of KDrago
KDrago

ASKER

Yes using domino designer as the front end - guess I should have stated that.  

I am using Word documents so the users can add and maintain their cover sheets as opposed to having to having to do a programming change every time someone needs a new one.  They are familiar with mail merges so developing cover sheets in this way seemed the best way to keep the maintenance in their hands.  

We are a company that has many subdivisions so the there are many different custom cover sheets they will want to create and maintain.
ASKER CERTIFIED SOLUTION
Avatar of cezarF
cezarF
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of KDrago

ASKER

Thanks cezarF.  I modeled something based on your suggestion and it is working out well.  
glad it worked. thanks for the points. :)