
Context: | 
Class Property |

Library/Class: | 
FileStructure Class |
FileStructure.FNFX[ ] As String, Read/Write
This property refers to the field exchange option for the fields in the Selected Field List in the Integra profile. The number of elements reflects the number of fields in the Selected Field List. If the fieldnames include ohne of the field exchange type extensions (.NFXBOTH, .NFXNOTES, .NFXCOM), the name extension is stripped from the fieldname (stored in .Fname[]) and the selected option translated into the .FNFX[] property:
| Extension | Code |
| .NFXNOTES | N |
| .NFXCOM | C |
| .NFXBOTH | B |
| None of the above | Blank String ("") |
Note: the index starts with 0 (zero) for the first field in the Selected Field List.
|