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:
Rich
2012-01-23 13:41:41 +00:00
parent d654beddc0
commit 662af0e334
5 changed files with 1821 additions and 4 deletions

View File

@@ -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)