Applies to
Window
Description
Sets or returns the browse list of Native Table keys for QBF (Query By Form).
Usage
browse_list = Get_Property (ctrlentID, "QBFLIST")
old_list = Set_Property (ctrlentID, "QBFLIST", new_list)
Returns
Values returned by Set_Property and Get_Property:
Value | Description |
---|---|
List | An @FM-delimited list of key IDs. |
Setting the QBFLIST property will place the window into QBF mode.
To sort the QBF list, extract the current key (ID property) and QBF list (QBFLIST property). After sorting the keys, possibly with the V119 subroutine, set the QBFLIST property to the new list, locate the current key in the list, and set the QBFPOS to that position (of the current key in the newly sorted list).
Note: If the QBFINIT event is set prior to the QBFLIST property being sent, disabled fields will become enabled.
See also
IXLOOKUP event, QBFABS event, QBFCLOSE event, QBFFIRST event, QBFINIT event, QBFLAST event, QBFNEXT event, QBFPREV event, QBFRUN event