|
GJL Software release TExDBGrid Version 1.2
GJL Software release Version 1.2 of their Freeware TExDBGrid / TExRxDBGrid data aware DBGrid component replacements.
ExDBGrid / ExRxDBGrid is an Enhanced Data-Aware Grid Component that can display Graphic Fields as images, Memo Fields as text and Boolean Fields as Checkboxes instead of the normal (GRAPHIC), (MEMO) or True/False that appear.
It has the following new Properties:
EditColor, InplaceEdit, DefaultRowHeight, RowSizingAllowed, DisplayImages, DisplayMemo, DisplayBoolean, Col, Row, TopRow, and Canvas, GridAutoSize, FullSizeMemo and Cells3D (3D Cells can be any color).
It has the following new Methods:
MoveToRow and CellRect method (which is extremely useful if you want to drop other controls on the grid i.e. pop a dropdown list over a cell when the user enters it).
It has the following new Events:
OnColumnResize, OnMouseDown, OnMouseUp, OnRightClick and OnApplyCellAttribute (useful when you want to change the colour of an individual cell, based on the value in that cell or some other particular condition).
Both Grids also have popup viewers/editors for Graphic/Memo Fields. To use these and the Checkbox, simply click on the Fields or use the Spacebar.
Related Discussions - WHICH IST THE BEST SERVICE TO SELL SOFTWARE (CREDITCARD ETC.) (2001-01-05 09:33:08)Have a look at www.shareit.com. I use those service since 2 years and they are very reliable.
- PRINTING A PDF FORM (2001-01-07 03:57:11)Hello Tom,
If you find a delphi solution to bypass the acrobat Printer i am very interrested.
Actually i am printing a lot of invoice to the...
- HOW CAN I "FORCE" WINDOWS TO CREATE A LINK TO A SPECIFIED FILE? (2001-01-06 09:12:17)Hi,
This should help:
uses
ShlObj, ActiveX, ComObj, Registry;
var
MyObject: IUnknown;
MySLink: IShellLink;
MyPFile: IPersistFile;...
- SECURISATION DE LOGICIEL. (2001-01-08 08:50:15)Si tu es intéressé, j'ai fait un générateur de numéros de série "anti-copie" : il est basé sur des caractéristiques du processeurs, donc en cas de...
- GETKEYBOARDSTATE TOGGLES,I DONT WANT TO. (2001-01-08 01:10:05)var
KS: TKeyboardstate;
begin
GetKeyBoardState(KS);
if KS > 1 then
label1.caption := 'Ctrl Key Down'
else label1.caption := 'Ctrl Key...
- BTRIEVE ERROR CODE 3014, «NO ENGINE FOUND» ,PLEASE HELP... (2001-01-10 07:01:39)Contact me via e-mail at mrbaseball34@hotmail.com.
I have a very good friend that works in support at
Pervasive and he will telephone you to work...
- RESTRICTING USERS OF AN APPLICATION IN A NETWORK SITUATION (2001-01-10 00:56:12)This would be a simple solution.
program OnlyOneOpen;
uses
Forms, SysUtils, classes, windows, dialogs,
uSingleRun in 'uSingleRun.pas'...
- BDE INSTALLATION KIT (2001-01-11 03:04:48)Yes, you can install BDE without the use of InstallShield.
(Even thu it's easy'er to do it with InstallShield Express)
First you need all of...
- OPEN URL IN DEFAULT BROWSER AND AUTO FILL FORM FIELDS (2001-01-11 14:50:36)>The only way to really do this is to use the Windows API to
>get the handle of the browser window, and then send the
>text to the window....
- YOUR FAVORITE BDE ALTERNATIVE? (2001-01-13 10:44:19)I joined the company I am currently working for three years ago. MsAccess databases were managed with the BDE. Since we ship our application to...
|