PM_CreateLov

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.

Obsolete

Updated with C# coding concepts. HiSi 151107

Const.PM_CreateLov

An application or the framework sends the Const.PM_CreateLov message to a data item or the MDI window to shown the list-of-values dialog.

Parameters

Name Description
hWnd = SalNumberToWindowHandle( wParam )

Sal.WindowHandleToNumber( Sys.wParam)

Window handle of the data item for which to invoke the LOV.
sReference = SalNumberToHString( lParam )

Sys.wParam.ToWindowHandle()

LOV reference on the format <view>(<parent keys>)

Returns

Unused (the Framework ignores the return value of this message)

Comments

This message is obsolete. Applications should use PM_DataItemLov instead.