[Migrated content. Thread originally posted on 29 October 2003]
Here is a little collection of the things I've figured out, if you are curious about them, buzz me here in the forum and I'll explain how I did it:general
a generalized background threaded search
highlight background color for current cell in a screen section
using C$Redirect, create logger which logs file I/O to a special file (Vision)
using I$IO, a DTS program which converts from your vision file to another source like (sql database)
random number generator
advanced date parsing, manipulation functions
match the color of the Acucorp Treeview item to the backgroud color of the Treeview (looks much better!)
subclassing
implement file drag/drop to AcuCobol floating windows
floating forms that hover over your AcuCobol form (and move with the main form)
VC
smart dynamic memory allocation (array manager, qsort, no more sort files!)
convert vision file system I/O statements to SQL statements
File I/O driver for PostgreSQL
C program that parses XFD files
C program that generates FD, SL from SQL table
Delphi/C Builder
call Delphi graphical progress bar for progress.
call Delphi form from a AcuCobol application (as a floating window)
use Delphi Report Generator (Ace Reporter) from a Cobol program
use Delphi to manage the clipboard
bind Vision files to Delphi data aware components (including grids)


