by: Matthew |
last post by:
on papersource.Kind...
I get a string that says it's custom, what I really want is the tray id,
which I see is stored in rawkind, but that's private, so I can't access it.
Anyone know another way...
|
by: Maurice Mertens |
last post by:
Hi all,
having troubles with printing a crystal reports report to a specific tray
in a printer.
By means of System.Drawing.Printing.PrinterSettings.PaperSources it's
possible to find out how...
|
by: Richard Golebiowski |
last post by:
I have been trying to figure this out for quite some time and cannot
find any examples in VB.Net or in VB that work correctly. I am working
on an application where I want the user to be able to...
|
by: trint |
last post by:
When PrinterSettings.Copies fires, I need to somehow get it to select
three separate papersources...one for each of 3
defaultpagesettings.copies.
PrinterSettings printerSettings = new...
|
by: trint |
last post by:
add them into one PrintDocument:
PrintDocument pd1 = new PrintDocument();
PrintDocument pd2 = new PrintDocument();
PrintDocument pdCombined = new PrintDocument();
pdCombined = pd1 + pd2;...
|
by: Fred Nelson |
last post by:
Hi:
I'm trying to write a program that will print envelopes using a HP Laserjet
4 that has three trays. In the future this program will work with other
printers so I don't want to "hard code"...
|
by: Paul Fredlein |
last post by:
Hi,
I writing a simple label printing programme just for my own use. It needs to
print in "Landscape" with the paper source from the "Multi-purpose Tray"
which I want to set programatically - I...
|
by: Richard |
last post by:
Some printers "tray id's" does not correspond to .NET framworks
System.Drawing.Printing.PaperSourceKind enumerator, such as "hp color
LaserJet 2550L".
this is what the "tray id's" actually is
...
|
by: ChrisM |
last post by:
I'm using VS2003 withthe built in version of CrystalReports.
I'm trying to write a module that will allow a user to send Crystal Reports
directly to the printer, without using the ReportViewer....
|
by: smckibben01 |
last post by:
I am trying to change the papersize with the following commands and it tells me the Kind must be set to custom as shown in the title but it is a read only property. How do I have custom page sizes...
|
by: lllomh |
last post by:
Define the method first
this.state = {
buttonBackgroundColor: 'green',
isBlinking: false, // A new status is added to identify whether the button is blinking or not
}
autoStart=()=>{
|
by: DJRhino |
last post by:
Was curious if anyone else was having this same issue or not....
I was just Up/Down graded to windows 11 and now my access combo boxes are not acting right. With win 10 I could start typing...
|
by: isladogs |
last post by:
The next Access Europe meeting will be on Wednesday 4 Oct 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM)
The start time is equivalent to 19:00 (7PM) in Central...
|
by: Aliciasmith |
last post by:
In an age dominated by smartphones, having a mobile app for your business is no longer an option; it's a necessity. Whether you're a startup or an established enterprise, finding the right mobile app...
|
by: tracyyun |
last post by:
Hello everyone,
I have a question and would like some advice on network connectivity. I have one computer connected to my router via WiFi, but I have two other computers that I want to be able to...
|
by: NeoPa |
last post by:
Hello everyone.
I find myself stuck trying to find the VBA way to get Access to create a PDF of the currently-selected (and open) object (Form or Report).
I know it can be done by selecting :...
|
by: NeoPa |
last post by:
Introduction
For this article I'll be using a very simple database which has Form (clsForm) & Report (clsReport) classes that simply handle making the calling Form invisible until the Form, or all...
|
by: isladogs |
last post by:
The next online meeting of the Access Europe User Group will be on Wednesday 6 Dec 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM).
In this month's session, Mike...
|
by: GKJR |
last post by:
Does anyone have a recommendation to build a standalone application to replace an Access database? I have my bookkeeping software I developed in Access that I would like to make available to other...
|