o
k
q
u
e
s
t
i
o
n
s
.
c
o
m

APEX True Data Grid 6.0 -

Does anyone know if I can display one of my columns on the true data grid to appear as a checkbox. One of my fields in the database in a yes-no field and I would like to display it in the grid as checked or unchecked. If not, do you know a way I can do this while displaying the rest of my recordset in the grid.?

 

Apex grid... -
I know I keep posting the same problem but it just doesn't go away... Does anyone know how to read the data that is selected in a Apex grid that is in another application? (Maybe a constant in SendMessage like LB_GetText???) Phailak


APEX True Data Grid 6.0 -
Does anyone know if I can display one of my columns on the true data grid to appear as a checkbox. One of my fields in the database in a yes-no field and I would like to display it in the grid as checked or unchecked. If not, do you know a way I can do this while displaying the rest


apex grid -
Can the apex grid Fully supports the vbscript


PLEASE HELP WITH APEX TDBGRID REFRESH -
My apex grid is tied to a recordset. I delete all rows in my recordset and cannot seem to get the grid to refresh. I have tried refreshing my recordset, the grid, rebinding, resetting the datasource, cursor is dynamic, I ran out of things to try and I am getting really annoyed. Can


Apex True DBGrid 6.0 Pro Data Source Problem -
I am trying to set the data source of a True DBGrid as an ADO control in the properties window of the DBGrid, but when I click on tbe Data Source cell an error message comes up saying there is no compatible data source for this control. I thought it might be because ADO is so new, but


Rowtracking/highlighting on Apex controls -
The Apex combo control allows you to set rowtracking to true which will highlight the rows on a dropdown when your cursor moves over them. I am trying to implement this in the dropdowns within my Grid control and also within the TDBDropDropdown control and I can't find the setting.


URGENT: Latest TRUEGRID.VBX (APEX for 16-bit) -
We have an old version of a program made in 16 bit VB. The program uses Truegrid.vbx from APEX The grid sometimes causes GPF fault on NT-machines. I'm not sure I have the latest version of truegrid. There is far too much code to just replace the grid in this 16-bit version, so we a


3rd Party Grid Controls -
We are planning to use a third party grid control bounded to an ADO reocrdset with add/delete/edit and all other fancy features. Currently we found 2 controls APEX True DB control & Videosoft Flex Grid Control. Can anybody give us some suggestions or comments regarding these


[2.0] Custom DataGridView control -
I am trying to get a datagridview to sync/manipulate an adodb recordset as part of a VB6 conversion project. The project itself is in VB.NET however I tend to be more productive in C# so I am working on this custom grid in C#. Back to topic, the VB6 app makes extensive use of the old


APEX DBList Pro 6.0 MultiSelect -
i am using a apex list box with the multiselect property set to extended. i am hoping someone can give me some code to find out which indexes have been selected. i just need to find out what is selected and what is not selected. i know that apex controls are from a second hand vendo


Apex TDBList control -
Does anyone here use the "Apex True DBList Pro 6.0" control? I have the same problem that I saw described on a Newsgroup and the solution was to play around with the MarqueeStyle property. I can't find the MarqueeStyle property!!! Could it be in a different version?


True DB Grid -
Apologies if this has been answered a bunch of times: Im trying to use a grid on a form that will allow users to change data around, use combo boxes, etc.. the true db grid will do that. my problem is, the way that the program is written so far.. when using flexgrids, the data is p


REsolved sample scgrid code anyone Demos -
i was surfing the net finding an alternative solution for the mshflexgrid. i found the scgrid to be free. it has lots of features. it has combo boxes, check boxes etc. the downside is i can't find any documention about it. can anyone direct me where to find documentation about scgri


Please Help!! Grid works on 98 not 2k -
Hi all, The latest dbgrid by Apex(True dbgrid) works all fine and dandy on Windows 98 but crashes on 2000 why would this be?? please help me! ta b


A simple Data set / grid question -
Morning, I have a data grid bound to a data set. Depending on what row people click on in the data grid I look up data from the data set and populate other controls/variables. I do this using Datagrid1.CurrentRowIndex to match the corresponding data, if someone does a sort on the data


DBGRID: Change order -
english In my program I use a DBGrid (Apex Data Bound Grid V. 1.0.86) to display a databank (MS Access 2.0). To make the work more flexible I want to change the order (from time to time). So that it's possible to select different columns for having special order. (like in Access or


DBGrid: Change order of datasets -
english In my program I use a DBGrid (Apex Data Bound Grid V. 1.0.86) to display a databank (MS Access 2.0). To make the work more flexible I want to change the order (from time to time). So that it's possible to select different columns for having special order. (like in Access or


APEX True DBGrid problem. -
We are using APEX True DBGrid control (ver 6)in VB5. The user enters values in columns. In one of the columns, show a message box to enter proper value. But after clicking YES for the message, the respective column's value disappears. And though we have set focus to that column, it g


Anybody help with TrueDBGrid -
Hi, Can anybody help me get started with the Apex TrueDBGrid control as the TDBG docs are pretty bad! Basically, I've set up a TDBGrid on a form and I've bound it to a Data control. When the form loads, I set the data control's databasename and recordsource properties, then refres


problem in drag and drop from one true DB Grid to another true DB Grid in VB6 -
I' m designing a form, which contain two true DB Grid controls. I want to drag the contanets of one Grid on other Grid.any one can help ..................


Need Grid that Emulates Excel Data Filter -
Hi guys I am looking for a prebuilt tool that provides the following functionality: Choose Server, Database, Table From this the tool Populates a data grid with all columns in the underlying table. Header for every column with Combobox populated with Distinct values from the o


linking apexs controls -
How can i link a true DBDate of apex controls to a Column of the dbgrid 6 of apex. I suppose that a technique could be the following: Dim Col As TrueOleDBGrid60.Column Set Col = GrdDrawApx.Columns(ColNumber) Fecha.Left = GrdDrawApx.Left + Col.Left + Col.Width


Requist: ActiveToolbars Plus 2.00 & Apex true DBgrid pro 6.0 -
Hello, I'm busy to change a program. I don't made that program.. but i need to change something. But i have some problems. Its written in VB5.0 or 6.0 i can get that one. But the writer of the code also uses: - Active Toolbars Plus 2.00 - Apex true DBgrid pro 6.0 I ca


VB Data Grid Qu -
How do you stop the microsoft data grid control throwing up a message box saying 'action is cancelled' when you set the cancel parameter to true within the beforeupdate event? Is there a property for removing this? Any ideas? Its the data grid control 6 OLEDB thanks


Change Focus In Grid -
I need to set the focus to another cell in DBGrid. And also in TDBGRID From APEX. Please help Thanks


Help about updating record ! -
Lets say I have table tbAccPayable (just sample) Fields are: - VendorID - RefNo - Amount - Paid (yes/no) Scenario: Display the records on Grid, display the [Paid] Field as check-box, If the user click on field PAID (check or uncheck), the record automatically update.. How t


Retrieve caption information -
Hi guys, First off, just let you know you guys are great, I guess you hear it all the time but anyway. Here's another problem I have. Actually, I have two ways of getting the information I need, but I'm stuck on both ways. I need the read the information contained in an application ot


[2005] Grid control and dataset -
I am using the Obout Grid control for ASP.net 2.0 from here (http://www.obout.com/grid). I populate the grid with data from a SQL server by running a query on a database and loading the data into a dataset and datatable. I then bind the data using oGrid.DataBind() to display the data


References for TDBGrid -
When I recently added and then removed a reference to the active-x data objects library for .DLLs and security, some of my Apex True DBGrids stopped working. Specifically, the problem is with all my True DBGrids that are bound to an ADO data control (as opposed to those bound to an ADO


OLE Automation error -
I've just come across an interesting problem in one of my applications when using a data control and an Apex TDBGrid. After setting the type, recordsource and executing the refresh method, I am getting the OLE Automation error '-2147417848: Object invoked has disconnected from it's cl


Problem with ODBC or DATA LINK -
I have a grid (sheridan), jet 4.0 and a ODBC connection. Problem: I can not add data to the grid even every properties (add, delete, update, etc) are set to true. even if a just created a simple form, a grid and a datacontrol (adodatacontrol), made the odbc or a data link, inform


Looking for a Grid -
Hi everyone, i am looking for a grid in which i can edit (like data grid) and in which i can add data myself and dont have to link it to any database object to lift data from (like MSFlexGrid). Kindly lemme know if there is any in-built grid attached in the VB components which i can us


I can't get the dragdrop event to work correctly. why -
I am using the ccomponent one with vb.net to create grids populated with infomation form a databse. I have created a drag event that I can use to move data from one grid to another and it works great (almost). The problem is when I start to drag data from the first grid to the se


ADODC and Data Grid -
I have a form with an ADO Data control and a Data Grid 6.0 (OLEDB) (SP5) on it. On the form that calls this form, I set my connections and SQL. The form with the Data Grid on loads and the Grid is populated with data except for the first cell on the grid which is empty? I haven't


True Grid -
I've got a column in my True Grid that's linked to a True Grid drop-down list. How do I set it so that when you type a letter in that field it takes you to the first item in the list that starts with that letter...? I've done it before but can't for the life of me remember how. It does


About Grids -
I have never used Girds. Can anyone tell me about different grid types and when they can be be used. Is there any good tutorial for Grids? Also, Whats the difference between MS Flex grid and data grid? I read that MSFlex Grid is readonly. What about data grid? Pls. help. Thanks in Adva


Want to entry in Data grid Or MsFlex Grid -
I am new in database devlopment I want to entry data directly in data grid cell or ms flex grid in any one of this. Normaly When I run the project in data grid cell I can't put the cursor and can't entry somethig. how I could possable. please help me Thank you From Rummy


Knows about Grid Answer this... -
Dear All... Anybody knows about sheridan's grid ? If so, I'd like to ask about it... As we know that at True DB Grid / or others Grid, there's an event called ON_ADDNEW that functions to place your codes which will be executed when user add a new record / row to the grid. But


capturing data from True DB Grid into XArrayDB -
How is it possible for me to capture my data which are currency values which populate True DB Grid and now have these values read as XArrayDB values ? There are several things i need to do..to create the array and then set the XArray equal to the TDBgrid. How is this done programma


ADO Question - Is there always a delay after sql -
Yes- with True data grid (Component One) I set recordsource to ado and then grid to ado and refresh immediatley.