FILE: IK_DYNQU.ZIP AUTHOR: Igor Kuklin (atlantb@orc.ru) TYPE: freeware, full CW2003 exe VERSION: 1.0.0 02/09/1997 DESCRIPTION: Create Dynamic Queue ------------------------ This is demo exe that create a Queue from scratch in runtime I use a DBF reader for this purpose NB - All dbf file is loaded in generated queue so loading very huge dbf file can takes a time Keep in mind: Clarion restricts the size of ?List{prop:format} string You can sort Queue (on header = MouseLeft2) You can delete and change a record (not insert) Indexes are not used and updates Use MouseRight on ?List to call POPUP menu Igor