Hi
I get a "Memory full" error when I try previewing my crystal report.
I have a simple crystal report that should displays a 2D barcode for a shipping label:
1. I created a formula field and used the IDAutomationPDF 417EncoderMOD10 function from a dll that comes with the DAutomationPDF4 17Encoder demo
2. Selected a field from a table which only has one record
3. Dragged the field...
Search Result
Collapse
6 results in 0.0014 seconds.
Keywords
Members
Tags
-
Bring up Crystal Report (10) using trusted connection
Hi, I have an old product which was developed using classic ASP and Crystal Report 10. Currently it bring up report by using the following method, is there any way that we can bring up the Crystal Report by using trusted connection, without passing in ID & Password? So far I am not able to get anything from net.
set Database = session("oRpt") .Database
set Tables = Database.Tables
set Table1... -
crystal report is not run when run from exe
Hello,
i am using crystal report in .net, it is sucessfully created and run. But when we created the setup and run the exe, the data in the crystal report is not shown...
plz help me what is that problem -
Request Could not be submitted for background processing.
Hi,
I am using Crystal Report 9, and vs 2005(.net 2.0). When I try to export something frm crystal report to pdf this error come,'
'Request could not be submitted for background processing'
Actually later I have observed in middle of the crystal report 1 page is missing,wheneve r I try to view this page..same error comes, so I think problem is in the crystal report.
Can anyone please help regarding tha... -
data is nt seen in Cyrstal report in VB.net when there are twio or more table in DS..
I am preparing a crystal report for library system...
two tables..
1)BookIssueDeta il:
fields : grno ,bookno,issueda t
2)studentMaster
fileds: grno,stdename,( and lots more)..only these filed are req to display...
now i have made a dataset : "bookissuedatas et" which have two table which are assign above.
these is my code on print... -
Sevices, XML and Crystal Report
Hi Friends,
I have to implement the below logic in my project...
1) XML file will be dropped into a specific folder. Let us say, ‘PACKFOLDER’.
2) A Service needs to monitor this folder. XML might fall every second.
3) Pick one XML(oldest time) and run the report and print in the printer specified in the XML.
4) Move the XML processed to another folder or ‘delete’ it.
5) Run steps 2...