True Dbgrid Pro 8.0

True DBGrid Pro 8.0.20024.294 ActiveX


ComponentOne True DBGridВ® is the most robust grid available for enterprise-wide database front-end application development. End users can browse, edit, add, and delete data in a tabular format with True DBGrid. It includes dozens of advanced data access, data presentation, and UI features.

ComponentOne True DBGrid Pro 8.0 is no longer available individually. It can be bought as part of ComponentOne Ultimate and ComponentOne Studio Enterprise and ComponentOne Studio for ActiveX. Existing customers can renew ComponentOne Studio for ActiveX or upgrade to ComponentOne Ultimate or ComponentOne Studio Enterprise. True dbgrid pro 7 0. Order By: Title Data Added Price File Size Downloads. All Freeware Records 1-20. Pro 6 0 - apex true dbgrid pro 6 0 - true dbgrid pro v7 0 - true dbgrid pro 8 0 - apex true dbgrid pro 7 - true dbgrid pro 7 - fre apex true dbgrid pro 6 0 - download true dbgrid pro 7.

Download Free India Country, Cities and Places GIS Shapefile Map Layers-Main Free GIS Maps & ArcGIS ShapefilesDownload Shapefiles. Right Click on the following links to save the zipped shapefiles to your computer. Each 'shapefile' consist of at least three actual files. This is a commonly used format that can be directly used in Arc-anything, DIVA-GIS, and many other programs. It can be imported to most other GIS programs. Shapefiles contain a single class of 'vector' data such as points, lines, or polygons. Gridfiles are used in DIVA-GIS. County shapefiles download.

Data Options
Allow your users to explore data in different projections and hierarchies with OLAP support
True DataControlв„ў integration adds powerful data access and manipulation capabilities
Summarize complex data concisely with True DataControl Lite's crosstab presentation support
Present data in different formats: Form View and Inverted Mode provide context for your data
Save single grid layouts to a file and reuse them in other projects
Store multiple layouts in a single grid at design time, then load them as needed in code
Save user layout preferences to a file and recall them the next time the application runs
Display Options
Customize row, column, and cell borders
Connect a True DBDropDown control to translate grid cells to drop-down values
Proportionately resize columns when the grid is resized horizontally
Merge like-valued cells of a column into a single cell
Create fixed, non-scrolling columns anywhere in the grid
Performance Options
Track the location of your scroll bar, and give users an informational pop-up window with scroll tracking and scroll tips as the scroll bar moves
Read More В»
Enhanced print options — like additional zoom and print preview capabilities — give you full control over printing
True DBGrid includes support for both right-to-left and left-to-right languages
Select any range of cells in addition to selecting rows and columns
Implement custom end-user operations — like incremental search and recordset filtering — with an easy-to-use interface
Allow end users to dynamically reorder or group fixed, non-scrolling columns on the left side of the grid as in Microsoft Outlook
The OLE DB version of True DBGrid includes a feature called 'Outlook-Style Grouping.' The purpose of this feature is to allow users to dynamically configure fixed, nonscrolling columns on the left side of the grid as in Microsoft Outlook. When in Group mode, a 'grouping area' is added to the top of the grid, providing an intuitive interface for specifying column groups. In code, this feature is supported by the GroupColumns collection, which contains the columns that have been moved to the grouping area; it is similar to the Columns collection.
The grouping area is created when DataView is set to 2 - Group. When AllowColMove is set to True, the grid will support the ability to move one or more columns into this area. Users can do this by selecting a single column and dragging its header into the grouping area. This action can also be performed in code at run time by invoking the Add method of the GroupColumns collection. When a column is first added to the grouping area, a new split is created on the left side of the grid. Similarly, when the last column is removed from the grouping area, the (now empty) split is deleted.
When a column is added to the grouping area, either in code or by user interaction, its Merge property is implicitly set to True. Therefore, if adjacent fields are identical in a grouped column, those fields are rendered as a single non-editable cell, as shown in the following illustration.
It is important to note that the act of moving columns to or from the grouping area does not sort the underlying data source; it simply provides a convenient way to manipulate a split containing nonscrolling columns. Therefore, if you want a grouped column to appear in sorted order, you must sort it explicitly in code. Typically, this is done in the GroupColMove event, which is fired before a column is moved to or from the grouping area. You can also use the GroupHeadClick event, which is fired when a column header is clicked within the grouping area.
To manipulate the grouping area in code, use the GroupColumns property to access the collection of grouped columns. Like the Columns collection, the GroupColumns collection supports Add, Item, and Remove methods, as well as a Count property. However, since the GroupColumns collection serves as a placeholder for existing grid columns, the semantics of its Add and Remove methods are different.
The Add method moves an existing column to the grouping area; it does not create a new column in the grid. Similarly, the Remove method removes a column from the grouping area and returns it to its original position within the grid; it does not delete the column altogether. Also, the Remove method implicitly restores the previous value of the Merge property of the affected column.
Only for V.I.P
Warning! You are not allowed to view this text.

Apex True dBgrid Pro 6.0c ActiveX


True DBGrid Pro allows end users to browse, edit, add, and delete data in a tabular format. True DBGrid Pro completely manages the database interface, allowing developers to concentrate on important application-specific tasks. True DBGrid Pro can also be used in unbound or storage mode with a programmer's own data source. True DBGrid Pro allows end-users to browse, edit, add, and delete data in a tabular format. True DBGrid includes dozens of advanced data access, data presentation, and UI features.
About True DBGrid Pro
Add powerful data bound grids to your application.
True DBGrid Pro allows end users to browse, edit, add, and delete data in a tabular format. True DBGrid Pro completely manages the database interface, allowing developers to concentrate on important application-specific tasks. True DBGrid Pro can also be used in unbound or storage mode with a programmer's own data source. True DBGrid Pro allows end-users to browse, edit, add, and delete data in a tabular format. True DBGrid includes dozens of advanced data access, data presentation, and UI features.
True DBGrid Pro Features
Additional 3D effects New 3D effects allow mouse-over elements to take on a 3D appearance.
Automatic column sizing The new SpringMode allows you to keep your data viewable by resizing columns proportionally whenever the grid is resized horizontally.
Multiple lines per record The cells in a single record can now span multiple lines, making all columns visible.
Alternating row formats Enhances the readability of the grid's display by applying different styles to even and odd numbered rows.
Built-in that can be modified as needed, and Inverted Mode repositions rows as columns to provide a convenient 'read down' format.
Customizable row and column borders This feature lets you alter the appearance of a cell by creating a border.
Tag property This property allows you to attach any type of object to a column.
Even better keyboard navigation Control the relative position of the next cell, by using the new DirectionAfterEnter property, when users press the Enter key.
More print options True DBGrid Pro 8.0 includes enhanced print options, such as additional zoom and print preview capabilities, to give you full control over printing.
Bi-directional language support True DBGrid Pro includes support for both right-to-left and left-to-right languages.
FilterBar data entry row Implement custom end-user operations, such as incremental search and recordset filtering, with an easy-to-use interface.
Native integration with True DataControl Instantly add powerful data access and manipulation capabilities!
Expanded Styles Expanded styles in True DBGrid Pro 8.0 let you customize row, column and cell borders using new appearance, size, color, and type properties.
Automatic grid cell translation to True DBDropDown values Connect a TDBDropDown control to a table containing a value and representation. The dropdown will automatically map the representation to the value.
Outlook-Style Grouping Dynamically reordering or grouping of grid columns.
Animation The animation properties allow you to control the style, duration, and direction of an animation affect when the DropDown, In-Cell Combo, or Cell Tips are opened and closed. NOTE: These properties are only available in Windows 98 and NT 5.0.
BatchUpdate True DBGrid Pro 8.0 (OLE DB only). This property allows the user to explicitly specify that the grid must or must not call update.
Native ADO and OLE DB support True DBGrid Pro 8.0 contains two OCX controls, an ICursor version (for connecting to the Microsoft Remote Data Control and the VB5 and VB6 intrinsic data controls), and an OLE DB version (for connecting to OLE DB and ADO compatible data sources, such as the ADO data control included in VB6). The two OCXs are functionally identical, differing only in the data access methods supported.
Multi-column sorting and searching An enhanced XArray object allows multi-column sorting and searching using up to ten columns as sort keys.
Auto Sizing True DBGrid Pro 8.0 will allow you to specify auto-sizing for a specific column or split in code.
Merge contiguous like-valued cells True DBGrid Pro gives you the ability to merge like-valued cells of a column into a single cell.
OLE drag and drop Drag and drop content from an application to the grid.
OwnerDrawCell Render graphics and text in grid cells using Windows API functions.
Enhanced styles Background and transparent bitmaps can be displayed within the cells of a grid, split, or column.
Attach bitmaps Bitmaps can be attached to headers, footers, and record selectors.
Asynchronously downloadable layouts Initialize True DBGrid Pro on an HTML page.
Unbound columns Supports unbound columns while other columns are bound.
Standard Windows push button display and event handling True DBGrid Pro 8.0 permits event handling for push button display of column headers, footers, and data cells.
Per-row, per-column, per-cell refresh and refetch methods These methods allow you to repaint or refetch data for an individual cell, column, or row.
In-cell editing using an external OCX Use an external OCX as the grid's in-cell editor.
Tree view property pages It is easy to view, navigate, and edit True DBGrid Pro properties for the grid, as well as its splits, columns, and style collections.
AutoDropDown property True DBDropDown or the built-in combo can be set to open automatically when the user types into a cell.
Export to HTML files True DBGrid Pro can be used in server-side applications to display formatted tables containing query result sets.
Migration Utility Migrate projects from the True DBGrid Pro 7.0, True DBGrid Pro 6.0, True DBGrid Pro 5.0, True DBGrid 4.0, or DBGrid to True DBGrid Pro 8.0.
Reusable grid layouts Grid layouts can be saved to a file, then reused in other projects. Multiple layouts can be stored in a single grid at design time, then loaded as needed in code. End-user layout preferences can also be saved to a file, then recalled the next time the application is run.
Input masking Input templates similar to Visual Basic format strings can be assigned to columns in order to reduce end-user data entry errors.
Drop-down multiline text editor Optionally drop down a multiple line text control for editing large fields in a cell.
Drop down any control from a cell Supports arbitrary drop-down controls, including combo boxes, list boxes, or any third-party control.
Drag and drop cell contents Supports drag-and-drop operations on a per-row or per-cell basis.
Only for V.I.P
Warning! You are not allowed to view this text.