1.1Purpose
Edit either a Grid Column or Menu Item from one field into two separate fields including any suffix from the Menu Item.
1.2Setup Notes and Prerequisites
Action Code = '1' breaks the one text field into two separate fields.
Action Code = '2' concatenates the two separate fields into one text field.
1.3Special Logic
This function should be called when focusing on a Grid Column or Hyper Item before and after user edits.
D7900024 - Edit Record Type Text
Parameter Name | Data Item | Data Type | Req/Opt | I/O/Both |
---|---|---|---|---|
cActionCode | ACTN | char | REQ | INPUT |
A code that specifies the action that is performed. Valid values are: A Add C Change | ||||
mnRecordType | RCRDTP | MATH_NUMERIC | REQ | INPUT |
The record type that indicates which structure type has been written. This record type is used in FDA and RDA. | ||||
szFDA_Text | VTEXT | char | REQ | BOTH |
Variable length text, normally from FDA or RDA, that the Translation Tool set uses. | ||||
szText1 | VTEXT | char | REQ | BOTH |
Variable length text, normally from FDA or RDA, that the Translation Tool set uses. | ||||
szText2 | VTEXT | char | REQ | BOTH |
Variable length text, normally from FDA or RDA, that the Translation Tool set uses. | ||||
szSuffix | VTEXT | char | OPT | BOTH |
Variable length text, normally from FDA or RDA, that the Translation Tool set uses. |
None |
None |