 |
V32Init() |
Initializes the
communication protocol with the server. |
 |
 |
V32About() |
Opens Windows
About Dialog. |
 |
 |
V32Edit() |
Opens a fully
configurable and resizable editing dialog either with wrap mode or
document mode. |
 |
 |
V32Find() |
Opens Windows
Find Dialog Box. |
 |
 |
V32GetColor() |
Opens Windows
Color Selection Dialog. |
 |
 |
V32GetFile() |
Opens Windows
File Selection Dialog. |
 |
 |
V32GetFolder() |
Opens Windows
Folder Selection Dialog. Alternatively almost all the paths of system
folders, e.g., System, Windows, Temporary can be obtained. |
 |
 |
V32GetFont() |
Opens Windows
Font Selection Dialog. |
 |
 |
V32Memory() |
Returns an array
of memory status calculated for various aspects. |
 |
 |
V32SendMail() |
Opens a Mail
Dialog Box and with sent parameters and allows to send messages with or
without attachments. This function can be configured to send mails in the
background without any user intervention. |
 |
 |
V32ShellExecute() |
Allows to execute
Windows ShellExecute() function with easy to send parameters. |
 |
 |
V32ShowBmp() |
Opens a dialog
with given .BMP file displayed and then allows to print it. |
 |
 |
V32ShowHelp() |
Invokes HTML
compiled help files with sent file name and topic. |
 |
 |
V32Sound() |
Plays a .Wav
file. |
 |
 |
V32Graphs() |
Creates beutiful
looking graphs and charts given the required data. Almost every property
can be changed on the fly to have a desired effect. Pie, Bars, Line and
Area graphs are supported at present with 3d, 2d, stacked or clustered
views. Also reverse angle is supported. Axis can be swapped on the fly. |
 |
 |
V32Brw2Graph() |
Converts any
given browser in a graph of choice. See above. |
 |
 |
V32Brw2Excel() |
Converts the data
of browser in question in Excel format and invokes Excel to display it as
an active sheet. |
 |
 |
V32ZipFiles() |
Compresses the
given files as per .ZIP file format with or without a progress bar and
returns the info about the files in the archive. Files can be protected
with a password. |
 |
 |
V32UnzipFile() |
Uncompresses the
compressed file previously archived with V32ZipFiles() function. |
 |
 |
V32ZipInfo() |
Returns a two
dimentional array containg the various information about the files in the
archive. |
 |
 |
V32Extract() |
Similar to
V32UnZipFile() function, but here you can extract selective files out of
the archive. |
 |
 |
V32Excel() |
Given a two-dimentional array of data alongwith column presentation
information, it will display that array contents as the active Excel
sheet. It is just like V32Brw2Excel() which converts a browers contents
into an Excel sheet. It has the added functionality to control the look
and appearnce of any single column as respect to font, size, color (
interior and/or font ). Also properties like bold, italics and underlines
are supported. This functionality is lacking in V32Brw2Excel() function. |
 |
 |
V32Word() |
Given a two
dimentional array containing paragraphs info, it will create a Word
document for you. You can preview the document or can send to printer or
can create and save/print at the background. Plain text, disk text files,
array as table, bitmaps are supported. Font, size, color, alignment
properties are also suppoted. These properties can be changed for each
paragraph separately. |
 |
 |
V32WordPara() |
Supporting
function to V32Word() which helps build the paragraphs through command
syntax. Thus created array of paragraphs are submitted to V32Word(). |
 |
 |
V32DllCall() |
A function to
call any function from a Windows DLL which has the normal parameters type.
Structures as parameters are not supported yet. Also there is a limit of
10 parameters per function. This function is specially included on demand
from a lot of developers. |
 |
 |
V32PopStatus() |
Returns number of messages and size in bytes therof from a specified POP3
account. |
 |
 |
V32PopInfo() |
Returns a two dimentional array of various information from a POP3 account
as to Id, Size, Header, Deleted, Subject, From and DateTime. |
 |
 |
V32PopMsgs() |
Retrieves message bodies from a POP3 account given the message ids earlier
retrieved through V32PopInfo() |
 |
 |
V32PopDelete() |
Delets messages at a POP3 account given the message ids retrieved hrough
V32PopInfo(). |
 |
 |
V32HttpGet() |
Returns a specified url page contents as a character string from a
specified HTTP server. |
 |
 |
V32INetConnected() |
Checks whether a dial-up connection to the network
has been established or
not. |
 |
 |
V32INetDial() |
Opens the default or specified dial-up connection for dialing. |
 |
 |
V32CopyFile() |
Uses WinApi to copy a file to another destination. |
 |
 |
V32FileOperation() |
Performs MOVE, COPY, DELETE, RENAME operations on specified filed with
or without the Windows' Copy Progress Bar. Wildcards such as '*.*' and
recursions are also supported. |
 |
 |
V32Tb2Html() |
Converts a TBrowse object into a .HTM file. The type of browser is
immaterial. |
 |
 |
V32Tb2Dbf() |
Converts a TBrowse object into a .DBF file. The type of browser is
immaterial. |
 |
 |
V32Tb2Sdf() |
Converts a TBrowse object into a SDF ( System Data Format ) file. The type
of browser is immaterial. |
 |
 |
V32Tb2Del() |
Converts a TBrowse object into a delimited text file. The type of browser
is immaterial. |
 |
 |
V32Ftp() |
Performs a
command on the remote server as to PUT, GET, RENAME, DEL a file, MKDIR,
RMDIR, creates or deletes a directory, etc. |
 |
 |
V32WinInfo() |
Retrieves various
info specific to the system it is issued, such as, Windows' major and
minor version and build number, volume name, disk serial number in
decimals, computer name and user name. |
 |
 |
V32CbCopy() |
Copies a text
string onto the Windows Clipboard. |
 |
 |
V32CbPaste() |
Returns the text
from Windows Clipboard. |
 |
 |
V32SendMany() |
Sends email to
multiple reciepients with multiple attachments vai MAPI protocol. |
 |
 |
V32Splash() |
Displays a splash
screen given a bitmap file and duration to remain visible. |
 |
 |
V32Notify() |
Executes a MSN
Messenger's mail arrival notification window like dialog with supplied
text. |
 |
 |
V32Db2Excel() |
Opens a database file as an Excel sheet. |
 |
 |
V32ExcelScript() |
Creates a sheet in the Excel workbook, or number of sheets in a
workbook through an array of user defined scripts, virtually offering the
precise control over the contents of the Excel sheet(s). It also allows
the use of formulaes provided by Excel API. |
 |
 |
V32RegCreateKey() |
Creates a specified key in the Windows' Registry database. |
 |
 |
V32RegDeleteKey() |
Deletes a specified key from the Windows' Registry database. |
 |
 |
V32RegSetValue() |
Sets a value for a name for a specified key in the Windows' Registry
database. |
 |
 |
V32RegGetValue() |
Retrieves value for a specified name related to a specified key from the
Windows' Registry database. |
 |
 |
V32ActiveX() |
Fires any ActiveX control which either
has its own display container or is non-rectangular. |
 |
 |
V32OemToChar() |
Converts an OEM
compliant string to a Character string. |
 |
 |
V32CharToOem() |
Converts a
Character string to an OEM compliant string. |
 |
 |
V32MakeDir() |
Creates a
directory any level deep at once creating higher level entries
automatically. |
 |
 |
V32Orc2Dbf() |
Retrieves records
out of an Oracle database and saves into a .dbf via a SQL command. |
 |
 |
V32Sql2Dbf() |
Retrieves records
out of an MSSql database and saves into a .dbf via a SQL command. |
 |
 |
V32Acs2Dbf() |
Retrieves records
out of an Access database and saves into a .dbf via a SQL command. |
 |
 |
V32Ado2Dbf() |
Retrieves records
out of an ADODB compliant database and saves into a .dbf via a SQL
command. |
 |
| |
|
|
|
| |
Vouch32 Print Engine
|
|
 |
V32PBeginDoc() |
|
 |
 |
V32PEndDoc() |
|
 |
 |
V32PNewPage() |
|
 |
 |
V32PBitmap() |
|
 |
 |
V32PPicture() |
|
 |
 |
V32PLine() |
|
 |
 |
V32PEllipse() |
|
 |
 |
V32PMetaFile() |
|
 |
 |
V32PFrame() |
|
 |
 |
V32PBarcode() |
|
 |
 |
V32PGraph() |
|
 |
 |
V32PSetBorder() |
|
 |
 |
V32PSetFill() |
|
 |
 |
V32PSetJustify() |
|
 |
 |
V32PSetFont() |
|
 |
 |
V32PSetPageSize() |
|
 |
 |
V32PSetRowCol() |
|
 |
 |
V32PSetUnit() |
|
 |
 |
V32PTextBox() |
|
 |
 |
V32PTextOut() |
|
 |
 |
V32PVersion() |
|
 |
 |
V32PSetDuplex() |
|
 |
 |
V32PSetBin() |
|
 |
 |
V32PSetPrnQuality() |
|
 |
 |
V32PSetMonoPrint() |
|
 |
 |
V32PGetPrinters() |
|
 |
 |
V32PGetDefPrinter() |
|
 |
 |
V32PGetCaps() |
|
 |
 |
V32PGetFonts() |
|
 |
 |
V32PGetPaperSizes() |
|
 |
 |
V32PGetTextWidth() |
|
 |
 |
Vouch32Server
Protocol |
Now Vouch32 can
be run as a true server independent of its execution from within the
application. A bunch of ODBC connectivity functions through OLEDB protocol
are provided to harness the power of SERVER protocol. |
 |
| |
|
|
|
| |
Vouch32
Serial Communication Functions
|
|
 |
V32Com_*() |
CA-Clipper Tools III compatible Serial Communication
functions are decribed on a single page. Functions included in Vouch32 go
well beyond the limitations of Clipper Tools and provide much more power and
functionality. |
 |
| |
Vouch32.chm
. The Html Reference |
|
| Click
button at the right column to view syntax. |