| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | Newsletters | VB Forums | Developer.com |
|
|||||||
![]() |
|
|
Thread Tools | Search this Thread |
Rating:
|
Display Modes |
|
#1
|
||||
|
||||
|
Crystal Report
Dear All,
If you have any doubt in Seagate Crystal Reports contact me, i will help you my level best. Babu Present EMail : kbabu@qmaxtest.com Permanent EMail : k_babs@hotmail.com WebSite : qmaxtest.com
__________________
Please avoid sending emails to my personal mail: write your doubts as thread in Codeguru Crystal Reports Forum. This will help all people having similar matters, and will let people who know solutions on the specific topic share their knowledge. Visit my company web site (Qmax Test Equipments Private Limited) Yours friendly, K.Babu Last edited by Cimperiali; March 25th, 2004 at 04:53 AM. |
|
#2
|
|||
|
|||
|
Re: Crystal Report
Hi,
How to send a crystal report directly to printer by using ASP. Thanks. |
|
#3
|
||||
|
||||
|
Re: Crystal Report
hi
use property Destination = 1(to printer) this will send output directly to printer without preview screen. Babu. MailID: k_babs@hotmail.com
__________________
Please avoid sending emails to my personal mail: write your doubts as thread in Codeguru Crystal Reports Forum. This will help all people having similar matters, and will let people who know solutions on the specific topic share their knowledge. Visit my company web site (Qmax Test Equipments Private Limited) Yours friendly, K.Babu |
|
#4
|
|||
|
|||
|
Re: Crystal Report
Hi
How do I open a password protected .mdb database in Crystal when the report is called from a VB application. I can't get it opened. Bezzie |
|
#5
|
|||
|
|||
|
Re: Crystal Report
this is not an answer. If you get an answer to your problem could you please forward it to me. i am also intrested in creating an opening a .mdb database with a password from my vb code. From what I read (your question) it souds like you are already doing this. thanks
theghost@bellsouth.net |
|
#6
|
||||
|
||||
|
Re: Crystal Report
hi
Use the following small code to access login and password from crystal report. crCommon.LogonInfo(0)= "dsn=;uid=;pwd=madras;dsq=" crCommon.DataFiles(0)= "C:\Mydata.mdb" MailID: k_babs@hotmail.com
__________________
Please avoid sending emails to my personal mail: write your doubts as thread in Codeguru Crystal Reports Forum. This will help all people having similar matters, and will let people who know solutions on the specific topic share their knowledge. Visit my company web site (Qmax Test Equipments Private Limited) Yours friendly, K.Babu |
|
#7
|
|||
|
|||
|
Re: Crystal Report
Thanks
I get it to work with reports that hasn't got subreports in them but the ones with subreports still crashes. How will i get them to work. Bezzie |
|
#8
|
|||
|
|||
|
Re: Crystal Report
I want to build a report on the basis of sql server 2000 udf which is a parameterized function directly without involing any stored procedure in.. problem is that normal driver of sql server does not recognize function .. and if i used ado or other drivers it does not give any parameters instead it allowed me to write a Query like
select * from aUDFunction ('01-Jul-2001', '30-Jun-2002') and all the times this working with the same values ... I am working in VB now a days.. I also tried to change the Query by SQLQuery property of OCX Control but a report create with ADO etc does not allow to use this Property... Please Help.. Thanx.. Nasir AITG |
|
#9
|
||||
|
||||
|
Re: Crystal Report
hi,
Normally, SqlQuery Property accurs any error in your Sql statement it will skip and reset the default design value. In SqlQuery Property you can't change the select columns, you can changle only FROM WHERE GROUP Class. Thanks, K.Babu MailID: k_babs@hotmail.com
__________________
Please avoid sending emails to my personal mail: write your doubts as thread in Codeguru Crystal Reports Forum. This will help all people having similar matters, and will let people who know solutions on the specific topic share their knowledge. Visit my company web site (Qmax Test Equipments Private Limited) Yours friendly, K.Babu |
|
#10
|
|||
|
|||
|
Re: Crystal Report
I need to print bitmap for any products on a catalog. The database (file .dbf) field contents the path of the bitmaps.
Is it possible to print the bitmap for the products from Crystal Report 5.0. If yes, how can I do ? thanks |
|
#11
|
||||
|
||||
|
Re: Crystal Report
hi,
Stores all pictures in database files using with OLE Object type. Add the picture field in your crystal report. yours, K.Babu MailID: k_babs@hotmail.com
__________________
Please avoid sending emails to my personal mail: write your doubts as thread in Codeguru Crystal Reports Forum. This will help all people having similar matters, and will let people who know solutions on the specific topic share their knowledge. Visit my company web site (Qmax Test Equipments Private Limited) Yours friendly, K.Babu |
|
#12
|
|||
|
|||
|
Re: Crystal Report
I am having problem designing crystal report using a generic printer driver.
The fields shown ok viewing on the screen, but when print out, the data is out of place. Example Field 1 on line 4 printed on line 3. Any suggestions? |
|
#13
|
|||
|
|||
|
Re: Crystal Report
I want to design a report with unicode data.
My datatbase use unicode). but Crystal report use ANSI. Help me, Thank you. |
|
#14
|
||||
|
||||
|
Re: Crystal Report
hi,
Try changing fonts, Printer font or windows Courier New font. yours, K.Babu MailID: k_babs@hotmail.com
__________________
Please avoid sending emails to my personal mail: write your doubts as thread in Codeguru Crystal Reports Forum. This will help all people having similar matters, and will let people who know solutions on the specific topic share their knowledge. Visit my company web site (Qmax Test Equipments Private Limited) Yours friendly, K.Babu |
|
#15
|
||||
|
||||
|
Re: Crystal Report
hi,
if your database support ODBC Driver, you can use ODBC DSN name in crystal report. yours, K.Babu MailID: k_babs@hotmail.com
__________________
Please avoid sending emails to my personal mail: write your doubts as thread in Codeguru Crystal Reports Forum. This will help all people having similar matters, and will let people who know solutions on the specific topic share their knowledge. Visit my company web site (Qmax Test Equipments Private Limited) Yours friendly, K.Babu |
![]() |
| Bookmarks |
|
||||||
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|