Results for the displaying tables in grid format in vb6 including a new field in the grid for other operationsAPEX 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 Hiding/sizing columns in data grid - I have a data grid that is bound to a relationship of two tables in a dataset. The common field in the relationship is classId. When I view the data in the data grid I do not want to see the classId field but if I do not include the field in my select statement I get an error when I how can I use data relationship or join tables - I want join to tables from an index field then I want to collecting field form both tables. Also, I want to place those field into a grid, in another words I want to place some field into text boxes and another fields into a grid. How can I do that. here is an example of my code. F Mulitselect data in a grid - I've been given the assignment to allow multiselect on a grid that is populated with data. The current grid being used is MS Grid Control (grid32.ocx). I have a choice of MS FlexGrid Control 6.0 (msflxgrd.ocx)...but wasn't sure if that even supported multiselect. If it is, do yo Check Box Display in Data Grid / MSFlexGrid - Hi, To Create a dialogue box including some multiple record selection, I need to give the user a datagrid / MSflexGrid with a text field and a checkbox field which the user may want to click. But I am not able to make the check box visible in any of the Grid. It displays only '0' Changing Grid Cells with the Mouse - Somebody please help me ! I have a project I'm working on that uses a grid (any type it doesnt matter). The grid shows the result of a recordset. The recordset is made up from fields from a database that contains 4 tables. The recordset has one field from each of the 4 tables. DB GRID - Hai friends, I have some doubts in using DB Grid Control in Visual Basic.I am using VB 5.0 for my project, but VB 6.0 is also loaded in our machine. My backend is MS-Access. My doubts may be silly or very simple, but I don't have anyone to help me and i have tried my level best for Changing Grid Data - Somebody please help me ! I have a project I'm working on that uses a grid (any type it doesnt matter). The grid shows the result of a recordset. The recordset is made up from fields from a database that contains 4 tables. The recordset has one field from each of the 4 tables. I I have a grid problem. - I am using the MSHFlexGrid which up to now has been working fine but I am trying to add a new feature. I want to bring up a Popupmenu when the user right clicks on top of a selection on the grid. The problem is the grid does not respond to a right mouse click on the grid. What I me vb6-sql server2000 communication - Hi, i have a database sql server2000 and a vb6 application for witk with db. Currently, my db is used for data storage only and an app. performes all operations . I'm trying to change it: to enclose all operations in db and application will only use them. But i really don't know how to Data Environment Designer - I have the following : Access database with a number of tables, Data Environment Designer, with 1 Connection, and a command (for the first table), as well as a child command object (for the second table - has a foreign key to the first). I also have 2 datagrids, for displaying the co Horizontal scrollbar question - Is it possible to disable the scrolling using the slider ? By that I mean they can only scroll using the "end bits". I've got 3 grids displaying info from arrays, and when they for example click right it shuffles the info from grid 2 to grid 1, from grid 3 to grid 2, and Exporting Data Report to HTML format - In a Data report , I have drawn horizontal and vertical Rptline controls around my rows and columns to give it a table like effect .....( like a grid structure ) Although in the output I can view all the lines ......in a grid format , when I export the report to HTML forma Editing data in a grid with join tables - Hello, I'm trying to create a grid that I will be able to add and update in. My RecordSource is SQL query with JOIN tables and database is SQL 2000. I need grid to have combo boxes or dropdown lists that users can select only one of the values that is already in that database field How can I copy multiple records to Flex grid in VB - Hai, In vb I bounded a flex grid to a Ms access table ,and given the option "Add New Records" to that grid...Eventhough it is not allowing me to copy records to that grid except field by field which causes time loose How can I have to achieve this one This is very ver Dateformat - I hv a date column in transaction field. I want to retrive that column in MSHFlexgrid in other than sql date format. I want to use 'DD-MMM-YYYY' format. I'm using 'Set Grid.Datasource = Recordset' statement for filling the grid. Is there any function which i can use to format the Printing the contents of a data grid - Data Report Can be Packaged - Dear Friends, I wish to provide a function to print the content of a data grid like that in Excel, including grid lines and column headers. But I don't want to use the capture image method of the grid and send to the Printer object because this is not applicable if the list is lo S Grid Help - Hey everyone, I got a pretty simple question, but I know that there is probably very few here that has ever used S Grid. For anyone that doesnt know or has never used S Grid, you can download and read about it, at the authors website http://www.vbaccelerator.com/home/VB...id_2/index.as 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 datagrid header question - Dear all, i have a very simple question i have a datagrid which its datasource is a dataset with multiple tables that are dynamically created on run time. the datagrid works fine and great but when the user selects a table to get into it ( as the datagrid shows multiple table |