| GETSTAT |
This entry point returns the status of an entry in
file 8925.1 in external format.
|
| VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
TIUIEN |
Input |
TIUIEN is the internal entry point from file 8925.1.
|
$$GETSTAT |
Output |
This return the item status in external format.
|
|
OBJBYIEN |
This entry point returns the TIU Object description
in a formatted output.
|
| VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
TIUOUT |
Both |
This is the output array. The format is
TIUOUT(TIUIEN,fn)=text.
TIUIEN is the internal IEN number. fn is the field number from file 8925.1.
This API will only return field numbers .01, .07, and 9.
|
|
OBJBYNAM |
This entry point checks to see if the object exist in
file 8925.1. If the object exists it will return the object description in a
formatted array.
|
| VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
TIUOUT |
Both |
The is the output array. The format is.
TIUOUT(TIUIEN,fn)=text.
TIUIEN is the internal IEN number. fn is the field number from file 8925.1.
This API will only return field numbers .01, .07, and 9.
|
TIUNAME |
Input |
This is the external name for the TIU Object.
|
$$OBJBYNAM |
Output |
Returns a -1 if the item does not exist in file
8925.1 or if the item exist and it is not a TIU Object. Returns the internal
entry number if the item exists and it is a TIU Object.
|
|
OBJSTAT |
This entry will return if the TIU Object exist in
file 8925.1 and if the object is active or inactive.
|
| VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
TIUNAME |
Input |
This is the external name for the TIU Object.
|
$$OBJSTAT |
Output |
Returns a -1 if the item does not exist in file
8925.1 or if the item exists and it is not a TIU Object. Returns a 0 if the
object exist and the status is inactive. Returns a 1 if the object exist and
it status is active.
|
|
TEMPSTAT |
This entry point will return if a TIU Template exist
in file 8927.1. It will also return the TIU Template status.
|
| VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
TIUNAME |
Input |
This is the external name for the TIU Template field.
|
$$TEMPSTAT |
Output |
Returns a -1 if the item does not exist in file
8925.1 or if the item exists and it is not a TIU Object. Returns a 0 if the
object exist and the status is inactive. Returns a 1 if the object exist and
it status is active.
|
|