Click here to Skip to main content
15,884,040 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Convert image from 24bpp to 1bppindexed Pin
Dave Kreskowiak18-May-07 6:25
mveDave Kreskowiak18-May-07 6:25 
AnswerRe: Problem Fixed Pin
stuinstra35118-May-07 7:44
stuinstra35118-May-07 7:44 
Questioncheck database for fields Pin
jds120718-May-07 4:40
jds120718-May-07 4:40 
QuestionDataGridView databound to textboxes and CellValidating Pin
Marcus J. Smith18-May-07 4:00
professionalMarcus J. Smith18-May-07 4:00 
AnswerRe: DataGridView databound to textboxes and CellValidating Pin
kubben18-May-07 5:52
kubben18-May-07 5:52 
GeneralRe: DataGridView databound to textboxes and CellValidating Pin
Marcus J. Smith18-May-07 7:24
professionalMarcus J. Smith18-May-07 7:24 
GeneralRe: DataGridView databound to textboxes and CellValidating Pin
kubben18-May-07 7:30
kubben18-May-07 7:30 
GeneralRe: DataGridView databound to textboxes and CellValidating Pin
Marcus J. Smith18-May-07 7:46
professionalMarcus J. Smith18-May-07 7:46 
The Row_Changing is not firing before I get the following.

---------------------------<br />
DataGridView Default Error Dialog<br />
---------------------------<br />
The following exception occurred in the DataGridView:<br />
<br />
<br />
<br />
System.Data.NoNullAllowedException: Column 'ColumnName' does not allow nulls.<br />
<br />
   at System.Data.DataColumn.CheckNullable(DataRow row)<br />
<br />
   at System.Data.DataTable.RaiseRowChanging(DataRowChangeEventArgs args, DataRow eRow, DataRowAction eAction, Boolean fireEvent)<br />
<br />
   at System.Data.DataTable.SetNewRecordWorker(DataRow row, Int32 proposedRecord, DataRowAction action, Boolean isInMerge, Int32 position, Boolean fireEvent, Exception& deferredException)<br />
<br />
   at System.Data.DataTable.SetNewRecord(DataRow row, Int32 proposedRecord, DataRowAction action, Boolean isInMerge, Boolean fireEvent)<br />
<br />
   at System.Data.DataRow.EndEdit()<br />
<br />
   at System.Data.DataRowView.EndEdit()<br />
<br />
   at System.Windows.Forms.CurrencyManager.EndCurrentEdit()<br />
<br />
   at System.Windows.Forms.CurrencyManager.ChangeRecordState(Int32 newPosition, Boolean validating, Boolean endCurrentEdit, Boolean firePositionChange, Boolean pullData)<br />
<br />
   at System.Windows.Forms.CurrencyManager.set_Position(Int32 value)<br />
<br />
   at System.Windows.Forms.DataGridView.DataGridViewDataConnection.OnRowEnter(DataGridViewCellEventArgs e)<br />
<br />
<br />
<br />
To replace this default dialog please handle the DataError event.<br />
---------------------------<br />
OK   <br />
---------------------------


This comes up immediately and the only thing that fired before it was the CellValidating.


CleaKO

"Now, a man would have opened both gates, driven through and not bothered to close either gate." - Marc Clifton (The Lounge)

GeneralRe: DataGridView databound to textboxes and CellValidating Pin
kubben18-May-07 7:48
kubben18-May-07 7:48 
GeneralRe: DataGridView databound to textboxes and CellValidating Pin
Marcus J. Smith18-May-07 8:20
professionalMarcus J. Smith18-May-07 8:20 
GeneralRe: DataGridView databound to textboxes and CellValidating Pin
kubben18-May-07 8:24
kubben18-May-07 8:24 
GeneralRe: DataGridView databound to textboxes and CellValidating Pin
Marcus J. Smith18-May-07 8:43
professionalMarcus J. Smith18-May-07 8:43 
QuestionChat Application Pin
kantipudi18-May-07 3:45
kantipudi18-May-07 3:45 
AnswerRe: Chat Application Pin
Dave Kreskowiak18-May-07 4:24
mveDave Kreskowiak18-May-07 4:24 
GeneralRe: Chat Application Pin
Paul Conrad18-May-07 6:16
professionalPaul Conrad18-May-07 6:16 
GeneralRe: Chat Application Pin
leckey18-May-07 8:01
leckey18-May-07 8:01 
GeneralRe: Chat Application Pin
Paul Conrad18-May-07 10:18
professionalPaul Conrad18-May-07 10:18 
GeneralRe: Chat Application Pin
The ANZAC18-May-07 12:10
The ANZAC18-May-07 12:10 
GeneralRe: Chat Application Pin
Paul Conrad18-May-07 14:42
professionalPaul Conrad18-May-07 14:42 
GeneralRe: Read what i asked? Pin
kantipudi21-May-07 19:48
kantipudi21-May-07 19:48 
QuestionHelp me make this code to Point to SQl Server that Access localy Pin
Vimalsoft(Pty) Ltd18-May-07 3:39
professionalVimalsoft(Pty) Ltd18-May-07 3:39 
AnswerRe: Help me make this code to Point to SQl Server that Access localy Pin
Dave Kreskowiak18-May-07 4:20
mveDave Kreskowiak18-May-07 4:20 
QuestionProblems add a new record to a DataSet using the BindingNavigator Control Pin
Quecumber25618-May-07 3:11
Quecumber25618-May-07 3:11 
AnswerRe: Problems add a new record to a DataSet using the BindingNavigator Control Pin
Marcus J. Smith18-May-07 4:36
professionalMarcus J. Smith18-May-07 4:36 
GeneralRe: Problems add a new record to a DataSet using the BindingNavigator Control Pin
Quecumber25618-May-07 5:13
Quecumber25618-May-07 5:13 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.