473,385 Members | 1,185 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,385 software developers and data experts.

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 6397
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
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 ...
0
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...
22
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...
2
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...
1
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;...
4
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
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...
5
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...
4
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
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....
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
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
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
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...

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.