Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== QBFLIST property ====== ==== 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|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|IXLOOKUP event]], [[qbfabs_event|QBFABS event]], [[qbfclose_event|QBFCLOSE event]], [[qbffirst_event|QBFFIRST event]], [[qbfinit_event|QBFINIT event]], [[qbflast_event|QBFLAST event]], [[qbfnext_event|QBFNEXT event]], [[qbfprev_event|QBFPREV event]], [[qbfrun_event|QBFRUN event]] guides/programming/programmers_reference_manual/qbflist.txt Last modified: 2024/06/19 20:20by 127.0.0.1