473,772 Members | 3,752 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

print screen ?

Hello.
I tried to print the current situation on the form/subform/subform...but it
seems that Access prints all the records on all the subforms.
I would like to print just the image (something like print screen) of the
current situation on my form with several subforms, not all the records.
I want that print-out shows exactly what I see on the screen.

How to do it ?
Nov 13 '05 #1
3 6429
On Wed, 4 May 2005 12:18:44 +0200, "Zlatko Matić"
<zl***********@ sb.t-com.hr> wrote:

Alt+PrintScreen copies a screenshot to the clipboard, so you can paste
it into your favorite program, perhaps WordPad.

Or you create a report, which takes the parent form PK value to limit
the output to just that one value.

-Tom.

Hello.
I tried to print the current situation on the form/subform/subform...but it
seems that Access prints all the records on all the subforms.
I would like to print just the image (something like print screen) of the
current situation on my form with several subforms, not all the records.
I want that print-out shows exactly what I see on the screen.

How to do it ?


Nov 13 '05 #2
OK..but I would like to do it programatically , with button...
Is it possible ?
"Tom van Stiphout" <no************ *@cox.net> je napisao u poruci interesnoj
grupi:jr******* *************** **********@4ax. com...
On Wed, 4 May 2005 12:18:44 +0200, "Zlatko Matić"
<zl***********@ sb.t-com.hr> wrote:

Alt+PrintScreen copies a screenshot to the clipboard, so you can paste
it into your favorite program, perhaps WordPad.

Or you create a report, which takes the parent form PK value to limit
the output to just that one value.

-Tom.

Hello.
I tried to print the current situation on the form/subform/subform...but
it
seems that Access prints all the records on all the subforms.
I would like to print just the image (something like print screen) of the
current situation on my form with several subforms, not all the records.
I want that print-out shows exactly what I see on the screen.

How to do it ?

Nov 13 '05 #3
Yes it can be don but involves a lot of GDI API programming. If you
search in the MS KB you will find a Visual Basic article deteailing how
to accomplish what you are trying to do.

For a more Access centric solution, you can look at the code in my
VBPictureBox solution on my site but again you have to know how to use
the GDI API's.
--

HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.
"Zlatko Matic" <zl***********@ sb.t-com.hr> wrote in message
news:d5******** *@ss405.t-com.hr...
OK..but I would like to do it programatically , with button...
Is it possible ?
"Tom van Stiphout" <no************ *@cox.net> je napisao u poruci interesnoj grupi:jr******* *************** **********@4ax. com...
On Wed, 4 May 2005 12:18:44 +0200, "Zlatko Matić"
<zl***********@ sb.t-com.hr> wrote:

Alt+PrintScreen copies a screenshot to the clipboard, so you can paste it into your favorite program, perhaps WordPad.

Or you create a report, which takes the parent form PK value to limit the output to just that one value.

-Tom.

Hello.
I tried to print the current situation on the form/subform/subform...butit
seems that Access prints all the records on all the subforms.
I would like to print just the image (something like print screen) of thecurrent situation on my form with several subforms, not all the records.I want that print-out shows exactly what I see on the screen.

How to do it ?



Nov 13 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

48
8712
by: David J Patrick | last post by:
I'm trying to rewrite the CSS used in http://s92415866.onlinehome.us/files/ScreenplayCSSv2.html. using the w3.org paged media standards as described at http://www.w3.org/TR/REC-CSS2/page.html The ScreenplayCSS is flawed, for several reasons; -overuse of <div id= tags -doesn't scale screen resolutions (convert from px to in, pt ?) -no media="print" (how much coule be shared between "screen" & "print") -no automatic page breaks (with...
0
1607
by: melanieab | last post by:
Hi, I have a tabpage with a print button. This button tries to do a print screen, and it works fine the first time, but if I try to press print again, I get error: An unhandled exception of type 'System.Runtime.InteropServices.ExternalException' occurred in system.drawing.dll Additional information: A generic error occurred in GDI+. I'm going about print-screening by first capturing a bitmap of the screen,
22
130410
by: stephen | last post by:
I have created an order form that users javascript to create a new html document when the customers clicks the "print page" button. Once the new document has been created it then prints the document and closes it with the following code: <body onload="window.print(); window.close();"> This works correctly (or at least the way I expect it to work under MS Internet Explorer, but it cuases Netscape to "crash"
2
9976
by: Brad Pears | last post by:
I have a vb.net 2005 application and am using the print preview screen. This screen has a printer icon on it that the user can use to print the document currently being viewed. It uses the default printer settings to print. I wanted the print preview to appear the same for all users (i.e. a default page size of 8.5x14 (legal) and portrait mode). Many users have different printers as their default (plotters etc..) and I found that various...
1
1730
by: tdartt | last post by:
Howdy! I'm fairly new to using css. I have two style sheets: <LINK href="printstyle.css" type="text/css" rel="stylesheet" media="print"> Which has (for example): .dgAltLine { display: none; visibility: hidden; }
4
2867
by: william.oram | last post by:
alt.html pointed me here, so... I have two CSS files for print and screen. In screen.css: ..screen { font-weight:bold; font-size:12px; }
3
2341
by: Max58kl | last post by:
Trying to access data and print it to the screen using Perl Builders I/O Window -------------------------------------------------------------------------------- Hi I am using a program called Perl Builder which is an Integrated Development Environment for Perl scripting. I am trying to access the data in a txt file and then print the results to the screen. The procedure for doing this is write a script then click on the Run button,...
5
3446
by: bdy120602 | last post by:
Is it possible, when a user or viewer of your Web page, prints or takes a screen shot of a Web page with mousover (roll-over) text in it, to have that text printed or captures as part of the screen shot? If so, how? Thanks,
4
2701
by: Robson Felix | last post by:
It may sound like a silly question, but I would like to print a form or component from within Visual Studio when designing such form component. Is that possible?
10
2772
by: Ed Jay | last post by:
I do not want to load two style sheets for screen and print media. I'm having difficulty grasping the use of the @print statement, or its syntax. Would someone please provide a simple explanation. For example... If I have a style sheet specifying media="all," is the following correct syntax to center text for printing, but not for screen presentation? ..divClass1 {
0
10261
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
10038
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9912
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8934
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6715
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5354
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5482
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4007
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2850
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.