Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

User Selected Fields for Report

Status
Not open for further replies.

btcomput

Programmer
Jul 10, 2000
10
0
0
US
Hi,

I have written a routine in a VB program that allows users to select fields they want included in a report. I hand coded the report to include just those user-selected fields.

Is there a way that I can create a report in Crystal Reports that will print just those fields that the user selects? Can VB code be used to send the names of the desired fields to the report?

Thanks for your help,

Brian
 
I think you have to pass CR parameters from VB, that depending on the parameter value suppress the unwanted fields.



Sincerely
/Ola
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top