This form has a 3 page pageframe; each page containing a grid. The pageup/down keys move between pages. Keypreview =.t.
The users want to be able to select part of a grid field and copy the selected text to another field (on the same page).
In development mode this works prefectly well -
ie select text, press ctrl+c, move focus to the destination field,press ctrl+v- and the selected text appears in the destination.
But NOT when compiled. Then ctrl+c does a pgDown (to the next page) instead of copying the selected text. Presumably because both pgdown and CtrlC have the same keystroke value (3).
How do I get the EXE to behave as the development version does
The users want to be able to select part of a grid field and copy the selected text to another field (on the same page).
In development mode this works prefectly well -
ie select text, press ctrl+c, move focus to the destination field,press ctrl+v- and the selected text appears in the destination.
But NOT when compiled. Then ctrl+c does a pgDown (to the next page) instead of copying the selected text. Presumably because both pgdown and CtrlC have the same keystroke value (3).
How do I get the EXE to behave as the development version does