;executes the selector of the package interface=PI, user input is X
; -- X should be passed by reference.
; -- sets IBLABEL,IBID,IBQUAL
HPTRNS(TYPEDATA,X,IBFORMID)
;used to transform a value read from a hand print field (X) into a value that can be passed to the database
VALIDATE(PI,X)
;used to validate the value stored with a selection(file 357.3)
HELP(PI)
;writes the help message for the package interface
INPUT(PI,X)
;xecutes the input transform of the package interface on X
OUTPUT(PI,Y)
;xecutes the output transform of the package interface on Y
FDCHOICE(PI,X)
;executes the selector of the package interface=PI,X=the user input, then runs it through the input transform for a value that can be passed to the PCE GDI
; -- X should be passed by reference.