Creates a new instance of the form entry editor form.
Syntax
Visual Basic (Usage) | Copy Code |
---|
Dim formEntryToLoad As FormEntry
Dim fieldsToLoad() As String
Dim iqf As ESRI.ArcGIS.ADF.Web.DataSources.IQueryFunctionality
Dim layerID As String
Dim instance As New FormEntryEditorForm(formEntryToLoad, fieldsToLoad, iqf, layerID) |
Parameters
- formEntryToLoad
- The form entry object to load.
- fieldsToLoad
- The fields to display in the drop-down list of fields.
- iqf
- The query functionality used by the query task.
- layerID
- ID of the layer to query.
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also