jojovalenton
20th September 2015, 21:27
hi,

i just want to ask for help if it is possible and how to ON / OFF query extend in session? at before.program i filtered only greater than zero amount its fine then after the session loaded i need also to display those less than zero.

best regards,
jojo

JaapJD
21st September 2015, 09:42
You can change the query extension (e.g. make it empty) and then call rebuild.query().

jojovalenton
21st September 2015, 10:10
Thanks JaapJD, it works.

jojovalenton
21st September 2015, 16:51
Hi Jaap,

Another help pls, I struggle on how to display data on form without manually clicking the refresh button in the parent mmt session after i click next button. I used refresh.all.occs() and refresh.curr.occ() in the after.choice of next.set and prev.set but still no effect. Data don't display automatically only for the query.extend including less than zero but for greater than zero (session default set) no problem even during next and prev set.

regards,
jojo