Datagrid
A grid view or a datagrid is a graphical user interface element (widget) that presents a tabular view of data.
Forum Post

Datagrid manipulation

Looking over all the documentation i can find on datagrids, i cannot find any way to make an effect similar to the effect generated by Microsoft Access's relational database table view, where you can...
Forum Post

Re: DataGrid only recived the last record

the last record of rs1 : : Set DG1.datasourse = rs2 : : : : : : rs1.open "select * from tutor", conn : : : : set rs2 = new adodb.recordset !! before the loop !! : : : : do while not rs1...
Forum Post

Re: DataGrid only recived the last record

the last record of rs1 : Set DG1.datasourse = rs2 : : rs1.open "select * from tutor", conn : : set rs2 = new adodb.recordset !! before the loop !! : : do while not rs1.eof : :...
Forum Post

DataGrid only recived the last record

Hi I am using the following code to retrive data, I used profiler to monitor, all record is processed, but the DataGrid only recived the last record, what is wrong??? Please help, Thanks...
Forum Post

right - aligned listbox and printer...

Hi everyone! I've got a proplem about Listboxes. I want to print out the datas from printer which listbox containing them.Datas are in currency format. like; **1.234.567 ****345.678 ******4...
Forum Post

Datagrid to SQL

Hi I have a datagrid read file from a excel, how can I pass the data to SQL server? I tried the following code but failed, what is wrong? Do while not DG1.SelEndRow = 0 strITEM = DG1...
Forum Post

Datagrid and Loop

Hi All, I am using a Datagrid read the Excel File, now I want to insert to DB, but how to do it ???? Do while not DG1.???? <> ????? strItem = DG1.Row(0) Loop I tried but fail, can...
Forum Post

how do I select 1st cell, in 1st row?

Does anyone know how to select the first cell in the first row, in the first column in a datagrid object. I want to simulate the user clicking here. Jose
Forum Post

RecSet.Filter = AdFilterNone

When I apply RecSet.Filter = AdFilterNone or RecSet.Filter = "" the bound Datagrid becomes "Clean". No Refresh, Requery or Rebind works. What's Wrong with my DataGrid????? Anybody can halp me...
Forum Post

exporting to Excel:

I have a VB 6.0 form that contains a datagrid using adodb controls. I am using a combo box tied to one adodb control and then another adodb that is tied to my datagrid. I am able to allow the...
Forum Post

Re: how do i Count Rows In DataGrid ??

: : how do i Count Rows In DataGrid ?? : : : : help me plz : : : : txtcount = DataGrid1.ApproxCount This works fine for me. : :
Forum Post

Re: how do i Count Rows In DataGrid ??

: how do i Count Rows In DataGrid ?? : : help me plz : :
Forum Post

how do i Count Rows In DataGrid ??

how do i Count Rows In DataGrid ?? help me plz
Forum Post

Using the Datagrid

How can I Select particular Record(s) shown on the datagrid and have them printed as per your selection on the datagrid. Also show the user that you have selected that record.
Forum Post

DATAGRID update

HOW DO I USE DATAGRID IN MASTER-DETAIL MODULE IN ADDING/UPDATING/DELETING DATA IN DATAGRID IN APPLICATION LIKE INVOICING
Forum Post

Re: Grid control

: : : Does anyone know of a grid control (for free prefereably) in which you can edit the text in each cell. : : : : : : : Yes there is, Try the Datagrid control(MSDATGRD.OCX). It's Allow update...
Forum Post

Re: Grid control

: : Does anyone know of a grid control (for free prefereably) in which you can edit the text in each cell. : : : : Yes there is, Try the Datagrid control(MSDATGRD.OCX). It's Allow update...
Forum Post

Saving from datagrid to Access

Hi all :D I have a datagrid on a form that displays selected fields from an Access .mdb file. Does anybody know how to save the changes that a user makes on the datagrid back into Access? Do i...
Forum Post

Re: Grid control

: Does anyone know of a grid control (for free prefereably) in which you can edit the text in each cell. : Yes there is, Try the Datagrid control(MSDATGRD.OCX). It's Allow update property should...
Forum Post

Re: DataGrid Rows Forecolor

: Hi. : : I've loaded a datagrid, and now I'd like all of the rows which contain a value of "0" in one of the columns to have a forecolor of vbRed. I've been going around in circles trying to...
 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.