Results 1 to 2 of 2

Thread: crystal

  1. #1

    Thread Starter
    Frenzied Member EyeTalion's Avatar
    Join Date
    Jul 2000
    Location
    New York
    Posts
    1,075

    crystal

    have a vb.net app that generates a crystal report. I need to place the users userid on the top of the report. I have the userid as:

    dim userid as string = txtuserid.text

    any suggestions?
    It's tough being an unhandled exception...

    ___________
    VB.NET 2008
    VB.NET 2010
    ORACLE 11g
    CRYSTAL 11

  2. #2
    Hyperactive Member
    Join Date
    Mar 2002
    Location
    Dublin (Ireland)
    Posts
    304
    Create a parameter field on the report and supply the text value as it's discreet value.

    There are examples here on this forum as to how to create and use parameter fields but this url would be the best source for further info.

    www.crystalreportsbook.com

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