|
This application is a CHT Client Server application to be used with HNDMTSSV.APP to provide subscriber support services using the same data tables as HNDMTSNG.APP the Browser Server that provides our web-based support forum. This client application serves to illustrate how to log in and then make a variety of data requests and data updates from a Clarion client application (using the HNDCLNT class) to a CHT Server configured for Client Server Mode. This application and accompanying server provide the theoretical backdrop for the CHT Client Server course. This uses templates HandyWebClientBrowseProcedure and HandyWebClientUpdateFormProcedure, to build the web browse and web update form, respectively. Any questions, feel free to ask. Cheers, Gus M. Creces The Clarion Handy Tools Page www.cwhandy.ca (CHT Website) news.cwhandy.ca (CHT Forum) |
| PROCEDURE (1): WebClientUpdateFormExample (Procedure Template: Window) |
|||||
| Count | Instance | Class | Type | Methods | Header File |
| (0001) | CLHook | HNDClientHook | HNDINET | 12 | HNDCLNT.INC |
| (0002) | IE | HNDInternetExplorer | HND | 272 | HNDSHDVW.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 WebClientUpdateFormExample | |||||
| PROCEDURE (2): RequestMemberBrowse (Procedure Template: HandyWebClientBrowseProcedure) |
|||||
| Count | Instance | Class | Type | Methods | Header File |
| (0001) | HQry3 | HNDBrwFilter | HND | 245 | HNDBRWFL.INC |
| (0002) | HCLNT | HNDClientHook | HNDINET | 12 | HNDCLNT.INC |
| (0003) | HBrw1 | HNDFileLoadBrowse | HND | 343 | HNDFLBRW.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 RequestMemberBrowse | |||||
| PROCEDURE (3): MemberUpdateForm (Procedure Template: HandyWebClientUpdateFormProcedure) |
|||||
| Count | Instance | Class | Type | Methods | Header File |
| (0001) | CLHook | HNDClientHook | HNDINET | 12 | HNDCLNT.INC |
| (0002) | HWin | HNDWindow | HND | 197 | HNDWINDO.INC |
| (0003) | Toolbar | ToolbarClass | ABC | 6 | ABTOOLBA.INC |
| (0004) | ThisWindow | WindowManager | ABC | 38 | ABWINDOW.INC |
| (4) Class Instances Found In MemberUpdateForm | |||||
| PROCEDURE (4): JumpStartCreateLinkToAppIcon (Procedure Template: Source) |
|||||
| Count | Instance | Class | Type | Methods | Header File |
| (0001) | LNK | HNDShellLinkClass | HND | 57 | HNDSHLNK.INC |
| (1) Class Instances Found In JumpStartCreateLinkToAppIcon | |||||
| PROCEDURE (5): RequestMessageBrowse (Procedure Template: Window) |
|||||
| Count | Instance | Class | Type | Methods | Header File |
| (0001) | HQry7 | HNDBrwFilter | HND | 245 | HNDBRWFL.INC |
| (0002) | HCLNT | HNDClientHook | HNDINET | 12 | HNDCLNT.INC |
| (0003) | HBrw1 | HNDFileLoadBrowse | HND | 343 | HNDFLBRW.INC |
| (0004) | IE | HNDInternetExplorer | HND | 272 | HNDSHDVW.INC |
| (0005) | Handles8 | HNDSizes | HND | 23 | HNDSIZES.INC |
| (0006) | HWin3 | HNDWindow | HND | 197 | HNDWINDO.INC |
| (0007) | Toolbar | ToolbarClass | ABC | 6 | ABTOOLBA.INC |
| (0008) | ThisWindow | WindowManager | ABC | 38 | ABWINDOW.INC |
| (8) Class Instances Found In RequestMessageBrowse | |||||
| PROCEDURE (6): HTTPClientMain (Procedure Template: Window) |
|||||
| Count | Instance | Class | Type | Methods | Header File |
| (0001) | HTTP | HNDClient | HNDINET | 241 | HNDCLNT.INC |
| (0002) | HWin | HNDWindow | HND | 197 | HNDWINDO.INC |
| (0003) | Toolbar | ToolbarClass | ABC | 6 | ABTOOLBA.INC |
| (0004) | ThisWindow | WindowManager | ABC | 38 | ABWINDOW.INC |
| (4) Class Instances Found In HTTPClientMain | |||||
| PROCEDURE (7): 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 | |||||
Classes By Procedure In HNDMTSCL.APP