Subject: datagrids
Posted By: dhoward Post Date: 5/18/2007 9:20:26 AM
I have a datagrid on my application and for some reason the data will not appear.  I have the columns binded to the data in the table in the properties window, but it's still not showing up.  The datagrid is set to visible. Any suggestions?

Reply By: gbianchi Reply Date: 5/21/2007 7:21:31 AM
hi there..

the grid or the data is not showing?? if the query returns empty it will not show any data...

HTH

Gonzalo

===========================================================
Read this if you want to know how to get a correct reply for your question:
http://www.catb.org/~esr/faqs/smart-questions.html
^^Took that from dparsons signature and he Took that from planoie's profile
===========================================================
My programs achieved a new certification (can you say the same?):
WORKS ON MY MACHINE
http://www.codinghorror.com/blog/archives/000818.html
===========================================================
I know that CVS was evil, and now i got the proof:
http://worsethanfailure.com/Articles/Classics-Week-I-Hate-You.aspx
===========================================================
Reply By: dhoward Reply Date: 5/21/2007 9:42:20 AM
It's the data in the grid that's not showing.

Reply By: gbianchi Reply Date: 5/21/2007 10:11:11 AM
is the query returning anything??

is the grid columns bounded to the right fields???

HTH

Gonzalo

===========================================================
Read this if you want to know how to get a correct reply for your question:
http://www.catb.org/~esr/faqs/smart-questions.html
^^Took that from dparsons signature and he Took that from planoie's profile
===========================================================
My programs achieved a new certification (can you say the same?):
WORKS ON MY MACHINE
http://www.codinghorror.com/blog/archives/000818.html
===========================================================
I know that CVS was evil, and now i got the proof:
http://worsethanfailure.com/Articles/Classics-Week-I-Hate-You.aspx
===========================================================
Reply By: dhoward Reply Date: 5/22/2007 10:10:01 AM
At first the query did not return anything and I created another stored procedure that did return the data that I needed.  So I called that particular stored procedure and now the whole datagrid's not showing.

Reply By: gbianchi Reply Date: 5/22/2007 12:27:49 PM
is the grid visible all the time???, I mean, maybe you  are turning visible=false somewhere...

HTH

Gonzalo

===========================================================
Read this if you want to know how to get a correct reply for your question:
http://www.catb.org/~esr/faqs/smart-questions.html
^^Took that from dparsons signature and he Took that from planoie's profile
===========================================================
My programs achieved a new certification (can you say the same?):
WORKS ON MY MACHINE
http://www.codinghorror.com/blog/archives/000818.html
===========================================================
I know that CVS was evil, and now i got the proof:
http://worsethanfailure.com/Articles/Classics-Week-I-Hate-You.aspx
===========================================================
Reply By: dhoward Reply Date: 5/22/2007 1:02:11 PM
The datagrid is visible now but the data's still not showing.

Reply By: gbianchi Reply Date: 5/22/2007 1:07:01 PM
then you have to choices.. or your select is not returning anything or you are bounded the fields in the grid to the wrong fields in the table...  same problem as before...

HTH

Gonzalo

===========================================================
Read this if you want to know how to get a correct reply for your question:
http://www.catb.org/~esr/faqs/smart-questions.html
^^Took that from dparsons signature and he Took that from planoie's profile
===========================================================
My programs achieved a new certification (can you say the same?):
WORKS ON MY MACHINE
http://www.codinghorror.com/blog/archives/000818.html
===========================================================
I know that CVS was evil, and now i got the proof:
http://worsethanfailure.com/Articles/Classics-Week-I-Hate-You.aspx
===========================================================
Reply By: dhoward Reply Date: 5/24/2007 9:07:06 AM
Got it!! Thanks:)


Go to topic 60938

Return to index page 1