I downloaded the sp 3 update for exchange, started to install it and had to cancel half way thorough, since then when I restart the server I receive error message "dsamain.exe - Entry Point Not Found", I have tried to re-install exchange but it will not allow me to run setup.
Can...
I have documents being stored in an OLE Object on a database and I want to do it so that when you click on a button that document will load.
So far I have got......
Private Sub Command50_Click()
On Error GoTo Err_Command50_Click
' Button launches Word and opens a specified document
'...
OK I need to open a document via a button which is located in an OLE source.
So far I have got this to work but need the coding for the actual document to be universal so it will always open the docment which is in the OLE Source.
Can anyone help?
Private Sub Command50_Click()
On Error GoTo...
Is there any way to add the word document to the hyperlink wiithou thaving to open it up within design view.
SO the user will click on the button and "attach" the file to the record and when next clicked the word document will open?
Yeah simply create a button and start to set it up to load an application from there simply, tell it to load explorer (c:\windows\explorer.exe) - sorted!
If you drag & drop a .txt file into the OLE object in a database it displays the file and you can open it by double clicking on the file itself.
BUT If you do the same with a .doc file it opens up inside of the OLE object.
Can anyone tell me if there is a way to get the .doc document to...
Its simple to implement, just create a field on the table and select OLE Object in the type drop down box. From there when you create the form all you have to do is drag and drop the required document and its attached!
Sorted :-)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.