I have a multi-user database which supports an OLE filed. I have only embed functionality activated. Unfortunately, unless another user has the same program as the person who embedded an object has the OLE link doesn't work.
For example:
User 1 embeds an AutoCAD drawing file (temp.dwg)
User 1 has AutoCAD LT as the supporting product
User 2 has Volo View installed and it can view DWG files
User 2 gets an error message when double clicking on the field
It appears that the OLE filed doesn't look at the file association within windows to launch the proper program for a specific file.
I think I need to add an event procedure that first captures the information within the OLE field then looks at the windows association to launch the right program and open the embedded file.
If there is a better way please let me know. I'm open to all suggestions.
Any code snipets would be greatly appreciated.
Thank you
For example:
User 1 embeds an AutoCAD drawing file (temp.dwg)
User 1 has AutoCAD LT as the supporting product
User 2 has Volo View installed and it can view DWG files
User 2 gets an error message when double clicking on the field
It appears that the OLE filed doesn't look at the file association within windows to launch the proper program for a specific file.
I think I need to add an event procedure that first captures the information within the OLE field then looks at the windows association to launch the right program and open the embedded file.
If there is a better way please let me know. I'm open to all suggestions.
Any code snipets would be greatly appreciated.
Thank you