Get_Field_Append_Scan_Data

Query whether data is appended when the field is scanned. This action is only valid when using IBM 5250 or 5555 emulation.

Parameters

Field Index

The numeric index of the 5250 data field, index 0 is the first field.

Format

Get_Field_Append_Scan_Data (Field Index)

Example

Script(Get_Field_Append_Scan_Data_Test)
Boolean(bAppend)
Activate(From_Menu)
bAppend = Get_Field_Append_Scan_Data(0)
If(bAppend)
Message("Appending scan data", 5)
Else
Message("Not appending scan data", 5)
End_If
Return

See Also

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

 


Was this article useful?    

The topic was:

Inaccurate

Incomplete

Not what I expected

Other

Privacy and Legal