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!

Using the GetItemByName element in CR9 ?????

Status
Not open for further replies.

doyledirk

MIS
Apr 3, 2003
9
0
0
GB
I am using CR ver 9 and am trying to find the correct syntax for what i was using in ver 8.5

Session("oRpt").ParameterFields.GetItemByName(fldName).AddCurrentValue(fldType(fldValue))
where
fldName is the field name matching the parameter and
fldType is the type of field in the CR parameter(CBool,CDate etc)
fldValue is the field value passed

Throw me a life line !
doyledirk
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top