MS_13.10.2015

This commit is contained in:
SchreiberM
2015-10-13 15:42:01 +02:00
parent b050f2d543
commit c74e5434b9
30 changed files with 6236 additions and 922 deletions

View File

@@ -172,9 +172,6 @@ Public Class frmFormInput
Public Sub LoadFormProperties()
'Dim NAME_SQL As String = "SELECT NAME FROM TBPMO_FORM WHERE GUID = " & CURRENT_FORM_ID
Dim TITLE_SQL As String = "SELECT FORM_TITLE FROM TBPMO_FORM_VIEW WHERE FORM_ID = " & thisformid
Console.WriteLine(thisformid)
'Dim name = ClassDatabase.Execute_Scalar(NAME_SQL)
Dim title = ClassDatabase.Execute_Scalar(TITLE_SQL)
@@ -373,17 +370,6 @@ Public Class frmFormInput
End Sub
Private Sub Control_Click(sender As Object, e As EventArgs)
' TODO: CLICK CONTROL
End Sub
Private Sub Groupbox_DragDrop(sender As Object, e As DragEventArgs)
' TODO: DRAG DROP GROUPBOX
End Sub
Private Sub Control_PressTab(ByVal sender As Object, ByVal e As PreviewKeyDownEventArgs)
Console.WriteLine(sender.ToString)
End Sub
#End Region
@@ -544,7 +530,6 @@ Public Class frmFormInput
Dim ContextMenu As ContextMenuStrip = MenuItem.Owner
Dim SourceControl As Control = ContextMenu.SourceControl
Dim MasterDataId As Integer = SourceControl.Tag
Console.WriteLine(MasterDataId)
CURRENT_MASTER_FORM_ID = MasterDataId
frmQuickInput.ShowDialog()
End Sub