GENERATED: MAY 4,2023 - 8:44AM
SMTP / ZIP / ABC Source [V10.23.04. 27.00]

Previous Page

This application illustrates a two CHT templates that work with the ABC Source Procedure template. These are:

Source_EmbedSMTPFunctions template
Source_EmbedZipFunctions template

The SMTP template provides an embeddable CHT class called HNDSmtp located in HNDSMTP.INC and HNDSMTP.CLW.

The HNDSMTP class requires an SV DLL called CLARUNEXT.DLL which is available with SMTP capability only in Clarion Enterprise (the expensive one).

The ZIP template provides an embeddable CHT Class called HNDComZipClass located in HNDZIPPR.INC and HNDZIPPR.CLW.

This COM class requires HNDZIPR.OCX be registered to COM on the system using REGSVR32.EXE. This app will do that automatically, but to test on another machine where CHT is not installed, this app's executable and the HNDZIPR.OCX should be placed together in the same directory.

If you want to learn to hand code with these two classes, this application is a perfect learning platform. The procedures provided may also be imported directly into your apps to provide pre-built functionality.



 
PROCEDURE (1):
JumpStartSplash07 (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 JumpStartSplash07


 
PROCEDURE (2):
MainEntryPoint (Procedure Template: Source)
Count Instance Class Type Methods Header File
(0) Class Instances Found In MainEntryPoint


 
PROCEDURE (3):
ZIPFiles (Procedure Template: Source)
Count Instance Class Type Methods Header File
(0001) ZIP ADOBlob SV 4 SVADO.INC
(1) Class Instances Found In ZIPFiles


 
PROCEDURE (4):
SMTPExample (Procedure Template: Source)
Count Instance Class Type Methods Header File
(0001) HError ADOBlob SV 4 SVADO.INC
(0002) SMTP ADOBlob SV 4 SVADO.INC
(2) Class Instances Found In SMTPExample


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

chtlogo001.gif
Classes By Procedure