GENERATED: MAY 4,2023 - 7:59AM
[V10.23.05. 27.03]

Previous Page

This WEB CLIENT application acts as a text-based forum help server built entirely from 100% Clarion code + CHT templates. We built this application with Clarion 10, but our templates can easily and successfully compile this application with any one of C9.1, C10, C11, or C11.1.

This text client will let you ask new questions and post new comments as always have. The data tables attached to this forum started life in early 2022 and you are able to query back to then. Older data has been removed as many of the questions are no longer relevant to the latest CHT templates.

The data tables in use are TOPSPEED type which have a reputation of not being very speedy across a WAN using standard operating system network connections. That reputation for slowness exists because a typical one piece data application is separated from the data tables across the network.

Normal operating system streaming speeds, are severely limited across a WAN. And while SQL data streaming speeds are a bit better, they are still not up to the speeds that can be achieved using HTTPS across the WAN or the Internet.

You will, no doubt, discover when you browse this forum, that it is amazingly fast, as though the data tables were local to you. That's because CHT uses a two-piece application approach. The server is near the data tables where it needs to be, and that design localizes the amount of standard network streaming to mere inches, since the tables and server are on the same computer hardware.

The user interface, the client part that you are using here, is connected to the server by a far faster protocol over secure HTTPS using a highly encrypted and compressed data stream.

Try it and discover the speed for yourself!

This app is available as HNDCLIENTCL.EXE in your \accessory\bin\ directory. You can launch it from there. It is also provided as HNDCLIENTCL.APP in the \hndapps\ directory if you would like to examine and perhaps re-purpose it for your own use.


 
PROCEDURE (1):
MessagesUpdateFormExample (Procedure Template: Window)
Count Instance Class Type Methods Header File
(0001) CLHook HNDClientHook HNDINET 13 HNDCLNT.INC
(0002) Handles7 HNDSizes HND 23 HNDSIZES.INC
(0003) HWin HNDWindow HND 206 HNDWINDO.INC
(0004) Toolbar ToolbarClass ABC 6 ABTOOLBA.INC
(0005) ThisWindow WindowManager ABC 40 ABWINDOW.INC
(5) Class Instances Found In MessagesUpdateFormExample


 
PROCEDURE (2):
RequestMessagesBrowsePopFav (Procedure Template: HandyWebClientBrowseProcedureEx)
Count Instance Class Type Methods Header File
(0001) HCLNT HNDClientHook HNDINET 13 HNDCLNT.INC
(0002) HBrw1 HNDFileLoadBrowse HND 448 HNDFLBRW.INC
(0003) WINHANDLES HNDSizes HND 23 HNDSIZES.INC
(0004) HWin HNDWindow HND 206 HNDWINDO.INC
(0005) Toolbar ToolbarClass ABC 6 ABTOOLBA.INC
(0006) ThisWindow WindowManager ABC 40 ABWINDOW.INC
(6) Class Instances Found In RequestMessagesBrowsePopFav


 
PROCEDURE (3):
HTTPClientMain (Procedure Template: Window)
Count Instance Class Type Methods Header File
(0001) HTTP HNDClient HNDINET 294 HNDCLNT.INC
(0002) Handles9 HNDSizes HND 23 HNDSIZES.INC
(0003) HWin HNDWindow HND 206 HNDWINDO.INC
(0004) Toolbar ToolbarClass ABC 6 ABTOOLBA.INC
(0005) ThisWindow WindowManager ABC 40 ABWINDOW.INC
(5) Class Instances Found In HTTPClientMain


 
PROCEDURE (4):
JumpStartSplashCHTBlue (Procedure Template: Splash)
Count Instance Class Type Methods Header File
(0001) HTellMe HNDWindow HND 206 HNDWINDO.INC
(0002) HWin HNDWindow HND 206 HNDWINDO.INC
(0003) Toolbar ToolbarClass ABC 6 ABTOOLBA.INC
(0004) ThisWindow WindowManager ABC 40 ABWINDOW.INC
(4) Class Instances Found In JumpStartSplashCHTBlue


Copyright © 1996-2023
Gus M. Creces, CLARION HANDY TOOLS
All Rights Reserved Worldwide

chtlogo001.gif
Classes By Procedure