I have a button on a form with the two lines:
DO FORM frmFindRef TO dlcRef
dllReturn = thisform.FindPersonbyRef(dlcRef)
I want to set up function key F2 so that it emulates the click of this
button. I have tried ON KEY LABEL F2 but of course I can't put a reference
to THISFORM.CMDBUTTON.CLICK() so I am not sure how to go about this.
Many thanks
Stephen