Remove unused parameter from PromsPrinter constructor
Remove unused parameter from frmPDFStatusForm constructor Remove event handler for cbxCheckedChanged Set cbxCmpPRMSpfd to invisible since it is no longer needed Remove unused parameter from frmPDFStatusForm constructor Remove unused parameter from PromsPrinter constructor Rename log static field to _MyLog Set the Error Log file name to the Database name and the date of the previous Sunday - This will create a new error log file for each database each week
This commit is contained in:
@@ -1072,7 +1072,6 @@ namespace VEPROMS
|
||||
this.cbxDebug.TabIndex = 98;
|
||||
this.cbxDebug.Text = "Compare PDF";
|
||||
this.cbxDebug.UseVisualStyleBackColor = false;
|
||||
this.cbxDebug.CheckedChanged += new System.EventHandler(this.cbxDebug_CheckedChanged);
|
||||
//
|
||||
// cbxOrPgBrk
|
||||
//
|
||||
@@ -1109,6 +1108,7 @@ namespace VEPROMS
|
||||
this.cbxCmpPRMSpfd.TabIndex = 100;
|
||||
this.cbxCmpPRMSpfd.Text = "PROMS PDF to PROMS PDF";
|
||||
this.cbxCmpPRMSpfd.UseVisualStyleBackColor = false;
|
||||
this.cbxCmpPRMSpfd.Visible = false;
|
||||
//
|
||||
// DlgPrintProcedure
|
||||
//
|
||||
|
Reference in New Issue
Block a user