Difference between revisions of "MAN ListMan"

From VistApedia
Jump to: navigation, search
(One intermediate revision by the same user not shown)
Line 2: Line 2:
  
 
local copy: http://www.vistapedia.com/images/9/9d/List_manager_developer.pdf
 
local copy: http://www.vistapedia.com/images/9/9d/List_manager_developer.pdf
 +
 +
=== Callable Entry Points ===
 +
 +
==== D FULL^VALM1 (restore full screen scroll region) ====
 +
 +
==== EN^VALM2 (entry selection call) ====
 +
 +
==== Change Header and force redraw of screen including header ====
 +
If header needs to be changed,
 +
  KILL VALMHDR
 +
  SET VALMBCK="R".
 +
  Then List Manager will automatically invoke this [[FILE LIST TEMPLATE FIELD HEADER CODE]] as part of the re-display of the screen.

Revision as of 13:06, 8 October 2019

look at: https://www.va.gov/vdl/application.asp?appid=14

local copy: http://www.vistapedia.com/images/9/9d/List_manager_developer.pdf

Callable Entry Points

D FULL^VALM1 (restore full screen scroll region)

EN^VALM2 (entry selection call)

Change Header and force redraw of screen including header

If header needs to be changed, 
 KILL VALMHDR
 SET VALMBCK="R".
 Then List Manager will automatically invoke this FILE LIST TEMPLATE FIELD HEADER CODE as part of the re-display of the screen.