mouniryoussef
Programmer
Hi all,
i have a time_interval on my datawindow for automatic
refresh and it works very fine. is it possible to stop the
timer_interval event in case i dont need it ? i tryed 2
methodes but it did not work :
1 ) dw_deliverables.Modify("DataWindow.Timer_Interval=0")
the interval is set to 1 minute (as by default)
2)
dw_deliverables.Modify("DataWindow.Timer_Interval=3600000")
my timer interval is still the same "one minute as default =
60000"
any help will be apreciated.
thanks
i have a time_interval on my datawindow for automatic
refresh and it works very fine. is it possible to stop the
timer_interval event in case i dont need it ? i tryed 2
methodes but it did not work :
1 ) dw_deliverables.Modify("DataWindow.Timer_Interval=0")
the interval is set to 1 minute (as by default)
2)
dw_deliverables.Modify("DataWindow.Timer_Interval=3600000")
my timer interval is still the same "one minute as default =
60000"
any help will be apreciated.
thanks