User functions in scope

Meeting place for R&R customers and clients to share tips and ideas. Post your questions, messages or problems here.
Post Reply
MIke_Csom_(Guest)
Posts: 47
Joined: Tue Oct 10, 2017 12:44 pm

User functions in scope

Post by MIke_Csom_(Guest) » Mon Oct 07, 2002 11:32 am

Can you use a user function for a scope value? I would like to create a report that will run with the scope value of dtoc(date(),1). Can I do this within the report?____Thanks,____Mike

kfleming
Posts: 5795
Joined: Tue Oct 10, 2017 12:44 pm

=> RE: User functions in scope

Post by kfleming » Mon Oct 07, 2002 1:53 pm

You could use runtime and then programatically set the low and hiscope values. So your code would create a variable with the date expression and then set the scope to the value of that expression.____Kathleen__R&R Support

Post Reply