This is my filter on child browse, I use local variables and then this variables concatenating in one string, loc:FilterWas, this work fine, but kinda slowly
LOK:FILTER1='MRS:SIF_POD=''001'''
LOK:FILTER2=' AND '
LOK:FILTER3='MRS:GDOK='
LOK:FILTER4=p_web.gsv('GodinaRada')
LOK:FILTER5='MRS:SIF_DOK=''095'''
LOK:FILTER6='MRS:SIF_PJ='
LOK:FILTER7=p_web.gsv('SifraPJ')
LOK:FILTER8='MRS:BRDOK='
LOK:FILTER9=p_web.gsv('MRZ:BRDOK')
loc:FilterWas = LOK:FILTER1&LOK:FILTER2&LOK:FILTER3&LOK:FILTER4&LOK:FILTER2&LOK:FILTER5&LOK:FILTER2&LOK:FILTER6&LOK:FILTER7&LOK:FILTER2&LOK:FILTER8&LOK:FILTER9
ThisView{prop:Filter} = loc:FilterWas
On parent child, children tab, I insert child procedure... And that is all. On web25 example, its the same scheme parent-child...
Oh, just one more information, I look today on my MRS data (child). It is 74506 records....
Opening the parent browse is almost split of the seconds (MRZ database, cca 3000 records), but child browse took about 5 seconds now to display. Is it OK?
Regards, Ozren