' - get the database's Stored Procedure Parameters
' Create a variable and point it to the Stored Procedure Parameter
' in the report
set StoredProcParamCollection = Session("oRpt".ParameterFields
' - get the specific Store Procedure Parameter
' Create a variable and point it to the specific stored procedure
' that we want to work on
Set ThisParam = StoredProcParamCollection.item(1)
Set ThisParam2 = StoredProcParamCollection.item(2)
Set ThisParam3 = StoredProcParamCollection.item(3)
' - save the new value to the Stored Proc Param
' Create a variable and store the new value for the Stored Procedure
' in it
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.