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

Search:

Type: Posts; User: harmonycitra

Page 1 of 7 1 2 3 4

Search: Search took 0.11 seconds.

  1. Difference between Crystal Reports and Crystal Enterprise

    Hi,

    I'm working on Crystal Reports 9. Recently I was enquired about Crystal Enterprise.

    I'm just wondering what is the difference between Crystal Reports and Crystal Enterprise.

    Can I...
  2. Replies
    0
    Views
    403

    Strange problem in table linking

    Hi Everybody,

    I'd designed a report using 3 tables. Namely A,B,C

    Linking these tables using inner joins.

    For Tables B,C, the parameter fields restricts the result (Using selecton formula)
    ...
  3. Replies
    0
    Views
    768

    Dynamic Reports

    Hi everybody,

    Here is my problem. To generate a particular report I'm creating a table and inserting the records by ASP code. The no. of columns in the table varies with the input. i.e I'm...
  4. Replies
    1
    Views
    1,850

    Re: Crystal Report from ASP

    Yes, Crystal Reports (RAS) should be installed in the server. You can publish the report in the web in two ways. Search Crystal Decisions site, you can get sample code for both.
  5. Replies
    2
    Views
    1,001

    Re: Parameter Problem

    Finally I set some default value which will not affect the result.

    Anyway I'll try ur idea.
  6. Replies
    3
    Views
    2,859

    Re: Report Header is not displaying

    No, Actually I have checked the "Suppress Printing if No Records" in Report Options dialog. (accidentally, and I simply forgot)

    After checking all the possibilities, I noticed that one. So I...
  7. Replies
    3
    Views
    1,255

    Re: Page Header Suppression

    I resolved the problem by checking a run time value which is set when the lastrecord is read.

    i.e suppressing the page header when the cournter is set (i.e when the last record in the main...
  8. Replies
    3
    Views
    2,859

    Re: Report Header is not displaying

    Got it! Any way thanks!
  9. Replies
    3
    Views
    2,859

    Report Header is not displaying

    Hi Everybody,

    I have a strange problem. I'm using CR 9. My report works fine. The problem is it if there is no records found, then it is not displaying anything including Report Header, Report...
  10. Re: Crystal reports grouping time stamps by hour

    I'm not sure whether this folg is a right solution. but it'll work.

    Try to create a formula and check the numeric value. Form a group using code
    Like

    If {table.field} in [800 to 830] then
    1...
  11. Replies
    2
    Views
    1,001

    Parameter Problem

    Hi everybody,

    I'm using CR 9. Is there any way to set a parameter as optional?

    Thanks
  12. Replies
    4
    Views
    832

    Re: Formula for Record Calculation

    Have u linked these commands by currency?
  13. Replies
    3
    Views
    1,255

    Page Header Suppression

    Hello everybody,

    Here is my problem. I'm generating a sub report in the report footer of the main report.

    My problem is the page header for main report is displaying in the sub report.
    ...
  14. Replies
    3
    Views
    930

    I think hoyinso is not mentioning the field...

    I think hoyinso is not mentioning the field value, but the count.

    Ususally if Crystal won't display anything (particulary groups / records) if the database returns nothing.
  15. Replies
    1
    Views
    849

    go to "Section Expert". Select the section...

    go to "Section Expert".

    Select the section where you want to inser page break.

    You can make use of "New Page After", "New Page Before" options and you can write for formula to apply this only...
  16. Replies
    11
    Views
    13,765

    Sorry for that. I should have checked before...

    Sorry for that.

    I should have checked before posting.
  17. Replies
    9
    Views
    4,501

    Thanks, For the first question, Hope you have...

    Thanks,

    For the first question, Hope you have written the formula in "Display String" (Format)section.

    Try to check CurrentFieldValue instead of {table.field}.

    I checked with zero, it...
  18. Replies
    11
    Views
    13,765

    I think Report object will do the work (in...

    I think Report object will do the work (in Crystal 9)

    Dim Appl As New CRAXDRT.Application
    Dim Report As New CRAXDRT.Report

    Set Report = Appl.OpenReport("Path")

    Report.PrinterName =...
  19. Replies
    9
    Views
    4,501

    Is that field is blank or null? If it is blank,...

    Is that field is blank or null? If it is blank, just check with blank space instead of checking null.
  20. Replies
    1
    Views
    8,021

    What's your problem? And didn't declare the...

    What's your problem?

    And didn't declare the variables?
  21. Try to put the field in a separate section (If...

    Try to put the field in a separate section (If possible), and Suppress section if that value is blank.
  22. Replies
    9
    Views
    4,501

    Hi, Right Click the summary field, select...

    Hi,

    Right Click the summary field, select "Format Field", go to "Common" Tab.

    You can find X-2 for "Display" String option. Click that button and write the following formula

    If...
  23. Replies
    0
    Views
    639

    Differnece in Report Performance

    Hello,

    One of my report designed using CR 9 takes around 6 to 7 mins while running from Crystal. The same report takes 14 to 15 mins while running from the web server. Why the difference is so...
  24. Replies
    0
    Views
    1,315

    Nth Largest

    Hi everybody,

    Is it possible to find a Nth Largest value of an array of numbers using formula (built in)?

    Thanks
  25. Replies
    4
    Views
    923

    Yes, you can use summary fields in other formula...

    Yes, you can use summary fields in other formula fields.
Results 1 to 25 of 164
Page 1 of 7 1 2 3 4





Click Here to Expand Forum to Full Width

Featured