Last change
on this file since 789 was 613, checked in by George Lilly, 15 years ago |
initial load of WorldVistAEHR
|
File size:
863 bytes
|
Line | |
---|
1 | DGJ1P3 ;ALB/MRY - Patch #3 Environment Check ; 8/23/04 10:04 AM
|
---|
2 | ;;1.0;Incomplete Records Tracking;**3**;Jun 25, 2001
|
---|
3 | ;
|
---|
4 | EN ;
|
---|
5 | S XPDABORT=""
|
---|
6 | I '$G(DUZ)!($G(DUZ(0))'="@")!('$G(DT))!($G(U)'="^") D G ABRT
|
---|
7 | . D BMES^XPDUTL("*****")
|
---|
8 | . D MES^XPDUTL("Your programming variables are not set up properly.")
|
---|
9 | . D MES^XPDUTL("Installation aborted.")
|
---|
10 | W !!,">> Environment check complete and okay."
|
---|
11 | Q
|
---|
12 | ;
|
---|
13 | ABRT ; Abort transport, but leave in ^XTMP.
|
---|
14 | S ^XPDABORT=2 Q
|
---|
15 | ;
|
---|
16 | PRE ; Kill DD field (#10.04) of file (#393). Rebuild in Build.
|
---|
17 | S DIK="^DD(393,",DA=10.04,DA(1)=393
|
---|
18 | D ^DIK
|
---|
19 | Q
|
---|
20 | ;
|
---|
21 | POST ;Post init - Disable Corefls option.
|
---|
22 | N DIC,TEXT
|
---|
23 | S DIC="^DIC(19,",DIC(0)="X"
|
---|
24 | S X="DGJ LOCAL VENDOR ADD" D
|
---|
25 | . D ^DIC Q:Y<0 D
|
---|
26 | .. D BMES^XPDUTL("*****")
|
---|
27 | .. D MES^XPDUTL("Putting ["_X_"] option - 'out of order'")
|
---|
28 | .. S TEXT="CoreFLS Disabled (DGJ*1*3)"
|
---|
29 | .. D OUT^XPDMENU(X,TEXT)
|
---|
30 | Q
|
---|
Note:
See
TracBrowser
for help on using the repository browser.