L Lonnie Jan 6, 2005 #1 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?
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?
A ALESSANDRO Baraldi Jan 6, 2005 #3 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? Click to expand... 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
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? Click to expand... 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