In IE 8.0 The code below works perfectly
In Firefox The code returns an UNDEFINED value for the KEEP property.
Is there a solution to this problem??? :)
===============================================================
<html>
<head>
<title>test</title>
<script type="text/javascript">...
I spent a lot of time trying to find a way to do this and, after giving up, I stumbled on the solution while looking for something else...
Here it is:
'***** Begin of Code *******
'***
'***
'*** Call: a = Fetch("http://www.google.com","c:\google.html")
'***
'*** return TRUE on success
'***...
Hello Steve,
I tried to use the code you posted in your last post and it did not work...
I tried:
' Go to Page
WebBrowser7.navigate url:="http://www.altavista.com"
' Get HTML
Do
DoEvents
Loop Until Not WebBrowser7.Busy
txtSource = WebBrowser7.Document.all(1).innerHTML
It does...
Hello Nibbler21!
About PDF opening automatically, read the March 20th post right before yours!!!
I don't think you can hide the "Print Window" while the PDF is being generated...
:)
DjrixMix
Unfortunately I haven't a way to programatically prevent Acrobat from opening.
The only way I found was to manually modify Adobe's Printing Preferences and uncheck the "View Adobe PDF results" check box...
Anyone has an other solution that does not involve SEND KEYS? :))
Eric
Ok... I'm afraid I won't be very helpful on this one...
First: I never tested my solution with Acrobat 5 nor Access 2003 so I'm not even sure it works.
Second: I don't have a clue what is installed with the "full" version of Acrobat but I assume Writer is included.
Third: You will have to...
The solution I posted works with Adobe 6 and Access 2002 without having to install anything else.
I can't imagine why it does not work on your station.
I even tried it on stations where the user is not "administrator".
Is it possible that the name put in the new registry key is not the exact...
If anyone finds out how to solve Giannit's problem let me know!!!
I'm no Excel guru but I think that it should apply to any program. Here's how it basically works:
You must set a Registry entry that contains the complete name of the current application ("c:\fullpath\msaccess.exe") and the...
HERE IS THE SOLUTION AT LAST!!! AT LONG LAST!!!
WORKS WITH ACCESS 2002 and Acrobat 6.0 and up...
'===========================================================
' Code begins here
'
' The function to call is RunReportAsPDF
'
' It requires 2 parameters: the Access Report to run
'...
Environment: Microsoft Access 2002 and Acrobat 6.0 on Windows XP.
I'm writing a progran that creates a massive amount of reports to be sent via email to differents persons. I am trying to output these Access reports directly in PDF files without any intervention whatsoever from the user but...
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.