; update a WindowMan Screen while editing, PART 1
; assumes being called from WindowMan and those variables are defined
; Called before RDTSET to setup the proper values
TYPE(INTYPE,INSRCH)
; validate CRITERIA TYPE field
; called from input transform file 4001.1, field .05
; also used in criteria mgmt functions
TASK
; this tag is the entry point when called thru taskman
; input: INOPT array as described at the top of INHUTC, required.
RELDT(INSTR,INFMT,INPMT)
; convert a relative date text string to FM
SPACEBAR(X)
; return x for spacebar in lookup
; called from PRELK node for file 4001.1, also used in criteria mgmt
; functions. INOPT array must be defined in env.
; update a WindowMan Screen while editing, PART 2
; assumes being called from WindowMan and those variables are defined
; RDTGET must be called first and on a separate line in a POST field