Refresh form

  • Thread starter Thread starter Lonnie
  • Start date Start date
L

Lonnie

I have been trying to figure out how to get a form to
automatically refresh it's self. Is there any way to do
this?
 
Lonnie said:
I have been trying to figure out how to get a form to
automatically refresh it's self. Is there any way to do
this?

What are you to refresh....?
Data or Graphical object...?

For data you need Recalc
For graphical Repaint.

If you change some data Source Requery.

To automatically do it we need to understand if
the automation is due to a cyclic time or an Event..?

If you need a cyclic automation try with OnTimer
setting the TimetInterval property as a right delay
and on Timer Event use the method you need.

If the automation is due to an external event you need
to detect the event and execute the Refresh/Repaint/Recalc

May be i misunderstand your problem.

Bye
 
Back
Top