Features:
* Converts @SAY..GETs to Windows-GUI dialogs. Supports WHEN, VALID and HIDE clauses.
* Converts @PROMPT and MENU TO to Windows-style pushbutton menus.
* Converts AChoice() and DbEdit() to Windows-style browse.
* Converts SET DEVICE TO PRINT and @SAYs to Windows-GUI printer commands.
* Build any GUI dialog using simple procedural-style commands like this:
@ nRow, nCol DCTABPAGE oGroup CAPTION cText [...OPTIONS]
@ nRow, nCol DCSAY cSay GET uVar [...OPTIONS]
@ nRow, nCol DCCHECKBOX uVar PROMPT cPrompt [...OPTIONS]
@ nRow, nCol DCRADIOBUTTON uVar VALUE xVal [...OPTIONS]
@ nRow, nCol DCMULTILINE uVar [...OPTIONS]
@ nRow, nCol DCLISTBOX uVar LIST aList [...OPTIONS]
@ nRow, nCol DCCOMBOBOX uVar LIST aList [...OPTIONS]
@ nRow, nCol DC3STATE uVar PROMPT aVar [...OPTIONS]
@ nRow, nCol DCSPINBUTTON nVar [...OPTIONS]
@ nRow, nCol DCPUSHBUTTON CAPTION cCaption ;
SIZE nWidth, nHeight ACTION bAction [...OPTIONS]
@ nRow, nCol DCGROUP oGroup CAPTION cCaption SIZE nWidth, nHeight [...OPTIONS]
@ nRow, nCol DCSTATIC oStatic CAPTION cCaption SIZE nWidth, nHeight [...OPTIONS]
DCTOOLBAR oToolbar TYPE nType [...OPTIONS]
DCADDBUTTON CAPTION cCaption PARENT oToobar ACTION bAction [...OPTIONS]
DCMESSAGEBOX oMsg TYPE nType [...OPTIONS]
DCMENUBAR oMenuBar [...OPTIONS]
DCSUBMENU oSubMenu PROMPT cPrompt PARENT oMenuBar [...OPTIONS]
DCMENUITEM PROMPT cPrompt PARENT oSubMenu ACTION bAction [...OPTIONS]
@ nRow, nCol DCBROWSE oBrowse DATA aData|cAlias SIZE nWidth, nHeight [...OPTIONS]
DCBROWSECOL nbData HEADER cHeader PARENT oBrowse [...OPTIONS]
DCBITMAP ncRes PARENT oParent [...OPTIONS]
@ nRow, nCol DCSCROLLBAR DATA uVar SIZE nWidth, nHeight SCROLL bScroll [...OPTIONS]
@ nRow, nCol DCPROGRESS oProgress PERCENT EVERY nEvery ;
SIZE nWidth, nHeight [...OPTIONS]
DCGETOPTIONS SAYFONT cSayFont GETFONT cGetFont ROWSPACE nRowSpace [...OPTIONS]
@ nRow, nCol DCDIRTREE DIRS oDirs VAR cDirVar [..OPTIONS]
DCPRINT ON [ TO oPrinter ] [ NAME cPrinterName ] [ SIZE nRows,nCols ] ;
[ PAGES nFrom, nTo ] [ PAPERSIZE nPaperSize ] [ COPIES nCopies ] ;
[ collate:COLLATE ] [ tofile:TOFILE ] [ FONT ocFont ] [ fixed:FIXED ] ;
[ pixel:PIXEL ] [ preview:PREVIEW ]
@ nRow, nCol DCPRINT SAY uText [truetype:TRUETYPE] [pixel:PIXEL]
@ nSRow, nSCol, nERow, nECol DCPRINT BITMAP ncRes
.. more commands
* Fully compatible with dCLIP++, an application development system for creating
data-driven applications. GUI dialogs can be loaded from a data-dictionary.
* Includes a .DLL for distribution with your Xbase++ applications and .LIB
files to link the .DLL to your application with either ALINK or BLINKER 5.0
* Includes all source code. Written entirely in Xbase++ code.
* Includes a full set of sample programs to make it easy to get started.
* Complete on-line documentation in Windows .HLP format.
* Includes Clipper .MEM file conversion utility.
* Includes XDOC.EXE - A DataBase-enabled Documentation system that writes out
source code for Windows Help compiler, Norton Guides and HTML.
* Includes a set of Scoping functions to make it easier to migrate Clipper
applications using RDDs that support scoping.
* Unlimited FREE Tech support w/ upgrades and patches available on World-Wide-Web.
