CodeGuru Forums -
CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic Newsletters VB Forums Developer.com


Newest CodeGuru.com Articles:

  • Installing SQL Server 2008
  • Writing UDFs for Firebird Embedded SQL Server
  • [Updated] Shutdown Manager
  • Building Windows Azure Cloud Service Applications with Azure Storage and the Azure SDK

  • Search CodeGuru:
     



    Go Back   CodeGuru Forums > Visual Basic Programming > Crystal Reports
    FAQ Members List Calendar Search Today's Posts Mark Forums Read

    Closed Thread
     
    Thread Tools Search this Thread Rating: Thread Rating: 34 votes, 4.50 average. Display Modes
      #1    
    Old October 16th, 2001, 04:25 AM
    K.Babu's Avatar
    K.Babu K.Babu is offline
    Moderator
     
    Join Date: Aug 1999
    Location: India, TamilNadu, Chennai.
    Posts: 269
    K.Babu is on a distinguished road (20+)
    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    
    Old October 17th, 2001, 11:06 AM
    tsl tsl is offline
    Junior Member
     
    Join Date: Oct 2001
    Posts: 3
    tsl is an unknown quantity at this point (<10)
    Re: Crystal Report

    Hi,
    How to send a crystal report directly to printer by using ASP.
    Thanks.

      #3    
    Old October 18th, 2001, 12:06 AM
    K.Babu's Avatar
    K.Babu K.Babu is offline
    Moderator
     
    Join Date: Aug 1999
    Location: India, TamilNadu, Chennai.
    Posts: 269
    K.Babu is on a distinguished road (20+)
    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    
    Old October 20th, 2001, 04:13 AM
    Bezzie Bezzie is offline
    Member
     
    Join Date: Sep 2001
    Location: South Africa
    Posts: 186
    Bezzie is on a distinguished road (20+)
    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    
    Old October 21st, 2001, 08:49 PM
    theghost theghost is offline
    Member
     
    Join Date: Sep 2001
    Posts: 151
    theghost is an unknown quantity at this point (<10)
    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    
    Old October 23rd, 2001, 05:04 AM
    K.Babu's Avatar
    K.Babu K.Babu is offline
    Moderator
     
    Join Date: Aug 1999
    Location: India, TamilNadu, Chennai.
    Posts: 269
    K.Babu is on a distinguished road (20+)
    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    
    Old October 24th, 2001, 05:20 AM
    Bezzie Bezzie is offline
    Member
     
    Join Date: Sep 2001
    Location: South Africa
    Posts: 186
    Bezzie is on a distinguished road (20+)
    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    
    Old November 1st, 2001, 10:44 AM
    NasirAbbas NasirAbbas is offline
    Junior Member
     
    Join Date: Nov 2001
    Location: Pakistan
    Posts: 9
    NasirAbbas is an unknown quantity at this point (<10)
    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    
    Old November 2nd, 2001, 12:02 AM
    K.Babu's Avatar
    K.Babu K.Babu is offline
    Moderator
     
    Join Date: Aug 1999
    Location: India, TamilNadu, Chennai.
    Posts: 269
    K.Babu is on a distinguished road (20+)
    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    
    Old November 2nd, 2001, 10:54 AM
    Rita Leoci Rita Leoci is offline
    Registered User
     
    Join Date: Sep 2000
    Location: Monopoli - Italy
    Posts: 9
    Rita Leoci is an unknown quantity at this point (<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    
    Old November 4th, 2001, 10:30 PM
    K.Babu's Avatar
    K.Babu K.Babu is offline
    Moderator
     
    Join Date: Aug 1999
    Location: India, TamilNadu, Chennai.
    Posts: 269
    K.Babu is on a distinguished road (20+)
    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    
    Old November 5th, 2001, 11:46 AM
    programmer_in_la programmer_in_la is offline
    Junior Member
     
    Join Date: Nov 2001
    Posts: 1
    programmer_in_la is an unknown quantity at this point (<10)
    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    
    Old November 5th, 2001, 02:07 PM
    nvm nvm is offline
    Junior Member
     
    Join Date: Nov 2001
    Posts: 2
    nvm is an unknown quantity at this point (<10)
    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    
    Old November 6th, 2001, 11:22 PM
    K.Babu's Avatar
    K.Babu K.Babu is offline
    Moderator
     
    Join Date: Aug 1999
    Location: India, TamilNadu, Chennai.
    Posts: 269
    K.Babu is on a distinguished road (20+)
    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    
    Old November 6th, 2001, 11:31 PM
    K.Babu's Avatar
    K.Babu K.Babu is offline
    Moderator
     
    Join Date: Aug 1999
    Location: India, TamilNadu, Chennai.
    Posts: 269
    K.Babu is on a distinguished road (20+)
    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
    Closed Thread

    Bookmarks
    Go Back   CodeGuru Forums > Visual Basic Programming > Crystal Reports


    Thread Tools Search this Thread
    Search this Thread:

    Advanced Search
    Display Modes Rate This Thread
    Rate This Thread:

    Posting Rules
    You may not post new threads
    You may not post replies
    You may not post attachments
    You may not edit your posts

    BB code is On
    Smilies are On
    [IMG] code is On
    HTML code is Off
    Forum Jump


    All times are GMT -5. The time now is 09:58 PM.



    Acceptable Use Policy

    internet.comMediabistrojusttechjobs.comGraphics.com

    WebMediaBrands Corporate Info


    Advertise | Newsletters | Feedback | Submit News

    Legal Notices | Licensing | Permissions | Privacy Policy


    Powered by vBulletin® Version 3.7.3
    Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
    Copyright WebMediaBrands Inc. 2002-2009