Frage : Problem mit AccountsGrid_CellContentClick (ByVal Absender als System.Object, ByVal e als System.Windows.Forms.DataGridViewCellEventArgs) behandelt AccountsGrid.CellContentClwbr

Ich möchte das folgende einführen, das OKAY ist, aber was scheint zu geschehen ist dass, wenn ich jede mögliche Zelle anklicke, Änderungen an den Textkasteneintragungen erst nach das Klicken in Spalten 5 oder 6 der datagrid Ansicht und nirgendwo anders eintreten. Was sind ich falsch tuend? Ich habe ein Bild der Fenster form
David Jenkins

Private VorAccountsGrid_CellContentClick (ByVal Absender als System.Object, ByVal e als System.Windows.Forms.DataGridViewCellEventArgs) Handgriffe eingeschlossen, AccountsGrid.CellContentClick
, das
Reihe als DataRow

wenn e.RowIndex >= 0 dann „und e.ColumnIndex >= 0 Then
ClassGlobalVariables.cBookMarkInt = e.RowIndex
Reihe = ClassGlobalVariables.cDataTable.Rows verdunkeln (e.RowIndex)
“ *************************
„Verbindungs-area per informazioni, usw. zum datagrid ersten tab
cTitle.Text = Reihe (TitlePFX)
cForename.Text = Reihe (Vorname)
cInitial.Text = Reihe (CurrencyDeleteInd)
            cSurname.Text = Reihe (Familienname)
cAccountUID.Text = Reihe (AccountUIDRef)
cBusinessName.Text = Reihe (BusinessName)
AccountID.Text = Reihe (AccountUID)

, wenn Reihe (AccountStartDt) IsNot nichts Then
cAccountStartDt.Text = String.Format („{0: d}“, Reihe (AccountStartDt))
Else
cAccountStartDt.Text = ""
Ende If

, wenn Reihe (AccountEndDt) IsNot nichts Then
cAccountEndDt.Text = String.Format („{0: d}“, Reihe (AccountEndDt))
Else
cAccountEndDt.Text = ""
Ende If

cAccountType.Text = Reihe (AccountType)
cDifficultyRating.Text = Reihe (AccountDifficultyRating)
cAccountStatus.Text = Reihe (AccountStatus)
cBillCycleCode.Text = Reihe (BillCycleCode)
cDirectDebtDay.Text = Reihe (DirectDebitDay)
cPlanCode.Text = Reihe (PlanCode)
cPlanSeries.Text = Reihe (PlanSeries)

, wenn Reihe (CollectionStartDt) IsNot nichts Then
cCollectionStartDt.Text = String.Format („{0: d}“, Reihe (CollectionStartDt))
Else
cCollectionStartDt.Text = ""
Ende If

, wenn Reihe (CollectionEndDt) IsNot nichts Then
cCollectionEndDt.Text = String.Format („{0: d}“, Reihe (CollectionEndDt))
Else
cCollectionEndDt.Text = ""
Ende If

cSuspendInd.Text = Reihe (SuspendInd)
cDeleteInd.Text = Reihe (DeleteInd)
, wenn Reihe (CreditScore) IsNot nichts Then
cCreditScore.Text = Reihe (CreditScore) .ToString
Else
cCreditScore.Text = ""
Ende If
cCreditLimit.Text = Reihe (CreditLimit) .ToString
, wenn IsDBNull (Reihe (AccountNote)) Then
cAccountNote.Text = ""
Else


“ ************************* ********** ********** ********** *********

bmkAccountUIDRef = Reihe (AccountUIDRef)
ClassGlobalVariables.cBookMarkInt = Reihe (AccountUIDRef)
bmkAccountUIDRefIndex = AccountsGrid.CurrentCell.RowIndex
ClassGlobalVariables.cBookMarkIntIndex = bmkAccountUIDRefIndex
/> s snhF5FF expNoHeader postableAttach " >
Sub

If
„nothing
If

see Anmerkung above
 339993
" L class= >
see Anmerkung above
 das 339993

Antwort : Problem mit AccountsGrid_CellContentClick (ByVal Absender als System.Object, ByVal e als System.Windows.Forms.DataGridViewCellEventArgs) behandelt AccountsGrid.CellContentClwbr

Sie können Zellenklicken, Mäuseklicken, Mäusedoppelt-Klicken auch verwenden mit den gleichen Resultaten .....
Weitere Lösungen  
 
programming4us programming4us