Enhanced Document support

Null check
Move DisplayText.cs to CSLA
Enhanced Documents – don’t allow ‘Save’ RO on enhanced step
Enhanced Documents windowing
Enhanced Documents remove unnecessary options
Enhanced Documents – don’t allow ‘Save’ transition on enhanced step
Enhanced Documents/Insert,Delete,Paste
This commit is contained in:
2016-01-20 16:43:23 +00:00
parent 77cdf81736
commit 6366af8b47
17 changed files with 1132 additions and 243 deletions

View File

@@ -186,7 +186,8 @@ namespace VEPROMS.CSLA.Library
AddingSub = 8,
AddingTable = 16,
AddingNext = 32,
AddingPrev = 64
AddingPrev = 64,
EnhancedLinkedStep = 128 // this will flag that this is a linked step & should not allow inserts/deletes
}
[Flags]
public enum E_ReplaceFlags : uint