PreviousNext
Help > Development > Accessing AS/400 data > AS/400 Libraries and Files > Logical Files with OMIT or SELECT
Logical Files with OMIT or SELECT

Logical Files with omissions or selections are not considered as indexes by Easycom For WinDev.
Date are filtered by omission or selection conditions applied on the file itseld.
They are not automatically imported as indexes, but you can manually add them as indexes, as far as you are sure that all the data needed by your application is pointed to by the logical file.
To do that, created the index in the file definition in the analysis, and update the field extended info:

<EASYCOM>
LF=Logical file name
</EASYCOM>

 

You can also import those logical files as main file. A file is then created in the analysis, with one single index: itself.

Using HDeclareExternal, you can also use those logical files, without importing the definition into the analysis.