CRHD11PI ; HIOFO/FT - FIX PARAMETER SETTINGS ; Nov 05, 2021@14:18:28
;;1.0;CRHD;**11**;Jan 28, 2008;Build 4
Q
; This routine uses the following IAs:
; #10141 - MES^XPDUTL Kernel (supported)
; #2263 - EN^XPAR Kernel (supported)
;
Q
EN ; main entry point
;
N CRHDERR
S CRHDERR=""
; Installing commands in the command file...
D MES^XPDUTL(" Post install starting....updating Parameters...")
;
; ADD CRHD GUI VERSION with new build numbers for executables.
D EN^XPAR("SYS","CRHD GUI VERSION",1,"1.0.11.2",.CRHDERR)
I +$G(CRHDERR) D
. D BMES^XPDUTL(" "_CRHDERR)
. D BMES^XPDUTL(" ....Parameter not added ")
;
D BMES^XPDUTL(" CRHD*1.0*11 Post Install complete")
K CRHDERR
;
Q
;
--- Routine Detail --- with STRUCTURED ROUTINE LISTING ---[H[J[2J[HCRHD11PI 746 printed Nov 22, 2024@17:47:42 Page 2
CRHD11PI ; HIOFO/FT - FIX PARAMETER SETTINGS ; Nov 05, 2021@14:18:28
+1 ;;1.0;CRHD;**11**;Jan 28, 2008;Build 4
+2 QUIT
+3 ; This routine uses the following IAs:
+4 ; #10141 - MES^XPDUTL Kernel (supported)
+5 ; #2263 - EN^XPAR Kernel (supported)
+6 ;
+7 QUIT
EN ; main entry point
+1 ;
+2 NEW CRHDERR
+3 SET CRHDERR=""
+4 ; Installing commands in the command file...
+5 DO MES^XPDUTL(" Post install starting....updating Parameters...")
+6 ;
+7 ; ADD CRHD GUI VERSION with new build numbers for executables.
+8 DO EN^XPAR("SYS","CRHD GUI VERSION",1,"1.0.11.2",.CRHDERR)
+9 IF +$GET(CRHDERR)
Begin DoDot:1
+10 DO BMES^XPDUTL(" "_CRHDERR)
+11 DO BMES^XPDUTL(" ....Parameter not added ")
End DoDot:1
+12 ;
+13 DO BMES^XPDUTL(" CRHD*1.0*11 Post Install complete")
+14 KILL CRHDERR
+15 ;
+16 QUIT
+17 ;