What about bugzilla ? http://www.bugzilla.com
___________________________ vykom's best. Free your mind! use GPL. up to open source!!!
What about bugzilla ? http://www.bugzilla.com
___________________________ vykom's best. Free your mind! use GPL. up to open source!!!
Right in the correct spot !!!!!! Tanks a lot. I've make it work thanks to you! see you around ????
___________________________ vykom's best. Free your mind! use GPL. up to open source!!!
Well I'm not totally sure, but I can tell you're having a BindingSource problem. In my expirience, I wouldn't be able to edit almost nothing usingn BingdingSource or TableAdapters, because we can not mess with the internal managment of the .NetFramework. Solution: Fill the DataGridView manually using sql querry, it should solve the problem.. (I mean manually exactly how it sounds.. row by row and Cell by Cell) good luck. (sorry my english)
___________________________ vykom's best. Free your mind! use GPL. up to open source!!!
well, tnks for that. About the second question, what I need is something like this: Some user, can manually select an item loaded in the DataGridViewComboBoxCell, but, in any case, he can manually insert a value typing it too. That's why I can't explicity load all items from a BindingSource or TableAdapter normally, because I wouldn't add or edit any item from the control. Y try getting the full action over "mouseclicked" and "itemselected", but I couln't add an item in the combo .... exception released because i'm trying to edit all the concurrency of the BindingSource. And also loading the commbo manually, I couln't draw a simple TextBox in the place of the ComoboBoxCell.. It's kind of tricky. (sorry my english)
___________________________ vykom's best. Free your mind! use GPL. up to open source!!!
Hi! I need to load a DataGridViewComboBoxCell from dynamic SQL data and the other DataGridViewTextBoxCell from another SQL datasource. Thats not it... i need also be able to edit one single value from it. For exmple, I need to be able to select some item or insted be able to insert a new value to get from some insert qerry. All this for earch row in a normal DataGridView Component from Visual Studio .Net 2005 tnks! :^)
___________________________ vykom's best. Free your mind! use GPL. up to open source!!!