Example #1
0
 public virtual void Fill()
 {
     this.PreFill();
     this.dsS_PLACA_KONACNI_POREZ_REKAPITULACIJA_PO_RADNICIMADataSet1 = new S_PLACA_KONACNI_POREZ_REKAPITULACIJA_PO_RADNICIMADataSet();
     this.m_StartRow    = 0;
     this.Cursor        = Cursors.WaitCursor;
     this.m_GridLoading = true;
     ThreadPool.QueueUserWorkItem(new WaitCallback(this.FillDataThread), Thread.CurrentPrincipal);
 }
Example #2
0
 public virtual int Fill(S_PLACA_KONACNI_POREZ_REKAPITULACIJA_PO_RADNICIMADataSet dataSet)
 {
     if (this.fillDataParameters == null)
     {
         throw new ArgumentException();
     }
     this.Fill(dataSet, this.fillDataParameters[0].Value.ToString());
     return(0);
 }
Example #3
0
 public virtual int Fill(DataSet dataSet)
 {
     this.S_PLACA_KONACNI_POREZ_REKAPITULACIJA_PO_RADNICIMASet = (S_PLACA_KONACNI_POREZ_REKAPITULACIJA_PO_RADNICIMADataSet)dataSet;
     if (this.S_PLACA_KONACNI_POREZ_REKAPITULACIJA_PO_RADNICIMASet != null)
     {
         return(this.Fill(this.S_PLACA_KONACNI_POREZ_REKAPITULACIJA_PO_RADNICIMASet));
     }
     this.S_PLACA_KONACNI_POREZ_REKAPITULACIJA_PO_RADNICIMASet = new S_PLACA_KONACNI_POREZ_REKAPITULACIJA_PO_RADNICIMADataSet();
     this.Fill(this.S_PLACA_KONACNI_POREZ_REKAPITULACIJA_PO_RADNICIMASet);
     dataSet.Merge(this.S_PLACA_KONACNI_POREZ_REKAPITULACIJA_PO_RADNICIMASet);
     return(0);
 }
Example #4
0
 public virtual int FillPage(DataSet dataSet, int startRow, int maxRows)
 {
     this.S_PLACA_KONACNI_POREZ_REKAPITULACIJA_PO_RADNICIMASet = (S_PLACA_KONACNI_POREZ_REKAPITULACIJA_PO_RADNICIMADataSet)dataSet;
     if (this.S_PLACA_KONACNI_POREZ_REKAPITULACIJA_PO_RADNICIMASet != null)
     {
         return(this.FillPage(this.S_PLACA_KONACNI_POREZ_REKAPITULACIJA_PO_RADNICIMASet, startRow, maxRows));
     }
     this.S_PLACA_KONACNI_POREZ_REKAPITULACIJA_PO_RADNICIMASet = new S_PLACA_KONACNI_POREZ_REKAPITULACIJA_PO_RADNICIMADataSet();
     this.FillPage(this.S_PLACA_KONACNI_POREZ_REKAPITULACIJA_PO_RADNICIMASet, startRow, maxRows);
     dataSet.Merge(this.S_PLACA_KONACNI_POREZ_REKAPITULACIJA_PO_RADNICIMASet);
     return(0);
 }
Example #5
0
 public virtual int Fill(S_PLACA_KONACNI_POREZ_REKAPITULACIJA_PO_RADNICIMADataSet dataSet, string iDOBRACUN)
 {
     this.Initialize();
     this.connDefault = this.dsDefault.GetReadWriteConnection(this.daCurrentTransaction);
     this.S_PLACA_KONACNI_POREZ_REKAPITULACIJA_PO_RADNICIMASet = dataSet;
     this.rowS_PLACA_KONACNI_POREZ_REKAPITULACIJA_PO_RADNICIMA = this.S_PLACA_KONACNI_POREZ_REKAPITULACIJA_PO_RADNICIMASet.S_PLACA_KONACNI_POREZ_REKAPITULACIJA_PO_RADNICIMA.NewS_PLACA_KONACNI_POREZ_REKAPITULACIJA_PO_RADNICIMARow();
     this.SetFillParameters(iDOBRACUN);
     this.AV8IDOBRAC = iDOBRACUN;
     try
     {
         this.executePrivate(0, -1);
     }
     finally
     {
         this.Cleanup();
     }
     return(0);
 }