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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

RecordSelectionFormula VB.net

Status
Not open for further replies.

msay

Programmer
Aug 17, 2001
56
US
I just upgraded for VB6. Using Crystal Reports in my project I need the end user to select a managers name from a list and display the report records for that manager. In VB6 I used the Report.RecordSelectionFormula = to acomplish this. How is it done with VB.net?
My data source table is called RIF_data. The field name is manager. Thanks for any help.
 
You can still due this using traditional Crystal Reports automation in VB.NET and full versioned copy of Crystal. If you want to use the built in Crystal functionality you will need to populate a dataset with the results of your filtered query and pass it to Crystal.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top