Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

stop the timer_interval of a datawindow

Status
Not open for further replies.

mouniryoussef

Programmer
Jul 26, 2005
14
US
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

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top