corrected jcb server name in database connection strings
allow watermarks from approval process handlers for vlnTreeView events supporting approval process approval process dialog
This commit is contained in:
@@ -50,6 +50,11 @@ namespace VEPROMS
|
||||
this.Text = "Creating PDF of " + myItem.DisplayNumber;
|
||||
_NewLocation = newLocation;
|
||||
}
|
||||
public bool AllowAllWatermarks
|
||||
{
|
||||
get { return MyPromsPrinter.AllowAllWatermarks; }
|
||||
set { MyPromsPrinter.AllowAllWatermarks = value; }
|
||||
}
|
||||
void pp_StatusChanged(object sender, PromsPrintStatusArgs args)
|
||||
{
|
||||
if (args.Type == PromsPrinterStatusType.ProgressSetup)
|
||||
|
Reference in New Issue
Block a user