ArcFM Engine Developer Guide
Submit(DataSet,Boolean,Boolean) Method


The dataset to submit
Set to true if calling this method during the display of an edit form. Thus, the response dataset is not processed if the submit raises an exception. This way, the user can attempt to correct the problem in the edit form and resubmit.
Submits a dataset.
Syntax
'Declaration
 
Overloads Sub Submit( _
   ByVal dataSet As DataSet, _
   ByVal refreshExplorer As Boolean, _
   ByVal isEditFormSubmit As Boolean _
) 
'Usage
 
Dim instance As IExplorerDataSubmit
Dim dataSet As DataSet
Dim refreshExplorer As Boolean
Dim isEditFormSubmit As Boolean
 
instance.Submit(dataSet, refreshExplorer, isEditFormSubmit)
void Submit( 
   DataSet dataSet,
   bool refreshExplorer,
   bool isEditFormSubmit
)

Parameters

dataSet
The dataset to submit
refreshExplorer
isEditFormSubmit
Set to true if calling this method during the display of an edit form. Thus, the response dataset is not processed if the submit raises an exception. This way, the user can attempt to correct the problem in the edit form and resubmit.
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

IExplorerDataSubmit Interface
IExplorerDataSubmit Members
Overload List

 

 


Send Comment