Hi,
I've made a form to print reports that allows selecting a subset of data to be printed. In the end, it issues a command like
REPORT FORM &c_report &c_filter &c_printer &c_range noconsole
where all character variables are assembled according to options selected in the form. When I set c_filter to "for [some_condition]", it works okay. When I set c_range to "range [from],[to]", it also prints only pages I ask for. But when I'm trying to filter a subset of data *and* print only selected pages of it, it only recognizes "FOR" clause but not "RANGE". Is it supposed to be this way?
Thanks
I've made a form to print reports that allows selecting a subset of data to be printed. In the end, it issues a command like
REPORT FORM &c_report &c_filter &c_printer &c_range noconsole
where all character variables are assembled according to options selected in the form. When I set c_filter to "for [some_condition]", it works okay. When I set c_range to "range [from],[to]", it also prints only pages I ask for. But when I'm trying to filter a subset of data *and* print only selected pages of it, it only recognizes "FOR" clause but not "RANGE". Is it supposed to be this way?
Thanks