I have a timer working in the background, which is checking for new
messages in table1 -every 30 minutes. If at the same time somebody
preview a report with more than 1 page and is trying to change page -
report preview is disappearing....:-(
I know it's because timer is changing current cursor (reports are used
public dataenvironment), so i try to disable timer before report shows
and enable after - works OK , but in this case if user will open any
report in <30 min will never get messages prepared by timer...
Is there a way to store curent "time to fire" of timer so it could
start not from 0 ?
Or maybe somebody have better idea how to get rid of this report
behavior ? (I don't want to change it to use private dataenvironment)
Thanks,
Adam