Natasha
6th February 2003, 08:35
I am tring to create display session, which should change query.extension at button click
before.program:
comp = get.compnr()
query.extension = "tfacp200.tpay in (tfacp.tpay.advance, tfacp.tpay.unallocated) and tfacp200.balh <> 0"
choice.user.0:
on.choice:
query.extension = "tfacp200.tpay in (tfacp.tpay.advance, tfacp.tpay.unallocated)"
rebuild.query()
But I can't refresh screen immediately. I tried: display.all(), wrebuild(0), refresh.curr.occ()
for i = 1 to filled.occ
refresh.curr.occ()
endfor
Byt it is all useless
any idea?
before.program:
comp = get.compnr()
query.extension = "tfacp200.tpay in (tfacp.tpay.advance, tfacp.tpay.unallocated) and tfacp200.balh <> 0"
choice.user.0:
on.choice:
query.extension = "tfacp200.tpay in (tfacp.tpay.advance, tfacp.tpay.unallocated)"
rebuild.query()
But I can't refresh screen immediately. I tried: display.all(), wrebuild(0), refresh.curr.occ()
for i = 1 to filled.occ
refresh.curr.occ()
endfor
Byt it is all useless
any idea?