Select the objects that you wish to see in the downloaded PDF
Info Desc Directly Accessed By Routines Accessed By FileMan Db Calls Pointer To FileMan Files Fields Found Entries Global Variables Directly Accessed Local Variables
The newer CPRS ordering dialogs use a Windows Listview control for displaying lists of orderable items and quick orders. Using this control will help us rely less on custom built controls to handle long lists of items. While the Listview control is able to operate on long lists of items, it must know at the outset how many items are potentially going to display and must be able to map from any sequence number produced by the Listview control to a specific item in the list. The ORDER QUICK VIEW file (101.44) provides this mapping. It maps a subset of orderable items or quick orders in alphabetical order to specific sequence numbers.
INPUT TRANSFORM: K:$L(X)>30!(X?.N)!($L(X)<3)!'(X'?1P.E) X
HELP-PROMPT: NAME MUST BE 3-30 CHARACTERS, NOT NUMERIC OR STARTING WITH PUNCTUATION
DESCRIPTION:
This is the name for the list to be displayed by a Windows Listview control.
TECHNICAL DESCR:
Quick order lists will be in the namespace, ORWDQ. Orderable item lists will be in the namespace, ORWDSET. Lists that are about to be purged will be in the namespace, ORWDOLD.