Solution to DataGrid "column not found" error (VB6, ADO) 
Author Message
 Solution to DataGrid "column not found" error (VB6, ADO)

Duh!

Beware that if you use the DataGrid it is ((not)) compatible with
unbound columns or rows!  Found this tidbit in MSDN after struggling
for a couple of days with high strangeness when trying to write to an
unbound column.  The symptoms lead to a delusional belief that you are
just coding something wrong, but in fact it's much more than that.

You can create an unbound column, and you can even set the Caption
property at runtime .... but you cannot set the Value or Text property
because of the incompatibility.  "Column not found", indeed.  You can
see it, you can type in it, you can even set the Caption, but the
column does not exist!

MSHFlexGrid seems to be ADO and unbound row/column compatible though.

Thanks to those who helped with this problem.  ~Paul



Mon, 01 Aug 2005 12:26:30 GMT  
 Solution to DataGrid "column not found" error (VB6, ADO)

Quote:
> MSHFlexGrid seems to be ADO and unbound row/column compatible though.

Yeah but MSHFlexGrid is read-only for bound data. Not good enough...
still struggling here.

rom.



Thu, 25 Aug 2005 05:34:10 GMT  
 Solution to DataGrid "column not found" error (VB6, ADO)

Quote:

> > MSHFlexGrid seems to be ADO and unbound row/column compatible though.

> Yeah but MSHFlexGrid is read-only for bound data. Not good enough...
> still struggling here.

> rom.

It's read only??  Jeezuz.  No wonder people spend money on grid controls!


Sun, 28 Aug 2005 10:34:20 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. Solution to DataGrid "column not found" error (VB6, ADO)

2. DataGrid "Column Not Found" error

3. DataGrid "Column Not Found" error

4. Solution for the "Licence not found"

5. "Module not found" error

6. "Module not found" error

7. "Project Not Found" Error

8. ODBC error - "file not found" Help

9. Strange "File not found" error

10. "File not found" error

11. Error 32504 "File not Found"

12. "license not found" errors

 

 
Powered by phpBB® Forum Software