‎2007 Dec 26 3:25 PM
‎2007 Dec 26 3:31 PM
Hi
these are events in the interactive reporting
AT LINE SELECTION.
and AT USER COMMAND
for double click AT LINE SELECTION will be triggered and for anu function codes At user command will be triggered.
When the user triggers the function code PICK, AT LINE-SELECTION is always triggered if the cursor is positioned on a list line. The function code PICK is, by default, always linked with function key F2 and hence with the mouse double-click. Consequently, if you have a simple program that does not react to any further user actions, you only need to write this event block.
AT LINE-SELECTION.
<statements>.
As described in the section Dialog Status for Lists, the function code PICK is always added to the standard list status when you have an AT LINE-SELECTION event in your program.
If you assign PICK to other function keys or menu entries, AT LINE-SELECTION is also triggered when the user chooses then. You should avoid this for the sake of the semantics.
Conversely, if you have a more extensive program that does not react to line selection, you should not use the function code PICK. Instead you should assign a different function code to F2 , to ensure that as many events as possible trigger the AT USER-COMMAND event.
plzz reward if u found my answer helpfull to u
‎2007 Dec 26 3:31 PM
Hi
these are events in the interactive reporting
AT LINE SELECTION.
and AT USER COMMAND
for double click AT LINE SELECTION will be triggered and for anu function codes At user command will be triggered.
When the user triggers the function code PICK, AT LINE-SELECTION is always triggered if the cursor is positioned on a list line. The function code PICK is, by default, always linked with function key F2 and hence with the mouse double-click. Consequently, if you have a simple program that does not react to any further user actions, you only need to write this event block.
AT LINE-SELECTION.
<statements>.
As described in the section Dialog Status for Lists, the function code PICK is always added to the standard list status when you have an AT LINE-SELECTION event in your program.
If you assign PICK to other function keys or menu entries, AT LINE-SELECTION is also triggered when the user chooses then. You should avoid this for the sake of the semantics.
Conversely, if you have a more extensive program that does not react to line selection, you should not use the function code PICK. Instead you should assign a different function code to F2 , to ensure that as many events as possible trigger the AT USER-COMMAND event.
plzz reward if u found my answer helpfull to u
‎2007 Dec 26 3:44 PM
Mainly three events are used in interactive report
1)at line-selection.
2)at user-command
3)set pf-status.