Last change
on this file since 1608 was 613, checked in by George Lilly, 15 years ago |
initial load of WorldVistAEHR
|
File size:
351 bytes
|
Rev | Line | |
---|
[613] | 1 | ORWUH ; SLC/KCM - Help Utilities
|
---|
| 2 | ;;3.0;ORDER ENTRY/RESULTS REPORTING;;Dec 17, 1997
|
---|
| 3 | ;
|
---|
| 4 | POPUP(LST,CTRL) ; Get instructions for a given control
|
---|
| 5 | ; ERROR
|
---|
| 6 | N TMP,I,ILST
|
---|
| 7 | D GETWP^XPAR(.TMP,"PKG","ORWUH WHATSTHIS",CTRL,.ERR)
|
---|
| 8 | S ILST=1,LST(1)=$G(TMP)
|
---|
| 9 | S I=0 F S I=$O(TMP(I)) Q:'I S ILST=ILST+1,LST(ILST)=TMP(I,0)
|
---|
| 10 | I ERR ; Generate an error of some sort
|
---|
| 11 | Q
|
---|
Note:
See
TracBrowser
for help on using the repository browser.