MS clswindream entfernt Umstieg auf Modulwindream
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
Imports DD_LIB_Standards
|
||||
Imports DevExpress.DataAccess.Native
|
||||
Imports DevExpress.DataAccess.Native
|
||||
Imports DevExpress.XtraGrid.Views.Base.ViewInfo
|
||||
Public Class frmWM_CreateVersion
|
||||
|
||||
@@ -8,8 +7,7 @@ Public Class frmWM_CreateVersion
|
||||
End Sub
|
||||
|
||||
Private Sub btnOK_Click(sender As Object, e As EventArgs) Handles btnOK.Click
|
||||
clsDatabase.GUI = True
|
||||
If clsWD_SET.Create_Version(ClassFileResult.DocumentPath, txtComment.Text) Then
|
||||
If WMMOD.NewFileVersion(ClassFileResult.DocumentPath, txtComment.Text) Then
|
||||
MsgBox("Version has been created successfully!", MsgBoxStyle.Information)
|
||||
'Dim oSql = $"SELECT dwVersionID FROM VWPMO_DOC_SEARCH WHERE DocID = {BW_DocID}"
|
||||
'Dim odwVersionId = MYDB_ECM.GetScalarValue(oSql)
|
||||
|
||||
Reference in New Issue
Block a user