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?
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?