Uncommon Knowledge - WC_W%
Published By | Date | Version | Knowledge Level | Keywords |
---|---|---|---|---|
Sprezzatura Ltd | 01 APR 1992 | 2.11+ | EXPERT | WINDOW_COMMON%, WC_W%, WC_DISPLAY_ACTION%, WC_PROMPTS% |
A dimensioned array containing all of the prompt details for the current window. It is dimensioned to WC_W_Cnt%. Once loaded the WC_W%() array maintains the same values for the life of the window unless a WC_Display_Action% = 7 is encountered. If WC_Display_Action% is set to 7 then all changes made to WC_W%() in this session will be discarded and WC_W%() will be set back to the original values when the window was loaded. To avoid this, modify the WC_Prompts% array instead and then issue a WC_Display_Action% = 7. This causes WC_W%() to be reloaded from WC_Prompts%.
(Volume 3, Issue 10, Page 15)