EditFDA_RecordTypeText

Edit FDA Record Type Text

Major Business Rule

Object Name: B7900024

Parent DLL: CTRANS

Location: Client/Server

Language: C

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.

Data Structure

D7900024 - Edit Record Type Text

Parameter NameData ItemData TypeReq/OptI/O/Both
cActionCodeACTNcharREQINPUT

A code that specifies the action that is performed. Valid values are: A Add C Change

mnRecordTypeRCRDTPMATH_NUMERICREQINPUT

The record type that indicates which structure type has been written. This record type is used in FDA and RDA.

szFDA_TextVTEXTcharREQBOTH

Variable length text, normally from FDA or RDA, that the Translation Tool set uses.

szText1VTEXTcharREQBOTH

Variable length text, normally from FDA or RDA, that the Translation Tool set uses.

szText2VTEXTcharREQBOTH

Variable length text, normally from FDA or RDA, that the Translation Tool set uses.

szSuffixVTEXTcharOPTBOTH

Variable length text, normally from FDA or RDA, that the Translation Tool set uses.

Related Functions

None

Related Tables

None
MenuItemHotKey

MenuItemHotKey

Edit FDA Record Type Text

Major Business Rule

Object Name: B7900024

Parent DLL: CTRANS

Location: Client/Server

Language: C

1.Functional Description

1.1Purpose
Add the English Hot Key into the Translation 

1.2Setup Notes and Prerequisites

English and Translation must be passed in.

1.3Special Logic

This function should be called exiting the control that contains the "Hot Key" item.

Data Structure

D7900024A - Menu HyperItem Hotkey

Parameter NameData ItemData TypeReq/OptI/O/Both
szEnglishMenuItem_VTEXTVTEXTcharREQINPUT

Variable length text, normally from FDA or RDA, that the Translation Tool set uses.

szTranslationMenuItem_VTEXTVTEXTcharREQBOTH

Variable length text, normally from FDA or RDA, that the Translation Tool set uses.

Related Functions

None

Related Tables

None