Dimandja,
Thank you for the post, but I am a little lost in exactly how to access a password protected network folder using that convention. To me it looks sort of like a database connection. I've never done anything like this before so are you saying I can access a password protected or secure...
Hello All,
I've been searching the internet and example code on MSDN for what I want to do and have not been able to find anything. I do not know if it is because I am not looking for the right keywords or if what I am trying to do is do-able. So I'm hoping I can get some insight and help...
idono,
The object creation you have used requires the Acrobat Type Library, Acrobat.tbl. It comes with the full install of acrobat or acrobat approval. Users using Reader will not have the file as they do not have the full version of Acrobat.
-kophjager
Declare the variable as you have and then when you create the object use
Set acroapp = CreateObject("AcroExch.App").
That should work.
-kophjager
There is a way to do this by cycling through the running processes and compare the name to "Acrobat.exe". Use the windows API, CreateToolhelp32Snapshot, to create your running process list and then just cycle through them using GetProgramName to get the name and ProcessNext to move...
Hi Bubarooni,
If you use a PDF Form and place select boxes or text boxes on it, you can link that information to a database. You would want to look into the document properties and Set A page Action. It is very similar to haveing a webpage form and when a user clicks the submit button...
Hi zzfive03,
I have a VB app where I print out the document and show it printing by page number. I have the following code in my print function to determine the pages of a PDF document.
Set objPDFPages = CreateObject("AcroExch.PDDoc")
Var = objPDFPages.Open(ofile)...
Hello all,
I have been referencing Adobe's 5.0 SDK to help me open a PDF document and have that working fine. I am using the AcroExch.App object to control the window where I open the document. I would like to be able to remove menu items from the menu bar but am having no luck doing so. I am...
Hello All,
Thank you for taking the time to look at my post. I am new to Word integration and would like to open a document based on a template I created. I am using Office XP and created a template based upon the background watermark image "DRAFT" that comes in WORD. So the template...
Hello all,
First off I would like to thank anyone who may be able to help me.
I have one table, Increment, that has two fields, Field1 and Field2. I want Field2 to increment itself whenever I do a select query to access it's stored value. So if I say 'Select Field2 from Increment'and get 5...
Cheech,
I have system dsn setup in that points to my Access database. I still cannot seem to figure out why it is not working. The error that I get verbatim is "[Microsoft][Odbc Driver Manager]Data source name not found and no default driver specified." I have the connection name...
Thanks ToddWW and baddos, I think I am going to just try and develop with ADO. From what I can see it does seem to be a little better and the asp.net seems to use ADO also. Thanks all for the insight.
Hello all,
Thanks for taking the time to look at my post. I have a problem that I could not find in the searches. I am trying to set up a connection to an Access database. I have the Access database driver installed in the ODBC manager and have the latest Java SDK installed. When I go to the...
From what I have been reading, ADO and ODBC are both object based API's. I know ADO is probably much, much easier to use, but I would like to learn how to program at a closesr level to the database. That's I guess what I am looking for iis ODBC information. I was wondering if anyone knew how to...
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.