I have a report of crystal report.
Crystal report printing very slow.
So i convert my crystal report to note pad, it converted but converted document not understand, taht document in given below
"{\rtf1\ansi\ansicpg1252\deff0\deflang1033{\fonttbl{\f0\froman\fcharset0 Arial;}}{\colortbl;\red0\green0\blue0;}{\info{\title }{\author Crystal Reports}{\doccomm Powered By Crystal}{\company Crystal Decisions}}
\paperw12240\paperh16560\margl180\margr228\margt240\margb240\gutter0\windowctrl\ftnbj\viewkind1\viewscale100\sectd\linex0\sbknone
{\pard \pvpg\phpg\posx180\posy500\absw924\absh-260\ql\vertalt\tx360\tx720{\ltrch\f0 \b0\i0\ul0\strike0\fs19 \cf1 16\_Jul\_11}\par }{\pard \pvpg\phpg\posx1740\posy480\absw1035\absh-260\qr\vertalt\tx360\tx720{\ltrch\f0 \b0\i0\ul0\strike0\fs19 \cf1 \~2.00}\par }{\pard \pvpg\phpg\posx3540\posy480\absw1350\absh-260\ql\vertalt\tx360\tx720\tx1080{\ltrch\f0 \b0\i0\ul0\strike0\fs19 \cf1 VAT}\par }{\pard \pvpg\phpg\posx2340\posy760\absw2565\absh-260\ql\vertalt\tx360\tx720\tx1080\tx1440\tx1800\tx2160\tx2520{\ltrch\f0 \b0\i0\ul0\strike0\fs19 \cf1 VAT}\par }{\pard \pvpg\phpg\posx180\posy16320\absw948\absh-260\qr\vertalt\tx360\tx720{\ltrch\f0 \b0\i0\ul0\strike0\fs19 \cf1 1}\par }\sect }
"
I want a good method
Loading
Mahesh ChandPosted Jul 17, 2011, 1:22 PM
Vilas GitePosted Jul 17, 2011, 2:53 AM
Yes, 'It is more likely the database processing'
which commands provide to database for report is more important....
for example, if, I try to retrieve all records on report by button click it will takes long time (if huge records in that table). But, i try to retrieve particular record on report it shows quickly.
--------------------------------
Sam HobbsPosted Jul 17, 2011, 2:20 AM
Vilas GitePosted Jul 17, 2011, 1:33 AM
http://www.tek-tips.com/viewthread.cfm?qid=1276307&page=1
VulpesPosted Jul 16, 2011, 4:46 PM
Sam HobbsPosted Jul 16, 2011, 4:36 PM
Mahesh ChandPosted Jul 16, 2011, 4:02 PM
VulpesPosted Jul 16, 2011, 4:01 PM
Sam HobbsPosted Jul 16, 2011, 3:35 PM
The data that you show is RTF; see the "rtf1" at the beginning? If you rename the file and use ".rtf" for the extension, then if you open the file, it will open using an application that will show the report. You can use Word to open a RTF file.
Poor performance probably cannot be fixed by changing the output format. It is much more likely that your query is not efficient.