tips:revmedia:v3i4a9

Uncommon Knowledge - WC_Int_Keys%

Published ByDateVersionKnowledge LevelKeywords
Sprezzatura Ltd01 AUG 19912.03+EXPERTWINDOW_COMMON%, WC_INT_KEYS%

A comma delimited list of symbolic prompts numbers that are dependent upon the contents of the current prompt. Normally Int_Keys is loaded by the system when the "Recalculate according to dependence" flag is set in Paint, F10, More, Recalculate.

If it is desired to ensure that certain symbolics on screen are updated after information has been entered into a data prompt, simply load the prompt numbers of the desired symbolics into WC_Int_Keys% (comma delimited). If the "Recalculate according to dependence" flag has been set, no other action needs to be taken and the nominated symbolics will be refreshed. If the default setting has been left it may be necessary to load WC_Rec_Map% and WC_Recalc_Cnt% (see later REVMEDIAs), although it would seem that as long as these variables return boolean true, the contents are not actually important. E.G.

    WC_INT_KEYS%       = "9,6"
    WC_REC_MAP%        = "hello"
    WC_RECALC_CNT%     = 1

Note that WC_Int_Keys% is recalculated for every prompt. If more permanent changes are required, modify WC_Rec_Map%.

(Volume 3, Issue 4, Pages 14,15)

  • tips/revmedia/v3i4a9.txt
  • Last modified: 2024/06/19 20:20
  • by 127.0.0.1