Differences

This shows you the differences between two versions of the page.

Link to this comparison view

display_file [2018/08/30 16:33]
display_file [2021/04/05 11:23] (current)
Line 1: Line 1:
 +====== Display File ======
 +
 +===== DDS =====
 +
 +==== Deviating Indicator ====
 +You can specify that a function key switches another indicator than the default one.
 +
 +Normally you would code something like this where the function key corresponds to the indicator:
 +
 +    A                                      CF17(17 'Preview')
 +
 +But you can also declare that another indicator should be used:
 +
 +    A                                      CF17(33 'Preview')
 +
 +Now indicator 33 (*IN33) will be switched on/off when the user presses F17.
 +
 +{{tag>ibm rpg dds}}
 +
 +