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?
Printable View
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?
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