WizardList

Note: This page includes content based on the F1 documentation for Centura development. It may be partially converted to support APF development, but should be regarded to be of uncertain actuality. It is provided as is. Eventually, it should be replaced by documentation available from within Visual Studio.

SalBoolean WizardList( SalNumber nWhat )

The WizardList method displays a List of Values (LOV) dialog for the field that currently has focus.

Parameters

Name Description
SalNumber nWhat Standard method parameter. Possible values are Const.METHOD_Inquire, Const.METHOD_Execute.

Returns

When nWhat = Const.METHOD_Inquire: the return value is TRUE if the List operation is available, FALSE otherwise.

When nWhat = Const.METHOD_Execute: the return value is TRUE if the user clicked OK in the LOV dialog, FALSE otherwise.

Comments

This method is automatically executed when the user clicks the List button in the wizard dialog. The framework provided a default implementation of WizardList, but applications may override this method to customize LOV functionality.