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

Crystal Reports Active X Control w/VC++

Status
Not open for further replies.

azool

Programmer
Mar 29, 2001
3
US
I need to pass a date range parameter to a CR report from within a VC++ application, using CR Active X control.

I think I _should_ be able to use:

Control.SetParameterFields(index, pszNewValue);


but, how should the 'New Value' be formatted?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top