When I call this single line of code rs.FireEvent(
"TimedSubscription", oSubscriptions(iSubscriptionIndex).SubscriptionID)
The subscription that is passed executes more than once.
I have a CSV output report that executes as many as 6 times and another PDF executes up to 4 times.
What is going on? I am just calling this line one time but the output folder gets more than one copy of the same report.