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

Capture Value of ParameterField for use in VB

Status
Not open for further replies.

rvasquez

Programmer
Jun 8, 2001
7
0
0
US
I have a VB applicaiton that exports a report for me. The report is based on a ParameterField (Date). How can i capture the value of the Parameterfield so that i can use it to name the exported file?
i.e. myParamterField = report.parameterfield.value
 
You cannot pass the value of a parameter (set by a prompt when running a Crystal Report) back to VB.

You must prompt for the parameter in VB, then pass the value to the Crystal Report. Brian J. Alves
Email: brian.alves@worldnet.att.net
VB / ASP / Crystal / SQLServer
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top