APIONE |
This API takes a single item and returns which
reminder dialogs the item is used in a text report format.
Output in the following format:
^TMP($J,SUB,FINDING ITEM,X)=TEXT
SUB = is the passed in variable
FINDING = is the variable pointer format of the passed in finding item.
"1;ORD(101.41,"
X is incremented numeric value
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
SUB |
Input |
SUB=this is the temp global subscript to return the
output.
|
ITEM |
Input |
This is the internal entry number the code should
search for.
|
GBL |
Input |
This is the file global the code should search for.
Example "ORD(101.41,"
|
|
APIALL |
This API takes an array of finding items for the code
to search for in the Reminder Dialog file, file #801.41.
Output in the following format:
^TMP($J,SUB,FINDING ITEM,X)=TEXT
SUB = is the passed in variable
FINDING = is the variable pointer format of the passed in finding item.
"1;ORD(101.41,"
X is an incremented numeric value
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
SUB |
Input |
This is the temp global subscript to return the
output.
|
ITEMS |
Input |
This is an array of finding to search for. The format
is internal variable pointer format.
Example ITEMS("1;ORD(101.41,")="" ITEMS("10;ORD(101.41,")=""
|
|