fix replacing of user values in automatic index sql
This commit is contained in:
parent
5f17b614fb
commit
49d2c70c33
@ -791,25 +791,6 @@ Public Class frmAdministration
|
||||
Case 7 : value = "$Usercode"
|
||||
End Select
|
||||
|
||||
'Select Case lbFileparameter.SelectedItem.ToString.ToUpper
|
||||
' Case "Dateiname (mit Endung)".ToUpper
|
||||
' value = "$filename_ext"
|
||||
' Case "Dateiname (ohne Endung)".ToUpper
|
||||
' value = "$filename"
|
||||
' Case "Dateiendung".ToUpper
|
||||
' value = "$extension"
|
||||
' Case "Datei Erstelldatum".ToUpper
|
||||
' value = "$FileCreateDate"
|
||||
' Case "Datei Erstellt wer".ToUpper
|
||||
' value = "$FileCreatedWho"
|
||||
' Case "Aktuelles Datum (DD.MM.YYYY)".ToUpper
|
||||
' value = "$DateDDMMYYY"
|
||||
' Case "Username"
|
||||
' value = "$Username"
|
||||
' Case "Usercode"
|
||||
' value = "$Usercode"
|
||||
'End Select
|
||||
|
||||
If value <> "" Then
|
||||
VALUETextBox.Text = value
|
||||
Save_IndexAuto()
|
||||
|
||||
@ -1,15 +1,10 @@
|
||||
Imports System.Windows.Forms
|
||||
Imports System.Data.SqlClient
|
||||
Imports System.IO
|
||||
Imports System.IO
|
||||
Imports System.Text.RegularExpressions
|
||||
Imports Independentsoft
|
||||
Imports Oracle.ManagedDataAccess.Client
|
||||
Imports System.Text
|
||||
Imports System.Security.AccessControl
|
||||
Imports System.Security.Principal
|
||||
Imports System.DirectoryServices
|
||||
Imports DevExpress.XtraEditors.Controls
|
||||
Imports System.ComponentModel
|
||||
Imports DigitalData.Modules.Logging
|
||||
|
||||
Public Class frmIndex
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user