Neue Exportfunktion und UI-Verbesserungen

- `MouseWheelMode` im `DocumentViewer` auf vertikales Scrollen geändert.
- Neue Parameter (`WM_SUFFIX`, `MAP_SHAREDRIVE`, `SavetoDrive`) für Dokumentenverarbeitung hinzugefügt.
- `GridView1` durch `GridViewResult` ersetzt.
- Schaltfläche `bbtnitemExportFiles` für Datei-Export hinzugefügt.
- Logik für temporäre Kopien (`CopyWM2Temp`) in `frmDocumentResultList` implementiert.
- Ressourcen und Layouts in mehreren Dateien aktualisiert.
- Neue Schaltfläche `BarButtonItem6` in `frmSQLEditor` hinzugefügt.
This commit is contained in:
Developer01
2026-06-05 11:21:39 +02:00
parent 45485400e1
commit a6f3031860
11 changed files with 357 additions and 188 deletions

View File

@@ -70,7 +70,11 @@ Public Class ProfileSearches
.WindowGuid = oWindowGuid,
.WindowTitle = pFormTitle,
.OperationModeOverride = pOperationMode,
.ProfileGuid = pProfile.Guid
.ProfileGuid = pProfile.Guid,
.WM_SUFFIX = _Environment.Settings.WM_SUFFIX,
.MAP_SHAREDRIVE = _Environment.Settings.MAP_SHAREDRIVE,
.MAP_BLACKLIST = _Environment.Settings.MAP_BLACKLIST,
.SavetoDrive = _Environment.Settings.SavetoDrive
}
For Each oSearch In oSearches