473,387 Members | 1,504 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Embed PDF Viewer Object

21
I am looking for a PDF viewer object to embed in a form. I currently have the Autocad dwf viewer object embeded in a form. When I switch to design view Access often crashes. After the crash I can reopen the project but the debugger will not function.

Thanks
Jan 31 '08 #1
3 10521
FishVal
2,653 Expert 2GB
Hi, sconard.

Try WebBrowser control.

Let us say you put an unbound object frame [acxWebBrowser] to a form. Then in the form module the following code will populate the control.

Expand|Select|Wrap|Line Numbers
  1. Me.acxWebBrowser.Object.Navigate <path to pdf file>
  2.  
Regards,
Fish
Jan 31 '08 #2
sconard
21
I tried:

I am having trouble with my debugger so I do not get an error message but the procedure will not fire if I leave uncommented.

WebBrowser3.Object.Navigate = "c:\temp\mkdta\1129200672742AM.pdf"
Hi, sconard.

Try WebBrowser control.

Let us say you put an unbound object frame [acxWebBrowser] to a form. Then in the form module the following code will populate the control.

Expand|Select|Wrap|Line Numbers
  1. Me.acxWebBrowser.Object.Navigate <path to pdf file>
  2.  
Regards,
Fish
Jan 31 '08 #3
FishVal
2,653 Expert 2GB
I tried:

I am having trouble with my debugger so I do not get an error message but the procedure will not fire if I leave uncommented.

WebBrowser3.Object.Navigate = "c:\temp\mkdta\1129200672742AM.pdf"
You have a wrong syntax.
Navigate is method, not property.

Expand|Select|Wrap|Line Numbers
  1. WebBrowser3.Object.Navigate "c:\temp\mkdta\1129200672742AM.pdf"
  2.  
Jan 31 '08 #4

Sign in to post your reply or Sign up for a free account.

Similar topics

0
by: Wolfgang Schwanke | last post by:
Dear usenet, I'm having the following small problem. I've been ask to add some Quicktime panoramas to a website. The author of the panoramas has made two versions of each: One in MOV format,...
3
by: Tony Sutton | last post by:
I have this following code in my html file: <object classid="clsid:166B1BCA-3F9C-11CF-8075-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/director/sw.cab#...
11
by: Anna | last post by:
Hi all. I want to embed the EMBED tag in the object tag. I understood that I need to provide a PARAM tag inside the OBJECT whose value will hold the content of EMBED src attribute, but after...
10
by: Anna | last post by:
Hi all. I don't have a very deep understanding of CSS and this question might sound stupid for you. Sorry for that. Can the overflow CSS property be applied to the embed tag? I have an embed...
0
by: lauch2 | last post by:
As far as I know, the Acrobat Reader and the Office XP can be embeded in the IE. Can I embeded the Office Word Viewer 2003 in the IE. If the Office Word Viewer 2003 can be embeded in the IE, how...
2
by: Cris Curtis | last post by:
When I use an embed tag that uses a dynamic aspx page, the dynamic aspx page appears to get called 2 times instead. Below is code that adds an embed tag to a placeholder control that will use...
1
by: Andrew Poulos | last post by:
With "normal" SWF HTML there's an EMBED tag nested within an OBJECT tag. How can I check which tag is actually displaying the SWF? I'm using CSS on them and the style on the OBJECT affects the...
4
by: Wu | last post by:
Hello, I have to embed a flash in a html email by csharp. Don't you know how to do it? I found some source in code project, but the activeX does not able to run at default security level. ...
2
dream party
by: dream party | last post by:
Inserting a Flash (SWF, FLV) file into HTML web page is already an old and familiar thing to all of us. It is a rather non-flexible thing that just to edit some options in the template. However, I...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.