R
Robin
I have a Form with an Unbound OLE Frame that has it's Source Doc set as a
linked Word 2007.docx file. This word file is only used as an advertising
display on the form and subsequent report.
The word file does not receive or provide any data from/to the Access
Database. And the file is supplied at runtime installation into a
subdirectory to complete the link. Users are aware that it can only be
altered if they have a licensed version of word 2007 on their computers.
It shows properly on all the forms and reports thus far without creating any
errors or crashes on all of the target machines, currently none have office
2007 or word 2007 installed (We're working on that). When the form is
accessed at runtime and the frame is double-clicked, Word either opens if
they have Word 2007 and they are able to edit the form. Or it fails and does
not allow editing, but no crashes, just an error that indicates the user
cannot edit the information.
Program is distributed ACCDE/ACCDB using Sagekey Scripts, Install Builder
8.14.
The references are to:
Visual Basic for Applications
Microsoft Access 12.0 Object Library
Microsoft Office 12.0 Access Data Engine Object
Microsfot ActiveX Data Object 2.8 Library
Sagekey Security
I hope I am correctly assuming that I must not be using "Automation" in this
particular situation. Because I am not experiencing the horrible crashing
side effects I've read about in this group. I've not had to use any
CreateObject or GetObject functions to get to this level of functionality.
Please let me know if I've made a serious mistake here that will pop up in
the future.
Thank you,
Robin
linked Word 2007.docx file. This word file is only used as an advertising
display on the form and subsequent report.
The word file does not receive or provide any data from/to the Access
Database. And the file is supplied at runtime installation into a
subdirectory to complete the link. Users are aware that it can only be
altered if they have a licensed version of word 2007 on their computers.
It shows properly on all the forms and reports thus far without creating any
errors or crashes on all of the target machines, currently none have office
2007 or word 2007 installed (We're working on that). When the form is
accessed at runtime and the frame is double-clicked, Word either opens if
they have Word 2007 and they are able to edit the form. Or it fails and does
not allow editing, but no crashes, just an error that indicates the user
cannot edit the information.
Program is distributed ACCDE/ACCDB using Sagekey Scripts, Install Builder
8.14.
The references are to:
Visual Basic for Applications
Microsoft Access 12.0 Object Library
Microsoft Office 12.0 Access Data Engine Object
Microsfot ActiveX Data Object 2.8 Library
Sagekey Security
I hope I am correctly assuming that I must not be using "Automation" in this
particular situation. Because I am not experiencing the horrible crashing
side effects I've read about in this group. I've not had to use any
CreateObject or GetObject functions to get to this level of functionality.
Please let me know if I've made a serious mistake here that will pop up in
the future.
Thank you,
Robin