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

Setting range parameters from Delphi

Status
Not open for further replies.

carynwn

Programmer
Oct 18, 2002
1
GB
I am updating a generic report runner to use Crystals range parameters. Currently the code loops through the report parameters, setting the values.

So when it does this I ascertain whether the param is of value type vtRange, then attempt to set the RangeStart and RangeEnd values. When I do this I get an error at runtime about the value being set (parameters have to be strings).
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top