|
This application is a test client to be used with HNDSLFSV.APP (CHT Static Server Demo) to test some basic principles surrounding client connections and commands sent to a custom CHT Server. The application illustrates how to make file requests from a Clarion application and how to send User Custom Requests to a CHT style custom server. The HNDSLFSV.APP illustrates two remote function calls using User Custom Requests (UCR$). The developer is encouraged to create new custom requests and to send them from this application by introducing extra custom request handling code into HNDSLFSV.APP. 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): HTTPClientMain (Procedure Template: Window) |
|||||
| Count | Instance | Class | Type | Methods | Header File |
| (0001) | HTTP | HNDClient | HNDINET | 241 | HNDCLNT.INC |
| (0002) | HFlSel18 | HNDDisk | HNDDISK | 333 | HNDDISK.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 HTTPClientMain | |||||
| PROCEDURE (2): 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 HNDSLFCL.APP