/
Supporting Prompt Views
Supporting Prompt Views
If you want a batch processing wizard to operate on a set of records returned by a prompt view with the current user input, then your wizard's DoAction function should include the following code to support results from a prompt view:
If m_oApp.Command.Parameters.IndexOf("ViewSQL") < 0 Then sViewSQL = m_oApp.View(lViewID).ViewSQL Else sViewSQL = m_oApp.Command.Parameters.Item("ViewSQL").ToString() End If
Note that in the above code sample, m_oApp is a reference to the current instance of the Application Object.
, multiple selections available,
Related content
Creating Surveys
Creating Surveys
More like this
About the Web Interface General System Functionality
About the Web Interface General System Functionality
More like this
Install Methods for e-Business
Install Methods for e-Business
More like this
e-Business Server Requirements
e-Business Server Requirements
More like this
Installing the 7.0 Aptify Database Server Instance on premises
Installing the 7.0 Aptify Database Server Instance on premises
More like this
Configuring Logging Framework
Configuring Logging Framework
More like this
Copyright © 2014-2019 Aptify - Confidential and Proprietary