Refreshrate on autrefresh in a browse
Refreshrate on autrefresh in a browse
Is there a way to use a codeblock to control the refreshrate in the AUTOREFRESH clause so it can be changed on the fly.
Jon Steven
Re: Refreshrate on autrefresh in a browse
You can't do it with a codeblock but you can change it on the fly in your code like so:
Code: Select all
oBrowse:timer:destroy()
oBrowse:refreshRate := 500
oBrowse:setTimerRefresh()
The eXpress train is coming - and it has more cars.