ORWD ; SLC/KCM - Utilities for Windows Dialogs ;7/2/01 13:31
Source file <ORWD.m>
| Name | Comments | DBIA/ICR reference |
|---|---|---|
| DT(Y,X) | ; Returns internal Fileman Date/Time
|
|
| PROVKEY(VAL,USERID) | ; Returns 1 if user possesses the provider key
|
|
| KEY(VAL,KEYNAME,USERID) | ; Returns 1 if user possesses the key
|
|
| OI(Y,XREF,DIR,FROM) | ; Return a bolus of orderable items
; .Return Array, Cross Reference (S.xxx), Direction, Starting Text |
|
| ODEF(Y,DLG) | ; Return the definition for a dialog
|
|
| DEF(Y,DLG) | ; Return format mapping for a dialog
; Y(n): CtrlName^DlgPtr^FmtSeq^Fmt^Omit^Lead^Trail^Mult?^chd1~chd2~... |
|
| FORMID(VAL,ORIFN) | ; procedure
; Returns the Dialog Form ID |
|
| GET4EDIT(LST,ORIFN) | ; procedure
; return responses in format that can be used by dialog |
|
| EXTDT(X) | ; Return an external date time that can be interpreted by %DT
|
|
| SAVE(Y,DFN,ORNP,LOC,DLG,ORWDACT,RSP) | ; procedure
; Save order |
|
| SIGN(ERRLST,DFN,ORNP,LOC,ORWSIGN) | ; procedure
; Sign orders (ORIFN;ACT^RELSTS^SIGSTS^NATR) |
|
| VALIDACT(VAL,ORIFN,ACTION) | ;procedure
; Return 1 if action is valid for this order, otherwise 0^error |
|
| SAVEACT(LST,ORIFN,ACTION,REASON,DFN,ORNP,LOC) | ;procedure
; Save this action for the order (it is still unsigned/unreleased) |
| RPC Name | Call Tags |
|---|---|
| ORWD DEF | DEF |
| ORWD SAVE | SAVE |
| ORWD SIGN | SIGN |
| ORWD OI | OI |
| ORWD FORMID | FORMID |
| ORWD GET4EDIT | GET4EDIT |
| ORWD VALIDACT | VALIDACT |
| ORWD SAVEACT | SAVEACT |
| ORWD DT | DT |
| ORWD PROVKEY | PROVKEY |
| ORWD KEY | KEY |