Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Routine: FBXIP117

FBXIP117.m

Go to the documentation of this file.
  1. FBXIP117 ;WOIFO/SAB - PATCH INSTALL ROUTINE ;11/2/2010
  1. ;;3.5;FEE BASIS;**117**;JAN 30, 1995;Build 9
  1. Q
  1. ;
  1. PS ; post-install entry point
  1. ; create KIDS checkpoints with call backs
  1. N FBX,Y
  1. F FBX="XREF" D
  1. . S Y=$$NEWCP^XPDUTL(FBX,FBX_"^FBXIP117")
  1. . I 'Y D BMES^XPDUTL("ERROR Creating "_FBX_" Checkpoint.")
  1. Q
  1. ;
  1. XREF ; Set new x-ref
  1. N DIK
  1. D BMES^XPDUTL(" Setting ADS x-ref...")
  1. ;
  1. S DIK="^FBAA(161.7,"
  1. S DIK(1)="5^ADS"
  1. D ENALL^DIK
  1. ;
  1. D MES^XPDUTL(" Done.")
  1. Q
  1. ;
  1. ;FBXIP117