Hi Herb,
An image In a custom section the KEYPRESS event handler is called with 2 args:
proc mykeypress(keycode as numeric, keymodifiers as numeric)
// your code here
endproc
Type: Posts; User: barrymavin
Hi Herb,
An image In a custom section the KEYPRESS event handler is called with 2 args:
proc mykeypress(keycode as numeric, keymodifiers as numeric)
// your code here
endproc
Hi Herb,
Thats an old foxpro command. Not supported.
What sort of UI controls is it that you want to move about the screen? What type of section are these in?