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

DataTime type parameter

Status
Not open for further replies.

TouristMB

Programmer
Joined
Apr 5, 2004
Messages
1
Location
US
I am scheduling report and discovered problem with datetime parameter.
This sample from BusinessObjets does not work .

With reportInterface.ReportParameters

For j = 0 to numberParameters-1

.Item(j+1).CurrentValues.Clear

Set newParameter = .Item(j+1).CreateSingleValue

newParameter.Value = Parameters(j)

.Item(j+1).CurrentValues.Add newParameter

Next

End With

Any ideas?
Thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top