|
This application demonstrates CHT ListBoxBrowseExtender used in an SQL setting. An ordinary Clarion list box is used to build a ABC-style browse resembling HandyMarkerBrowse. It illustrates these concepts: • • • SQLSelectQ example of filling browse queue with user SELECT. • • • EmbedViewEx filling a browse queue using an in-line process. This demonstration application requires the sample data base provided with MICROSOFT ACCESS, called Northwind. The application will find the data base and register it with ODBC if not already registered. 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): CompanyUpdateForm (Procedure Template: Window) |
|||||
| Count | Instance | Class | Type | Methods | Header File |
| (0001) | HWin10 | HNDWindow | HND | 197 | HNDWINDO.INC |
| (0002) | Toolbar | ToolbarClass | ABC | 6 | ABTOOLBA.INC |
| (0003) | ToolbarForm | ToolbarUpdateClass | ABC | 4 | ABTOOLBA.INC |
| (0004) | ThisWindow | WindowManager | ABC | 38 | ABWINDOW.INC |
| (4) Class Instances Found In CompanyUpdateForm | |||||
| PROCEDURE (3): RegisterODBC (Procedure Template: Source) |
|||||
| Count | Instance | Class | Type | Methods | Header File |
| (0001) | HDisk | HNDDisk | HNDDISK | 333 | HNDDISK.INC |
| (0002) | HReg | HNDRegistry | HND | 276 | HNDREG.INC |
| (2) Class Instances Found In RegisterODBC | |||||
| PROCEDURE (4): ListBoxBrowseExtenderProcedure (Procedure Template: Window) |
|||||
| Count | Instance | Class | Type | Methods | Header File |
| (0001) | HBRW | HNDFileLoadBrowse | HND | 343 | HNDFLBRW.INC |
| (0002) | HWin11 | HNDWindow | HND | 197 | HNDWINDO.INC |
| (0003) | Toolbar | ToolbarClass | ABC | 6 | ABTOOLBA.INC |
| (0004) | ThisWindow | WindowManager | ABC | 38 | ABWINDOW.INC |
| (4) Class Instances Found In ListBoxBrowseExtenderProcedure | |||||
| PROCEDURE (5): SQLQueryDirectToOrdersReport (Procedure Template: Report) |
|||||
| Count | Instance | Class | Type | Methods | Header File |
| (0001) | BreakMgr | BreakManagerClass | ABC | 20 | ABBREAK.INC |
| (0002) | HQry3 | HNDBrwFilter | HND | 245 | HNDBRWFL.INC |
| (0003) | HTellMe5 | HNDWindow | HND | 197 | HNDWINDO.INC |
| (0004) | Previewer | PrintPreviewClass | ABC | 53 | ABREPORT.INC |
| (0005) | ThisReport | ProcessClass | ABC | 39 | ABREPORT.INC |
| (0006) | ThisWindow | ReportManager | ABC | 49 | ABREPORT.INC |
| (0007) | TargetSelector | ReportTargetSelectorClass | ABC | 11 | ABRPPSEL.INC |
| (0008) | ProgressMgr | StepClass | ABC | 6 | ABBROWSE.INC |
| (8) Class Instances Found In SQLQueryDirectToOrdersReport | |||||
| PROCEDURE (6): MainEntryPoint (Procedure Template: Frame) |
|||||
| Count | Instance | Class | Type | Methods | Header File |
| (0001) | HDisk | HNDDisk | HNDDISK | 333 | HNDDISK.INC |
| (0002) | HReg | HNDRegistry | HND | 276 | HNDREG.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 MainEntryPoint | |||||
| PROCEDURE (7): IniTableIOProcedure (Procedure Template: IniTableIOProcedure) |
|||||
| Count | Instance | Class | Type | Methods | Header File |
| (0001) | HSRC | HNDSourceProcedure | HND | 46 | HNDSRC.INC |
| (1) Class Instances Found In IniTableIOProcedure | |||||
Classes By Procedure In HNDSQL9A.APP