
05-28-2004, 08:28 AM
|
 |
Cum Grano Salis
Retired Moderator * Guru *
|
|
Join Date: Jul 2002
Location: Baltimore, Maryland
Posts: 14,636
|
|
|
Are you using the RDC for this. (I assume you are)
1) You need to set the Report object's parameter prompting to false.
crxObj.EnableParameterPrompting = False
2) Then you can loop the paramater objects in the report, search by the ParameterField.Name. If you find it, clear the current value and range and set the runtime value via the .setCurrentValue method.
|
__________________
"Artificial Intelligence is no match for natural stupidity." ~unknown
|