|
This application demonstrates primarily a record-marking template that assist in marking records using ordinary Clarion list boxes. While HandyMarkerBrowse is used as a source for selecting records, this application's primary procedure ListBoxBrowseExtenderDemo() should be the focus of your study. HandyMarkerBrowse is fully illustrated in HND3.APP. Some Features Illustrated In This Application: • ListBoxBrowseExtender Has Green Bar. • ListBoxBrowseExtender Has Query Control. • ListBoxBrowseExtender Has Query Builder (Extends Query Control). • Optionally use ORDER BY In Query Control For Mult-Column Sort. • ListBoxBrowseExtender Honours Retain-Record. • ListBoxBrowseExtender Generates Data Queue Any questions, feel free to ask: news.cwhandy.com Cheers, Gus M. Creces The Clarion Handy Tools Page www.cwhandy.ca (CHT Website) news.cwhandy.ca (CHT Forum) |
| PROCEDURE (1): JumpStartSplashCHTBlue (Procedure Template: Splash) |
|||||
| Count | Instance | Class | Type | Methods | Header File |
| (0001) | HTellMe | HNDWindow | HND | 197 | HNDWINDO.INC |
| (0002) | Toolbar | ToolbarClass | ABC | 6 | ABTOOLBA.INC |
| (0003) | ThisWindow | WindowManager | ABC | 38 | ABWINDOW.INC |
| (3) Class Instances Found In JumpStartSplashCHTBlue | |||||
| PROCEDURE (2): Main (Procedure Template: Frame) |
|||||
| Count | Instance | Class | Type | Methods | Header File |
| (0001) | HWin | HNDWindow | HND | 197 | HNDWINDO.INC |
| (0002) | Toolbar | ToolbarClass | ABC | 6 | ABTOOLBA.INC |
| (0003) | ThisWindow | WindowManager | ABC | 38 | ABWINDOW.INC |
| (3) Class Instances Found In Main | |||||
| PROCEDURE (3): ListBoxBrowseExtenderDemo (Procedure Template: Window) |
|||||
| Count | Instance | Class | Type | Methods | Header File |
| (0001) | HQry | HNDBrwFilter | HND | 245 | HNDBRWFL.INC |
| (0002) | ListBox | HNDFileLoadBrowse | HND | 343 | HNDFLBRW.INC |
| (0003) | HWin | HNDWindow | HND | 197 | HNDWINDO.INC |
| (0004) | Toolbar | ToolbarClass | ABC | 6 | ABTOOLBA.INC |
| (0005) | ThisWindow | WindowManager | ABC | 38 | ABWINDOW.INC |
| (5) Class Instances Found In ListBoxBrowseExtenderDemo | |||||
| PROCEDURE (4): HandyMarkerBrowseSelectorWithSets (Procedure Template: Window) |
|||||
| Count | Instance | Class | Type | Methods | Header File |
| (0001) | BRW1 | BrowseClass | ABC | 82 | ABBROWSE.INC |
| (0002) | HQry | HNDBrwFilter | HND | 245 | HNDBRWFL.INC |
| (0003) | Mark | HNDMarkerBrowse | HND | 372 | HNDMRKBR.INC |
| (0004) | HWin | HNDWindow | HND | 197 | HNDWINDO.INC |
| (0005) | BRW1::Sort0:Locator | StepLocatorClass | ABC | 12 | ABBROWSE.INC |
| (0006) | Toolbar | ToolbarClass | ABC | 6 | ABTOOLBA.INC |
| (0007) | ThisWindow | WindowManager | ABC | 38 | ABWINDOW.INC |
| (7) Class Instances Found In HandyMarkerBrowseSelectorWithSets | |||||
Classes By Procedure In HNDLBXDM.APP