Forum: C# Sep 5th, 2007 |
| Replies: 1 Views: 14,392 I have a simple database that displays information in various datagridview controls on the same form. One thing I would like to do is change the colour of a row if the value from a cell returns... |
Forum: C# Nov 8th, 2006 |
| Replies: 5 Views: 23,520 I figured out my problem. I had included the database file in the project. Therefore it was overwritten each time I compiled the project, making it look like the database wasn't being updated. I... |
Forum: C# Oct 17th, 2006 |
| Replies: 5 Views: 23,520 This is the exact problem I am having. Autogenerated code with DataGridView control doesn't save data to the table? Help please if you can. |
Forum: C++ Jun 25th, 2006 |
| Replies: 5 Views: 4,260 I see, so in essence i created an extra pointer, one that wasn't needed. I had wondered about that, I must have misinterpreted the first book i read. Thanks a bunch for taking the time to clear... |
Forum: C++ Jun 25th, 2006 |
| Replies: 5 Views: 4,260 Well, I moved the delete [] catalogue line to the end of the program and now the thing runs perfectly.
Thanks Salem! I new it would be something simple and painfully obvious when you look at... |
Forum: C++ Jun 25th, 2006 |
| Replies: 5 Views: 4,260 Hi Salem, Thanks for the quick reply. *ptr is something from a different book, it said pointer was best way to access dynamic arrays.
I have run the program many times and not entered a space... |
Forum: C++ Jun 24th, 2006 |
| Replies: 5 Views: 4,260 I am new to C++ and working through SAMS C++ primer. one of the excercies involves creating a dynamic array of structures to catalogue car information. I have the following code almost working and... |