Hi Gene,
for OKL you can fill an array with all function key labels (F1-F12) in
combination with all qualifiers (****ft, Ctrl, Alt) and then loop through
this list. If ON("Key",qualifier+"+F"+TRANS(n)) returns anything, the key
has an assignment. The return value is your code.
There is no function that would return a list with just assigned ON KEY
LABEL, you need to query VFP for every possible combination.
--
Christof


|