cch_cal_mac
Allows to call client macros at selections and buttons.
Parameters:
macroname
- Macroname
- name of the client macro (Attention. Specify no @). The following macros can be called:
- CASCADE -> positions DataView masks in cascading style.
- TILEH -> positions DataView masks below each other.
- TILEV -> positions DataView masks next to each other.
- CUT -> cuts selected data and copies them into the clipboard.
- COPY -> copies selected data into the clipboard.
- PASTE -> inserts data from the clipboard at the current write cursor position.
- SETUP -> opens the client setting tool .
- VERSION -> outputs the current DataView version number.
Usage as:
On_Select userexit in each menu/button-area or On_Event userexit in each state of the user interface.
Explanation:
This userexit allows to call local (client)-macros at selections or buttons. Most important field of usage is the arranging of masks, data exchange via the clipboard and opening the client sitting tool.