Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Previewing Word Documents in a Bound Frame

Status
Not open for further replies.

Zunn

Technical User
Jun 21, 2002
9
GB
Hi I have a form which reads a folder and displays all the word documents it finds into a textbox. The user can then select the file he wants from this list and lauch the document. I would like to add a un/bound frame that will display a preview of the word document selected.

I have tried an unbound frame and the following line in my after_update() procedure:

unboundframe.sourcedoc = <highlighted file>

but this does not change the frame contents. What am I missing?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top