Question : Function Key to go to the bottom of and edit field

Guys,

Any of you have a snippit of code for a function key (F9) that will allow me to automatically go to the bottom of any scrolling Edit field and insert a time and date?

Answer : Function Key to go to the bottom of and edit field

on key label f9 thisform.edit1.value= thisform.edit1.value + chr(13)+chr(10)+ttoc(datetime())
Random Solutions  
 
programming4us programming4us