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

Search:

Type: Posts; User: MananThakkar

Search: Search took 0.03 seconds.

  1. I have a list of structs with attriubtes of type...

    I have a list of structs with attriubtes of type ints and strings

    for ex:

    struct employee
    int empId;
    int ss;
    string name;
    stirng address
  2. Using Crystal Report with Database connection

    Currently we have are creating crystal report using a database to derive the data required for the report. Is there a way to create a crystal report without using the database. I know that we can...
  3. Replies
    579
    Views
    637,245

    Crystal report bitmap

    I want to configure the crystal report template file to allow application to dynamically set the link to the bitmap from code.

    Is this possible? Do I use PESetFormula(...) for this?

    Or do I...
  4. Replies
    0
    Views
    916

    Crystal report bitmap

    I want to configure the crystal report template file to allow application to dynamically set the link to the bitmap from code.

    Is this possible? Do I use PESetFormula(...) for this?

    Or do I...
Results 1 to 4 of 4





Click Here to Expand Forum to Full Width

Featured