Refresh (1 Viewer)

vjmehra

Registered User.
Local time
Today, 09:15
Joined
Mar 17, 2003
Messages
57
Hi,

I ma trying do something which I thought was quite simple, but I can't seem to do it. All I want to do is for the form to refresh every time a key is pressed. Can anyone help?

Thanks,
Vidal
 

The_Doc_Man

Immoderate Moderator
Staff member
Local time
Today, 03:15
Joined
Feb 28, 2001
Messages
27,374
Look up the "KeyUp" and "KeyDown" events in the help files. Put code there. (But I would advise only putting code in the KeyUp routine myself. Matter of personal preference.)
 

vjmehra

Registered User.
Local time
Today, 09:15
Joined
Mar 17, 2003
Messages
57
Thanks for that, although after I tried this I realised I only want it to refresh when I move to a new field, which I couldn't manage to do. So if you have any ideas that would be great.
 

Users who are viewing this thread

Top Bottom