C-DEngine 5.105

TheFormInfo..::..Reload Method (TheProcessMessage, Boolean, Guid)

Reloads TheFormInfo if the userID in TheProcessMessage has the permission to the data in TheFormInfo

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

Syntax


public bool Reload(
	TheProcessMessage pMSG,
	bool bForceLoad,
	Guid ContainerControlGuid
)
Public Function Reload ( _
	pMSG As TheProcessMessage, _
	bForceLoad As Boolean, _
	ContainerControlGuid As Guid _
) As Boolean
public:
bool^ Reload(
	TheProcessMessage^ pMSG, 
	bool^ bForceLoad, 
	Guid^ ContainerControlGuid
)

Parameters

pMSG
Type: nsCDEngine.ViewModels..::..TheProcessMessage
Required to get the requesting UserID. If null the function will return false
bForceLoad
Type: Boolean
Sends the full data Set and flags the UX to destroy and recreate the form/table
ContainerControlGuid
Type: Guid
Guid of TheFieldInfo that contains the Table if Table is in a Form

Return Value

true if data was sent to the browser