Im trying to give the user the ability to type in the amount of seconds for the grid to Autorefresh.
what am i doing wrong?
In the Timer Event of the Timer
thisform.timer1.interval = 1000
if !empty(thisform.txtrefresh.value)
thisform.txtrefresh.value = thisform.timer1.interval * thisform.txtrefresh.value
endif
thisform.grdappointment.refresh()
what am i doing wrong?
In the Timer Event of the Timer
thisform.timer1.interval = 1000
if !empty(thisform.txtrefresh.value)
thisform.txtrefresh.value = thisform.timer1.interval * thisform.txtrefresh.value
endif
thisform.grdappointment.refresh()