
Context: | 
Class Property |

Library/Class: | 
StaticVars Class |
StaticVars.CurCatValue As String, Read Only (Recommended)
New to Integra for Notes 4.3
CurCatValue represents the value of the category or sub-category value under which the currently exported document is shown under. The property is only available when exporting all documents in a (active) view using options that will let Integra choose to use the NotesViewNavigator class.
The conditions are the following (evaluated at runtime in order of presentation):
Condition | Used Class | Exposed to UI
(No = Advanced Script Only) | CurCatValue
Available |
stats.UseAllEntries = False | NotesViewNavigator | No | Yes |
stats.ForceNavExp = True | NotesViewNavigator | Yes | Yes |
View is NOT categorised | NotesViewEntryCollection | n/a | No |
stats.SortGroup.Enabled = True | NotesViewEntryCollection | Yes | No |
stats.dosort = False | NotesViewEntryCollection | Yes | No |
stats.flatcat = True | NotesViewEntryCollection | Yes | No |
stats.FstCatOnly = True | NotesViewEntryCollection | Yes | No |
Otherwise | NotesViewNavigator | n/a | Yes |
|