473,661 Members | 2,431 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Printing from c++

Hello folks.

I have designed a system in C++ 6.0 which manages sales and stock for my
company. Output from the system is in the form of .csv files. The user
needs to be able to print these .csv files (between 1 and 10 copies,
depending).

My problem is that I do not want the user to actually see the .csv file. So
I need the user to print documents directly from C++. I have tried using
the TPrintDialog, and using the TPrintDialog->Execute() command. But I do
not know how to send a document to a print job. I have also come across
BeginDoc() and EndDoc(), but on the whole I dont have a clue!

So how do you print a specific document directly from C++?

Any ideas would be great, thanks.

John
jo**@h-v-c.com

Jul 22 '05 #1
3 2833

"John Evans" <jo**@h-v-c.com> schrieb im Newsbeitrag
news:co******** **@hercules.bti nternet.com...
Hello folks.

I have designed a system in C++ 6.0 which manages sales and stock
for my
company. Output from the system is in the form of .csv files. The
user
needs to be able to print these .csv files (between 1 and 10 copies,
depending).

My problem is that I do not want the user to actually see the .csv
file. So
I need the user to print documents directly from C++. I have tried
using
the TPrintDialog, and using the TPrintDialog->Execute() command.
But I do
not know how to send a document to a print job. I have also come
across
BeginDoc() and EndDoc(), but on the whole I dont have a clue!

So how do you print a specific document directly from C++?


That's OT here. Try comp.ms-windows.program mer.win32
Tip: You can print it with the internet-explorer, right? Try:
WinExec("IExplo rer /P " + filename, SW_HIDE);

HTH,
Genrot
Jul 22 '05 #2
John Evans wrote:

Hello folks.

I have designed a system in C++ 6.0 which manages sales and stock for my
company. Output from the system is in the form of .csv files. The user
needs to be able to print these .csv files (between 1 and 10 copies,
depending).

My problem is that I do not want the user to actually see the .csv file. So
I need the user to print documents directly from C++. I have tried using
the TPrintDialog, and using the TPrintDialog->Execute() command. But I do
not know how to send a document to a print job. I have also come across
BeginDoc() and EndDoc(), but on the whole I dont have a clue!

So how do you print a specific document directly from C++?

Any ideas would be great, thanks.


The short answer is: This is off topic in this group, since standard
C++ has no idea of a printer. Everything is done in streams. It might
be that your C++ system has a way of connecting a standard stream with
a printer. Often this is done by giving a file stream a special
filename, which is interpreted by the system as 'printer'.

The not so short answer is: Get a book about Windows programming.
Every book contains a section that deals with printers and how to
handle them.

The long answer is: In Windows all output is done through a device
context. So your real question is: How do I get a device context
connected to a printer? Once you have it, you draw on it like on
any other device context. When finished EndDoc() will do the rest.
Any Windows programming book explains that.

--
Karl Heinz Buchegger
kb******@gascad .at
Jul 22 '05 #3
If you have MS you should have the on-line documentation. Look up device
context. For MFC CDC.

da***********@a dsorptionproces smodeling.com

"John Evans" <jo**@h-v-c.com> wrote in message
news:co******** **@hercules.bti nternet.com...
Hello folks.

I have designed a system in C++ 6.0 which manages sales and stock for my
company. Output from the system is in the form of .csv files. The user
needs to be able to print these .csv files (between 1 and 10 copies,
depending).

My problem is that I do not want the user to actually see the .csv file.
So
I need the user to print documents directly from C++. I have tried using
the TPrintDialog, and using the TPrintDialog->Execute() command. But I do
not know how to send a document to a print job. I have also come across
BeginDoc() and EndDoc(), but on the whole I dont have a clue!

So how do you print a specific document directly from C++?

Any ideas would be great, thanks.

John
jo**@h-v-c.com

Jul 22 '05 #4

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

Similar topics

4
4845
by: Jody Gelowitz | last post by:
I am having a problem with printing selected pages. Actually, the problem isn't with printing selected pages as it is more to do with having blank pages print for those pages that have not been selected. For example, if I were to have 5 pages with every second page printing, I would get the following results: Page 1 = Print OK Page 2 = Blank Page 3 = Print OK Page 4 = Blank
0
2296
by: Programatix | last post by:
Hi, I am working on the PrintDocument, PrintDialog, PageSetupDialog and PrintPreviewControl components of Visual Studio .NET 2003. My developement machine is running Windows XP. There are some problems I encountered while using them. Please note that, the Regional and Language setting on my machine is using "Metric" measurement system (where the default is "US"). In this case, the measurement unit is "milimeters" and not "inches".
9
4101
by: Jody Gelowitz | last post by:
I am trying to find the definition of "Safe Printing" and cannot find out exactly what this entitles. The reason is that I am trying to print contents from a single textbox to no avail using the PrintDialog control under a security setting with only SafePrinting allowed. I have attached a sample project that I am using to try to accomplish this. The print dialog appears, but when I press the Print button, I get an exception (at the end...
4
6467
by: Suzanka | last post by:
Hello, I have an application written in C# on visual studio .NET. It is a web aplication. The application consists of many different forms, that users occassionaly want to print out for filing. When they log to application (through web browser) and choose the print option, on the right margin few cm get cut off (so some fields do not print out). Is there any function that ensure that when user pritns he gets the
4
9254
by: Arif | last post by:
I C# code prints very slow as compared to a third party barcode printing software. That software prints approximately 10 labels in 2 seconds while my C# code prints 10 labels in 5 to 6 seconds. And this differences increases with the increase number of labels. The code is as follwods: Here rdr = OleDbDataReader Font is Times New Roman, 12pt
6
4084
by: Siv | last post by:
Hi, I am getting into printing with VB.NET 2005 and want to implement the usual capability that a user can select a selection of pages. I have a report that is generated by my application that if the user wants all pages will produce 3 pages. I want to offer the user the ability to select via the print dialog that only pages 1 and 2 of it are printed or possibly pages 1 and 3 but not 2. At the moment I can produce all three pages...
8
5887
by: Neo Geshel | last post by:
Greetings. BACKGROUND: My sites are pure XHTML 1.1 with CSS 2.1 for markup. My pages are delivered as application/xhtml+xml for all non-MS web clients, and as text/xml for all MS web clients (Internet Explorer). My flash content was originally brought in via the “flash satay” method, but I have since used some server-side magic do deliver one <objecttag
0
2235
by: nikhilgargi | last post by:
Requirement: I need to provide printing capability in a C# desktop application that I am developing The documents that need to be printed can be in Rich Text Format (RTF) or HTML. Custom application specific headers are to be added in the print out. Problem: The System.Drawing.Printing namespace .Net provides objects and dialogs to take care of basic print tasks. But there is no native support of printing RTF and HTML formats. One would...
18
11290
by: Brett | last post by:
I have an ASP.NET page that displays work orders in a GridView. In that GridView is a checkbox column. When the user clicks a "Print" button, I create a report, using the .NET Framework printing classes, for each of the checked rows in the GridView. This works fine in the Visual Studio 2005 development environment on localhost. But, when I move the page to the web server, I get the error "Settings to access printer...
0
2840
it0ny
by: it0ny | last post by:
Hi guys, thanks I am fairly new to this forum so I hope I chose the right place to post this question. I try to make my program printout a deposit's report. I created a class to store the printing printing data and the actual database data in a recordset. the class looks like this: Public Class BRPDD 'Balance Report PrintingDocument Data Public totalReceiptsNum As Integer Public totalLicFee As Double
0
8432
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, well explore What is ONU, What Is Router, ONU & Routers main usage, and What is the difference between ONU and Router. Lets take a closer look ! Part I. Meaning of...
0
8855
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...
0
8758
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8545
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
8633
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
7364
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 projectplanning, coding, testing, and deploymentwithout 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
5653
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
4346
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2762
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

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.