jj 17.11
This commit is contained in:
@@ -123,11 +123,10 @@ Public Class frmEntities
|
||||
|
||||
Me.btnGenerate.Visible = True
|
||||
|
||||
|
||||
If PARENT_IDTextBox.Text = 0 And (ComboBox1.SelectedValue = 1 Or ComboBox1.SelectedValue = 4) Then
|
||||
Me.btnGenerate.Visible = True
|
||||
Else
|
||||
btnGenerate.Visible = False
|
||||
Me.btnGenerate.Visible = False
|
||||
End If
|
||||
Catch ex As Exception
|
||||
MsgBox("Error in Load_Forms:" & vbNewLine & ex.Message, MsgBoxStyle.Critical)
|
||||
@@ -190,7 +189,7 @@ Public Class frmEntities
|
||||
DD_DMSDataSet.TBPMO_FORM_VIEW.ADDED_WHOColumn.DefaultValue = Environment.UserName
|
||||
DD_DMSDataSet.TBPMO_FORM.SHOW_FORM_CONSTRUCTColumn.DefaultValue = True
|
||||
DD_DMSDataSet.TBPMO_FORM.SINGLE_RECORDColumn.DefaultValue = False
|
||||
Me.GroupBox1.Visible = True
|
||||
'Me.GroupBox1.Visible = True
|
||||
insert = True
|
||||
End Sub
|
||||
Private Sub SaveLayout()
|
||||
@@ -261,7 +260,7 @@ Public Class frmEntities
|
||||
Else
|
||||
Me.TBPMO_FORM_VIEWBindingSource.EndEdit()
|
||||
If DD_DMSDataSet.TBPMO_FORM_VIEW.GetChanges Is Nothing = False Then
|
||||
Me.CHANGED_WHOTextBoxPMOFormView.Text = Environment.UserName
|
||||
'Me.CHANGED_WHOTextBoxPMOFormView.Text = Environment.UserName
|
||||
Me.TBPMO_FORM_VIEWBindingSource.EndEdit()
|
||||
TBPMO_FORM_VIEWTableAdapter.Update(DD_DMSDataSet.TBPMO_FORM_VIEW)
|
||||
changes = True
|
||||
|
||||
Reference in New Issue
Block a user