MS nextDocument
This commit is contained in:
parent
d967e82df0
commit
8f04081bbc
@ -333,6 +333,9 @@ Public Class frmValidator
|
|||||||
PROFIL_VEKTORINDEX = dr.Item("PM_VEKTOR_INDEX")
|
PROFIL_VEKTORINDEX = dr.Item("PM_VEKTOR_INDEX")
|
||||||
PROFIL_LOGINDEX = dr.Item("LOG_INDEX")
|
PROFIL_LOGINDEX = dr.Item("LOG_INDEX")
|
||||||
Me.Text = "Process Manager - " & dr.Item("TITLE")
|
Me.Text = "Process Manager - " & dr.Item("TITLE")
|
||||||
|
|
||||||
|
TITLELabel1.Text = dr.Item("TITLE")
|
||||||
|
DESCRIPTIONLabel.Text = IIf(IsDBNull(dr.Item("DESCRIPTION")), "", dr.Item("DESCRIPTION"))
|
||||||
If PROFIL_VEKTORINDEX.GetType.ToString.ToLower = "system.dbnull" Then
|
If PROFIL_VEKTORINDEX.GetType.ToString.ToLower = "system.dbnull" Then
|
||||||
PROFIL_VEKTORINDEX = ""
|
PROFIL_VEKTORINDEX = ""
|
||||||
End If
|
End If
|
||||||
@ -361,10 +364,12 @@ Public Class frmValidator
|
|||||||
allgFunk.Insert_LogEntry(CURRENT_ProfilGUID, "Error loading final profile text: " & ex.Message, Environment.UserName)
|
allgFunk.Insert_LogEntry(CURRENT_ProfilGUID, "Error loading final profile text: " & ex.Message, Environment.UserName)
|
||||||
ClassLogger.Add(">> Fehler in loading final profile text: " & ex.Message, True)
|
ClassLogger.Add(">> Fehler in loading final profile text: " & ex.Message, True)
|
||||||
End Try
|
End Try
|
||||||
|
ToolStripButtonJumpFile.Enabled = True
|
||||||
If CURRENT_JUMP_DOC_GUID <> 0 Then
|
If CURRENT_JUMP_DOC_GUID <> 0 Then
|
||||||
|
ToolStripButtonJumpFile.Enabled = False
|
||||||
Anzahl_ValDoks = 1
|
Anzahl_ValDoks = 1
|
||||||
Else
|
Else
|
||||||
|
|
||||||
Anzahl_ValDoks = TBPM_PROFILE_FILESTableAdapter.cmdGet_Anzahl(CURRENT_ProfilGUID)
|
Anzahl_ValDoks = TBPM_PROFILE_FILESTableAdapter.cmdGet_Anzahl(CURRENT_ProfilGUID)
|
||||||
End If
|
End If
|
||||||
|
|
||||||
@ -395,8 +400,8 @@ Public Class frmValidator
|
|||||||
|
|
||||||
Catch ex As Exception
|
Catch ex As Exception
|
||||||
MsgBox("Error LOADING Profile-Data1:" & vbNewLine & ex.Message, MsgBoxStyle.Critical, "Attention:")
|
MsgBox("Error LOADING Profile-Data1:" & vbNewLine & ex.Message, MsgBoxStyle.Critical, "Attention:")
|
||||||
allgFunk.Insert_LogEntry(CURRENT_ProfilGUID, "Error SAVING Profile-Data: " & ex.Message, Environment.UserName)
|
allgFunk.Insert_LogEntry(CURRENT_ProfilGUID, "Error LOADING(2) Profile-Data: " & ex.Message, Environment.UserName)
|
||||||
ClassLogger.Add(">> Fehler in SAVING Profile-Data: " & ex.Message, True)
|
ClassLogger.Add(">> Fehler in LOADING(2) Profile-Data: " & ex.Message, True)
|
||||||
End Try
|
End Try
|
||||||
'Me.lblerror.Visible = False
|
'Me.lblerror.Visible = False
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user