Find_Mode - Report
Maintains the current finding mode
Type: Property
Access: Read/Write
Data Type: Integer
Parameters: None
Syntax
Property Integer Find_Mode
| Access Type | Syntax |
|---|---|
| Read Access: | Get Find_Mode to IntegerVariable |
| Write Access: | Set Find_Mode to IntegerVariable/Value |
Description
Find_mode maintains the current finding mode, where 0 =lt, 1 =le, 3 =ge, and 4 =gt. It is maintained by the find_init procedure and the find_rec function. It is only maintained if no_finding_state is false and no_constrained_find_state is true. When in constrained finding mode (the default), these properties do not need to be maintained.
This property is maintained by the Report object and you should be careful if you decide to change its value. The consequences of having it set to an invalid value are unpredictable.