Get_Field_Prefix_Scan_Data

Gets the prefixed data for the specified field. This action is only valid when using IBM 5250 or 5555 emulation.

Parameters

Field Index

The index of the field.

Format

Get_Field_Prefix_Scan_Data (Field Index)

Return Value

Returns the data prefixed when the field is scanned.

Example

Script(Get_Field_Prefix_Scan_Data_Test)
String(strPrefix)
Boolean(bOK)
Activate(From_Menu)
bOK = Set_Field_Prefix_Scan_Data(0, "SCAN")
strPrefix = Get_Field_Prefix_Scan_Data(0)
Ask_OK(strPrefix, "String that will be prefixed to scan data in field")
Return

See Also

Get_Field_Data_ID, Get_Field_Prefix_Scan_Data, Get_Num_Field_Data_IDs, Get_Num_Field_Symbology_IDs, Get_Field_Com_Data_Field, Get_Field_Symbology_ID, Get_Num_Fields, Set_Field_Symbology_ID, Set_Field_Data_ID, Get_Field_Symbology_Operator, Set_Field_Append_Scan_Data, Set_Field_Com_Data_Field, Set_Field_Prefix_Scan_Data, Get_Field_Append_Scan_Data

 


Was this article useful?    

The topic was:

Inaccurate

Incomplete

Not what I expected

Other

Privacy and Legal