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

Search:

Type: Posts; User: Duman

Search: Search took 0.01 seconds.

  1. Thread: Crystal Report

    by Duman
    Replies
    579
    Views
    638,104

    Re: Grouping

    Hi robot96

    the onyl fieldtype you cant group on is MEMO.

    If you still want to Group on that fields, convert them in your SQL-Clause as Varchar.
  2. Thread: Crystal Report

    by Duman
    Replies
    579
    Views
    638,104

    Sorry i forgot to mention that you have to...

    Sorry i forgot to mention that you have to declare the variable in every Formula, in which you need it.
    But it has the last value which was assigned.

    Shared Variables have the sane memory area...
  3. Thread: Crystal Report

    by Duman
    Replies
    579
    Views
    638,104

    Hi Confucius, you can easyly solve your...

    Hi Confucius,

    you can easyly solve your problem with shared variables, which are valid within MainReport and SubReports.

    Do it this way:

    use a Formula in head of the MainReport:
    Shared...
  4. Thread: Crystal Report

    by Duman
    Replies
    579
    Views
    638,104

    Programaticaly adding a FieldObject into a TextObject

    Hi Babu, Hi All

    I am VB-Developer and I Designed a large set of Reports which are accessed from a VB-Application and a ISAPI Application ... works very good.

    Well, now we get multilingual, and...
Results 1 to 4 of 4





Click Here to Expand Forum to Full Width

Featured