
Context: | 
Class Property |

Library/Class: | 
FileRecord Class |
FileRecord.FValue[ ] As Variant, Read/Write
The FValue property represents the values of the fields read from the Notes document or of the computed fields in accordance with the Selected Field List of the Integra profile. Each index element of FValue can again be an array of values. Supported data types are Integer, Long, Single, Double, Variant (Date-Time) or String.
The FValue property is filled after the CB_BFORREADNOTES and before the CB_BFORWRITECOM event, hence to manipulate the property, advanced code has to be placed in the CB_BFORWRITECOM event.
Sample:
|