473,795 Members | 3,122 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

export datareport to pdf format

284 Contributor
is there any way or third party utility which can export our
data report to pdf format i am usinig vb6

i know crystal report can do that but i had a project with data report
is there any way to export data report to pdf format
Jan 11 '08 #1
8 7799
jehrich
24 New Member
If you can automate printing the report from your application you could try using CutePDF Writer to export the results to a file.
Jan 12 '08 #2
muddasirmunir
284 Contributor
can you please explain what do you mean by this
"If you can automate printing the report from your application"

what do you mean by automate,

If you can automate printing the report from your application you could try using CutePDF Writer to export the results to a file.
Jan 12 '08 #3
QVeen72
1,445 Recognized Expert Top Contributor
Hi Mudassir,

CutPDF and PrimoPDF are freewares available on the net.
Download them, and nstall, They Install in your system as a new "Printer".
So, Make this Printer as the Default Printer ,
Whatever you print, say you print a WordDoc,
The word doc is converted to PDF, and it will allow you to save the PDF converted..
and this applies to all printable windows like Crystalreport, datareport, Notepad..excel. .


REgards
Veena
Jan 12 '08 #4
muddasirmunir
284 Contributor
Thanks
for good suggestion , i had download cutepdf and try it





Hi Mudassir,

CutPDF and PrimoPDF are freewares available on the net.
Download them, and nstall, They Install in your system as a new "Printer".
So, Make this Printer as the Default Printer ,
Whatever you print, say you print a WordDoc,
The word doc is converted to PDF, and it will allow you to save the PDF converted..
and this applies to all printable windows like Crystalreport, datareport, Notepad..excel. .


REgards
Veena
Jan 13 '08 #5
jehrich
24 New Member
Hi muddasirmunir,

By automate, I mean starting the printing process, selecting the CutePDF printer and entering the output file all without user intervention. In some cases you can do this using (COM) objects in your code, and sometimes you'll need to automate the mouse/keyboard input.

Good luck!

JE

can you please explain what do you mean by this
"If you can automate printing the report from your application"

what do you mean by automate,
Jan 15 '08 #6
lotus18
866 Contributor
Hi All

This is cool. Can anyone lead me to the link where I can Find CutPDF and PrimoPDF? Thanks.
Jan 15 '08 #7
QVeen72
1,445 Recognized Expert Top Contributor
Hi Lotus,

"Just Google"

Regards
Veena
Jan 15 '08 #8
muddasirmunir
284 Contributor
Thanks Qveena
i got it by using cutepdfwriter


Hi muddasirmunir,

By automate, I mean starting the printing process, selecting the CutePDF printer and entering the output file all without user intervention. In some cases you can do this using (COM) objects in your code, and sometimes you'll need to automate the mouse/keyboard input.

Good luck!

JE
Jan 16 '08 #9

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

Similar topics

2
4708
by: berthelot samuel | last post by:
Hi everyone, I am currently trying to write a report based on a View of SQL Server. Basically, I have 3 tables : Hardware, SoftwareInstalled and Software with SoftwareInstalled that keeps track of all the software installed on each piece of hardware by referencing the primary keys of each table. So now, I have a request that retrieve information from those 3 tables giving a list of all the hardware with their details + the software...
2
11521
by: hikums | last post by:
Hello, If I export a file containing date field, export to "/james/j.txt" of DEL select a1,adate from a The date is represented in YYYY/MM/DD format as expected. Output I need is to be in "yyyymmdd" without delimiter. MODIFIED BY DATESISO option has a delimiter.
2
2569
by: GAVO-UK | last post by:
Using Ms Access 2003 I am trying to export a query to a delimited txt file containing some CURRENCY fields, which I want to export without the currently symbol and with five decimals. I have tried everything to get the currency fields with the format I want after exporting but!! NO LUCK!!! This is what I have tried. In the source table the fields are formatted with a DataType=
0
1973
by: David Valle | last post by:
Hi, i've follow an example that Gabriele G. Ponti wrote on 8/5/2003 about the export of a report made in Crystal Report in PDF format, this: ------------------------------------------------------------------------ This is how I export reports to PDF files: Dim diskOpts As New DiskFileDestinationOptions ' load report m_Report.Load(strReport)
1
1884
by: Gilz | last post by:
Hi I am having trouble with the transfertext acexportdelim function. I have written several routines that export queries with date fields. I have put format statements in the download queries as so that the data is exported as dd/mm/yy. Every time i run this it exports the dates as dd/mm/yy nn:hh:ss i really don't understand why.
5
3444
by: JHNielson | last post by:
I have a somewhat simple question, but have been baffled by it for a while, and now I'm on a tight deadline - have to get it done within 24 hours. I am trying to export a set of files to my hard drive to then later be FTPd to a server. the file format should be "TITLE.yyyymmdd" where yymmdd is the date code for when the files are created. The files can't be .txt. But when I run the files as ".txt" the code runs just fine. when I...
0
1629
by: nishjee | last post by:
Hello friends, i need visual basic 6.0 code to export a datareport to html other than the defult option coming with datareport. I need this very urgently because when i am exporting the datareport to html using its export option, the column alignments of the report on html format is changing... thats why i am searching for method to do this through vbcode... Please any one help me.... Thanks in advance..
2
5231
by: obkfixx | last post by:
help! how do u print a datareport without showing the datareport??? u print it automatically..... but the format n ur data report will be printed except that u dont show it.
1
3331
by: MaryKJolly | last post by:
I got this sample project from a website. But there is some syntax error in the statement which contains the CDate function. I can't detect the error? Can enybody help me? SUMMARY This article demonstrates basing a DataReport on a parameterized DataEnvironment and refreshing the report when the parameter value changes. MORE INFORMATION 1. Open a new Standard EXE Project in Microsoft Visual Basic. Form1 is created by default. 2. Add a...
0
9519
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10439
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
10165
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
10001
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...
1
7541
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 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 a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6783
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
5437
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...
1
4113
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
2
3727
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.