Page 1 of 1

Custom Prompt Parameter

Posted: Wed Aug 15, 2007 9:37 pm
by mhsabado_(Guest)
Hi,____Is it possible to override RI_LOSCOPE and RI_HISCOPE from the control table with the values of custom prompt fields? For example I have START and END parameter fields with "?Enter Start" and "?Enter End" values respectively. ____Thanks,__Mario__

=> RE: Custom Prompt Parameter

Posted: Fri Aug 17, 2007 8:52 am
by kfleming
You would need to create two parameterr fields and then select them as the high and low values.____Then when the report is run, the user would see the parameterr prompt screen where they could enter the values that would be passed to the scope.____Kathleen__R&R Support

==> RE: Custom Prompt Parameter

Posted: Fri Aug 17, 2007 12:54 pm
by mhsabado_(Guest)
__Kathleen,____I already created two parameters that prompts during runtime but how can I assign it to low and high scope? ____Thanks for any help...____Mario

===> RE: Custom Prompt Parameter

Posted: Sun Aug 19, 2007 10:07 am
by mhsabado_(Guest)
__To clarify things, for sure I can use the values of the custom prompts I^ve created via RIPARAM() and use it in my query/filter expressions. Is it possible to override LoScope()/HiScope() at runtime? I^m currently using interface in my application and assign it to RI_LOSCOPE/RI_HISCOPE but I want to avoid this if possible to make my reports a bit more independent.____Thanks for any hint.