That's not a stored procedure, it's an internal function in RMS, and I don't know of anyway to access it other than in the report it was intended for.
If you need to run a stored proc as part of a report, you can use the PreQuery1 & PreQuery2 entries. Use this syntax: EXEC spName param1 param2
I think that's the correct syntax, you might need () or commas...
Generally, I would expect that running a stored proc in a report would not be a very good solution...
Glenn Adams Tiber Creek C> hi everyone again, i have a doubt with Active Report and Store Procedures.