C-DEngine 5.105

TheNMIEngine..::..AddNewWizardPage Method

Adds a new wizard page to the Form

Namespace:  nsCDEngine.Engines.NMIService
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public static cdeConcurrentDictionary<string, TheFieldInfo> AddNewWizardPage(
	TheThing pBaseThing,
	TheFormInfo pForm,
	int pPrevPage,
	int pPageNumber,
	int pNextPage,
	string pPageTitle,
	string pDisplayCondition
)
Public Shared Function AddNewWizardPage ( _
	pBaseThing As TheThing, _
	pForm As TheFormInfo, _
	pPrevPage As Integer, _
	pPageNumber As Integer, _
	pNextPage As Integer, _
	pPageTitle As String, _
	pDisplayCondition As String _
) As cdeConcurrentDictionary(Of String, TheFieldInfo)
public:
static cdeConcurrentDictionary<String^, TheFieldInfo^>^ AddNewWizardPage(
	TheThing^ pBaseThing, 
	TheFormInfo^ pForm, 
	int^ pPrevPage, 
	int^ pPageNumber, 
	int^ pNextPage, 
	String^ pPageTitle, 
	String^ pDisplayCondition
)

Parameters

pBaseThing
Type: nsCDEngine.Engines.ThingService..::..TheThing
Owner Thing
pForm
Type: nsCDEngine.Engines.NMIService..::..TheFormInfo
Form the Wizard page will be added to
pPrevPage
Type: Int32
Back button will show this page
pPageNumber
Type: Int32
Aktual Page number
pNextPage
Type: Int32
Next button will show this page. If zero, the finish button will show
pPageTitle
Type: String
Title of the Page
pDisplayCondition
Type: String
A jump condition. "NPage:Condition" . If Condition is true, the page on next will be "NPage"

Return Value