Click or drag to resize
ActionOnCopy Enumeration

[This is preliminary documentation and is subject to change.]

Specifies which form is displayed after a copy operation

Namespace: CSC.SC.TOPICA4.Template
Assembly: CSC.SC.TOPICA4.Template (in CSC.SC.TOPICA4.Template.dll) Version: 4.30.6239.27196
Syntax
C#
public enum ActionOnCopy
Members
  Member nameValueDescription
Display_Current0 Displays the current (source) record after copying
Display_New1 Displays the new (destination) record after copying
Display_List2 Display list of records after copying (only makes sense when relation is 1:N and DisplayAtTop)
See Also