Example #1
0
 public static bool open_RPTR201()
 {
     try
     {
         m_local_report_file = "RPTR201.rpt";
         Form ClientForm = new FMMN104();
         ClientForm.Tag = "RPTR201";
         ClientForm.Text = "Dyeing Outward Slip";
         ClientForm.ShowDialog();
         return true;
     }
     catch (Exception e)
     {
         PCMSG.ShowError(e);
         return false;
     }
 }
Example #2
0
 public static bool open_RPTR603()
 {
     try
     {
         m_local_report_file = "RPTR334.rpt";
         Form ClientForm = new FMMN104();
         ClientForm.Tag = "RPTR603";
         ClientForm.Text = "Payment Slip";
         ClientForm.ShowDialog();
         return true;
     }
     catch (Exception e)
     {
         PCMSG.ShowError(e);
         return false;
     }
 }