Integra for Notes Banner
  QuickReports Integra4Notes Integra Family of Products

Integra Script Library Documentation


Context:

Class Definition

Library/Class:

FileStructure Class



FileStructure As FileStructure,

FileStructure Class

FileStructure is an Integra runtime object class designed to store information related to the currently executed Integra profile. It represents the runtime copy of all settings in the Integra profile.

There is no object at runtime based on this class, but rather the FileRecord class contains a property called structure that is of type FileStructure. The FileRecord class again exist only as a property of the export object (FileExport class). To access the properties and methods of this class, one has to use the export or import object's record property and within the record property (object) the structure property (object), e.g.:

' Get the name of the first field from the list of fields as defined in the Selected Field List of the Integra profile
fdn = export.Record.Structure.FName(0) or
fdn = import.Record.Structure.FName(0)

Below is a list of all the properties and methods of the FileStructure class. They are explained in detail throughout this section and availability will be indicated.

Note: ALL properties allow Read/Write access, however, it is indicated if Read Only is Recommended. For the latter you should not modify the value of the properties unless you are very confident in the use of Integra's runtime object classes.


Properties

 
QUICK LINKS
 
 

 

  © Shireburn Software Ltd. 2008 - 2024