Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_vb thread: Checkbox in DataGrid problem


Message #1 by "Hum C H" <humch@h...> on Wed, 21 Feb 2001 17:48:27 -0000
This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.

------_=_NextPart_001_01C09CC8.9F0CC3A0
Content-Type: text/plain;
	charset="iso-8859-1"

If you do not absolutely need to use a datagrid, and you are using VB 6, you
might try the listview control, which has a checkboxes property.

The listview control also has a documented bug when using checkboxes, be
sure to read the knowledge base article Q224181.

----------------------------------------
Subject: Checkbox in DataGrid problem
From: "Hum C H" <humch@h...>
Date: Wed, 21 Feb 2001 17:48:27 -0000
X-Message-Number: 24

Hi everyone

Is there no way to allow a checkbox display on DataGrid?

I have tried several ways, even creating a checkbox on form and superimpose 
on the grid but the problem is I have an indefinate number of returned 
rows(to use the checkbox) and they need to be updated into the database.

If there is really no way, Is there a third party grid to recommand?

C H Hum

Tom Regan
senior application developer

pmh caramanning inc.
34705 W. 12 Mile Rd.
Farmington Hills, MI 48331-3261
xxx-xxx-xxxx
fax:  xxx-xxx-xxxx
email: tregan@p... <mailto:tregan@p...>
www.pmh.com



  Return to Index