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!

Changing the default values of Parameter.

Status
Not open for further replies.

gagdeep

Programmer
Feb 16, 2001
16
0
0
IN
How can I change the default values of parameter ? I m using VB+CR7 Whenever I Change/Insert New Record in the databse the default values of CR not refreshed. What to do ? Pl Help

Thanx
 
The default values are static and stored as part of the RPT. They aren't supposed to refresh. You can't get live values in a CR parameter pull down.

However, you can build your own pull down (in VB) from the live data, and feed the parameter into a CR parameter. Ken Hamady
Crystal Reports Training/Consulting and a
Quick Reference Guide to VB/Crystal (including ADO)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top