CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Page 5 of 39 FirstFirst ... 234567815 ... LastLast
Results 61 to 75 of 580

Thread: Crystal Report

  1. #61
    Join Date
    Aug 1999
    Location
    India, TamilNadu, Chennai.
    Posts
    269

    Re: To EveryBody...

    hi,

    Thank you, for your intrest regarding codeguru website.

    I said "Thank you" to you, by yours way.

    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

  2. #62
    Join Date
    Aug 1999
    Location
    India, TamilNadu, Chennai.
    Posts
    269

    Re: Save the report to a file

    hi,

    Apply the following code to export file (text format) directly without prompt.

    cr.Destination = 2 '(to file)
    cr.PrintFileName = "myfile.txt"
    cr.PrintFileType = 2 '(text format

    yours,
    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

  3. #63
    Join Date
    Jul 2001
    Location
    Trivandrum, Kerala, India
    Posts
    21

    What's new in Crystal Report 6

    Dear babu,

    I am still using Crystal Reports 4.6. I would like to know what the later versions have to offer me before I invest money for it.

    I appreciate your kindness to spend your valuable time for code guru users.

    Kishore.


  4. #64
    Join Date
    Aug 1999
    Location
    India, TamilNadu, Chennai.
    Posts
    269

    Re: What's new in Crystal Report 6

    hi,

    The latest version of crystal report released 8.5, there are three editions. Developer,Professional,Standard

    yours,
    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

  5. #65
    Join Date
    Mar 2001
    Posts
    71

    Changing design at run time

    Can I change the positions of columns in a report at run time through VB.


  6. #66
    Join Date
    Aug 1999
    Location
    India, TamilNadu, Chennai.
    Posts
    269

    Re: Changing design at run time

    You can change crystal report column position using with RDC.

    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

  7. #67
    Join Date
    Nov 2001
    Location
    Singapore.
    Posts
    7

    Re: Crystal Report (Sub Reports)

    Hi,

    I have a problem with the parameters passing.

    Suppose you have a report that contains three sub reports. These sub reorts are linked to the main report columns. But the main report requires two string parameters to be passed.

    How can I pass parameter values to the report. Currently I am using the Report.ReplaceSelectionFormula property to do but it is not the correct way to do things :-)

    So Can you guide me on how to do it ?

    Thanks,
    Krogoth!

    FSM

  8. #68
    Join Date
    Jun 2001
    Posts
    7

    Re: Crystal Report

    Hi
    How to custom export of cystal report?.
    I want to export crystal report to new file format
    same GIF,
    Can you tell me format of crystal report files?.

    Thank you very much!


  9. #69
    Join Date
    Sep 2001
    Posts
    49

    Re: Crystal Report Runtime files

    We are using VB6.0 and CR7.0 The problem with the help is that it lists like 5 files to redistribute with VB setup.

    We know better than that. It doesn't allow full functionality like Group, Export, etc. without the other files when you print or preview. We have narrowed down to like 25 files to redistribute and it will provide full functionally. I don't know if it is a violation of CR but they don't do all functions.

    So either CR is screwed up with their files or we did some wrong coding. Most of the files that we have added begin with U2*.DLL.

    Can you help?



  10. #70
    Join Date
    Aug 1999
    Location
    India, TamilNadu, Chennai.
    Posts
    269

    Re: Crystal Report

    hi,

    You can export from Crystal report using with PrintFileType property, this property list supported format,

    you can enter the file name in PrintFile Property.

    and Destination property - To File.

    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

  11. #71
    Join Date
    Aug 1999
    Location
    India, TamilNadu, Chennai.
    Posts
    269

    Re: Crystal Report Runtime files

    hi,

    I suggest Package Wizard, that will help you your problem.

    Others no comments.

    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. #72
    Join Date
    Aug 1999
    Posts
    9

    Re: Crystal Report

    We are facing a bug in crystal report. I am printing a memo field (with RTF Format) in Crystal report 8.0 using VB/MS SQL 7.0.I am passing a ADO recordset to field data type ttx file. The reports are genearlly of 3-4 pages.In print preview it shows correctly but when i take out a printout,sometime first line of next page gets printed on previous page as well as on the next page also. So same line gets printed twice rather than once.
    e.g

    In preview
    Page1: XYZ (Line 1)
    .......
    AAA (Last Line)

    Page2: ZZZZZ (Line 1)
    .........
    CCCC (last Line)

    While printing
    page1: XYZ (Line 1)
    .......
    AAA
    ZZZZZ (Last Line)

    Page2: ZZZZZ (Line 1)
    .........
    CCCC (Last Line)


    We have tried various printers but problem still persist.The problem is erratic & comes in 1-2 pages if report 5-6 page long.
    Waiting for your reply.




  13. #73
    Join Date
    Dec 2001
    Location
    India
    Posts
    32

    Call Crystal Report From WWW

    i want to call .rpt file from net that is on web page ,
    is it possible if yes tell me how to do this

    Regards
    AbhiDesh


  14. #74
    Join Date
    Aug 1999
    Location
    India, TamilNadu, Chennai.
    Posts
    269

    Re: Crystal Report

    For Testing,

    Create new crystal report file,
    Add memo field only,
    Set memo max to 10 lines.

    Test the report file with printers, feedback to me

    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. #75
    Join Date
    Aug 1999
    Posts
    9

    Re: Crystal Report

    My problem comes when report is of multiple pages & while the first line of next page gets printed on previous page also.

    Regards


Page 5 of 39 FirstFirst ... 234567815 ... LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured