1.Functional Description
1.1Purpose
This BSFN is used to 1. retrieve the text portion of a media object. 2. Save a media object currently displayed on a form.
1.2Setup Notes and Prerequisites
1.3Special Logic
2.Technical Specifications
2.1Parameters:
Data Item Data Structure DescriptionI/ORequiredNotes
ESIDmnEmployeeSetupIDI
TSKCDmnTaskCodeI
SSBLOB2szMOTextO
2.2Related Tables
Table Table Description
2.3Related Business Functions
Source NameFunction Name
Processing
1.MathCopy (&dsMOKey.mnEmployeeSetupID, &lpDS->mnEmployeeSetupID);
2.MathCopy (&dsMOKey.mnTaskCode, &lpDS->mnTaskCode);
3.lpText = GetGenericText("GT08711", 0, (LPVOID)&dsMOKey, TRUE);
4.if (lpText != (LPSTR) NULL)
5.
^
D0800142 - Get MO Text
Parameter Name | Data Item | Data Type | Req/Opt | I/O/Both |
---|---|---|---|---|
mnEmployeeSetupID | ESID | MATH_NUMERIC | OPT | INPUT |
A code that represents the unique identifier for an employee setup record. | ||||
mnTaskCode | TSKCD | MATH_NUMERIC | OPT | INPUT |
A number that uniquely identifies the task. The system generates this number using next numbers. | ||||
szMOText | SSBLOB2 | char | OPT | NONE |
This BLOB field stores the system password. |
None |
None |