Hi interfact, I think I mignt be able to help you for some aspects of your problems.
1- For your website, all you have to do is add a Host record in your DNS called www with the ip adress of your website. The thing is the your website (ex. www.yoursite.com) has the same domain name as your AD...
Yes it is possible if you add the Acrobat for Activex component into your Access form. You can view the pdf by setting the .src property to the path of your file.
Yc
Yes, all you have to do is right-click on your toolbox in Visual Basic and select Components (this is in VB6, I don't remember if it is the same for the other versions). Then make sure that Acrobat Control for Activex is selected and the only thing left to do is add the Acrobat Activex in your...
Hi Doug, try this sample of code to trap the cancel button. All you have to do, is make sure that you set the property CancelError to Yes in the properties of the CommonDialog Control.
Private Sub cmdBrowse_Click()
On Error GoTo err_cdlgOpen
- write your code here -
OpenExit:
Exit...
Hi rochelle, I think that there has been an error in the line which DougP gave you. He wrote :
"TextFiles(*.txt;*.csv;*.tab;*.asc)|*.txt;*;*.csv;*.tab;*.asc" but the correct filter would be "TextFiles(*.txt;*.csv;*.tab;*.asc)¦*.txt;*.csv;*.tab;*.asc". I used it in my...
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.