Ejemplo n.º 1
0
 public void AddLineAndNew(object sender, EventArgs e)
 {
     if (this.InValidState())
     {
         this.SetFocusInFirstField();
         this.m_CurrentRow = (SHEMAIRADataSet.SHEMAIRASHEMAIRAKONTIRANJERow)((DataRowView)this.bindingSourceSHEMAIRASHEMAIRAKONTIRANJE.AddNew()).Row;
         this.m_CurrentRow.SetParentRow(this.m_ParentRow);
     }
 }
Ejemplo n.º 2
0
 public void Initialize(DeklaritMode mode, DataRow parentRow, bool isCopy)
 {
     this.m_ParentRow        = parentRow;
     this.dsSHEMAIRADataSet1 = (SHEMAIRADataSet)this.m_ParentRow.Table.DataSet;
     this.bindingSourceSHEMAIRASHEMAIRAKONTIRANJE.DataSource = DataSetUtil.GetSubTreeDataView(this.m_ParentRow, this.dsSHEMAIRADataSet1.Tables["SHEMAIRASHEMAIRAKONTIRANJE"]);
     this.bindingSourceSHEMAIRASHEMAIRAKONTIRANJE.DataMember = "";
     this.RegisterBindingSources();
     this.m_Mode        = mode;
     this.m_BaseMethods = new GenericFormClass(this.m_FrameworkDescription, this.m_FirstLevelName, "SHEMAIRA", this.m_Mode, this.dsSHEMAIRADataSet1, this.dsSHEMAIRADataSet1.SHEMAIRASHEMAIRAKONTIRANJE.Columns, this.Controls, this.m_DataGrids, this.m_AutoNumber);
     this.m_BaseMethods.FormLoadStyle();
     if ((this.m_BaseMethods.IsUpdate() || this.m_BaseMethods.IsDelete()) || (this.m_BaseMethods.IsSelect() || isCopy))
     {
         this.m_CurrentRow = (SHEMAIRADataSet.SHEMAIRASHEMAIRAKONTIRANJERow)((DataRowView)this.bindingSourceSHEMAIRASHEMAIRAKONTIRANJE.Current).Row;
     }
     if (this.m_BaseMethods.IsInsert() && !isCopy)
     {
         this.m_CurrentRow = (SHEMAIRADataSet.SHEMAIRASHEMAIRAKONTIRANJERow)((DataRowView)this.bindingSourceSHEMAIRASHEMAIRAKONTIRANJE.AddNew()).Row;
         this.m_CurrentRow.SetParentRow(this.m_ParentRow);
     }
     this.SetFocusInFirstField();
 }