|
This application illustrates two CHT control templates related to Clarion Report Writer. HandyClarionReportWriterControl_TXR lets you configure a disk location where your .TXRs are located. The template reads and creates a POPUP menu of TXR-based reports that can be selected and printed using the window controls provided. HandyClarionReportWriterControl_HZO lets you store your .TXRs to a CHT setup container created by HNDSETUP.APP. TXRs can be stored compressed, in any quantity. The template presents a list of TXRs in a POPUP menu from which a selection can be made using the window controls provided. Both templates handle printing control, preview, progress, and variable file names as configured in CHT's VBLFileNames Template. Cheers, Gus M. Creces The Clarion Handy Tools Page www.cwhandy.ca (CHT Website) news.cwhandy.ca (CHT Forum) |
| PROCEDURE (1): Main (Procedure Template: Frame) |
|||||
| Count | Instance | Class | Type | Methods | Header File |
| (0001) | HWin4 | 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 (2): ReportWriterFromHZOContainer (Procedure Template: Window) |
|||||
| Count | Instance | Class | Type | Methods | Header File |
| (0001) | QRY | HNDBrwFilter | HND | 245 | HNDBRWFL.INC |
| (0002) | HRW | HNDReportEngine | HND | 24 | HNDRWPRLIB.INC |
| (0003) | HView2 | HNDViewAdapter | HND | 50 | HNDVWDAP.INC |
| (0004) | HWin | HNDWindow | HND | 197 | HNDWINDO.INC |
| (0005) | Toolbar | ToolbarClass | ABC | 6 | ABTOOLBA.INC |
| (0006) | ThisWindow | WindowManager | ABC | 38 | ABWINDOW.INC |
| (6) Class Instances Found In ReportWriterFromHZOContainer | |||||
| PROCEDURE (3): 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 (4): ReportWriterFromTXRFiles (Procedure Template: Window) |
|||||
| Count | Instance | Class | Type | Methods | Header File |
| (0001) | QRY | HNDBrwFilter | HND | 245 | HNDBRWFL.INC |
| (0002) | HRW | HNDReportEngine | HND | 24 | HNDRWPRLIB.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 ReportWriterFromTXRFiles | |||||
Classes By Procedure In HNDREPORTWRITER.APP