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

Passing a data range as a parameter.

Status
Not open for further replies.

mbpierce

Technical User
Mar 22, 2001
19
0
0
US
I have a report that takes several parameters. Some have a range of multiple possible values. To get the number of default parameters for the specified parameter I am using GetNParameterDefaultValue function. I then use this value (equal to or less than this value) as the "index" argument in GetNthParameterDefaultValue() to get the default parameter value structure.

Can I get the all the values of any range set at one time?

For instance if one of my parameters is State and it has 50 possible choices. Is there a way to programaticaly get all 50 values at once or Do I have to use GetNthParameterDefaultValue() 50 times passing one index at a time?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top