Example #1
0
 public SqlDataReader gridFillApproveDoc1(int intApprove)
 {
     DLDocument dlsr = new DLDocument();
        try
        {
        SqlDataReader dr = dlsr.gridFillApproveDoc1(intApprove);
        return dr;
        }
        catch
        {
        throw;
        }
        finally
        {
        //dlsr = null;
        }
 }
Example #2
0
 public SqlDataReader getDocDetailsForUpdate1(int intDocumentID)
 {
     DLDocument dlsr = new DLDocument();
        try
        {
        SqlDataReader dr = dlsr.getDocDetailsForUpdate1(intDocumentID);
        return dr;
        }
        catch
        {
        throw;
        }
        finally
        {
        dlsr = null;
        }
 }
Example #3
0
 public SqlDataReader getDocument1()
 {
     DLDocument dld = new DLDocument();
        try
        {
        SqlDataReader dr = dld.getDocument1();
        return dr;
        }
        catch
        {
        throw;
        }
        finally
        {
        dld = null;
        }
 }
Example #4
0
 public SqlDataAdapter getDocDocument1(string strDocument)
 {
     SqlDataAdapter da = new SqlDataAdapter();
        DLDocument dltow = new DLDocument();
        try
        {
        dltow.getDocDocument1(strDocument);
        return da;
        }
        catch
        {
        throw;
        }
        finally
        {
        //dltow = null;
        }
 }
Example #5
0
 public void updateDocument1(int intDocumentID, string strDocument, int intIsDeleted, int intApprove)
 {
     DLDocument dlc = new DLDocument();
        try
        {
        dlc.updateDocument1(intDocumentID, strDocument, intIsDeleted, intApprove);
        }
        catch
        {
        throw;
        }
        finally
        {
        dlc = null;
        }
 }
Example #6
0
 public string saveDocument1(string strDocument, int intIsDeleted, int intApprove)
 {
     DLDocument dld = new DLDocument();
     try
     {
         msg = dld.saveDocument1(strDocument, intIsDeleted, intApprove);
     }
     catch
     {
         throw;
     }
     finally
     {
         dld = null;
     }
     return msg;
 }
Example #7
0
 public SqlDataReader isDelDocNameChecked1(string strDocument, int intIsDeleted)
 {
     DLDocument dlc = new DLDocument();
        try
        {
        SqlDataReader dr = dlc.isDelDocNameChecked1(strDocument,intIsDeleted);
        return dr;
        }
        catch
        {
        throw;
        }
        finally
        {
        //dlc = null;
        }
 }
Example #8
0
 public SqlDataReader isDelDocAppChkChecked1(int intApprove, int intIsDeleted)
 {
     DLDocument dlc = new DLDocument();
        try
        {
        SqlDataReader dr = dlc. isDelDocAppChkChecked1( intApprove, intIsDeleted);
        return dr;
        }
        catch
        {
        throw;
        }
        finally
        {
        //dlc = null;
        }
 }