home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power-Programmierung
/
CD1.mdf
/
xbase
/
library
/
clipper
/
window
/
tsdwin
/
acthlp.doc
next >
Wrap
Text File
|
1992-02-16
|
579b
|
23 lines
twRABrowse() ActionKeys
ActionKeys provide a means to pass
executable code to a browse. The
information is passed in an array where
each element is a two element array:
AADD( aActionKeys, { nKey, bBlock } )
Where: nKey - key number to assign
bBlock - code block to execute
If you are using SET Keys, you should save
any of them which might conflict with
your actionkeys before calling the browse,
then restore them on return.