gridview.Rows(Me.BindingContext(ds, "table").Position).Selected = True
Option Explicit On Option Strict On Imports System.Data Imports System.Data.OleDb Imports System.Windows.Forms Public Class FrmInsertJob Inherits System.Windows.Forms.Form 'เหตุการณ์ตอนโหลดฟอร์ม Private Sub FrmInsertJob_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load 'Me.WindowState = FormWindowState.Maximized Cursor.Current = Cursors.WaitCursor Dim sqlCountry As String = "" Dim dsCountry As New DataSet sqlCountry = "SELECT * FROM Country" da = New OleDbDataAdapter(sqlCountry, ConnectAccess) da.Fill(dsCountry, "AllCountry") If dsCountry.Tables("AllCountry").Rows.Count <> 0 Then Try ConToData() 'เชื่อมต่อกับฐานข้อมูล IsFind = True With Country .DataSource = dsCountry.Tables("AllCountry") .DisplayMember = "Country" .ValueMember = "Countryid" End With Catch ex As Exception MessageBox.Show(ex.Message, "Error", MessageBoxButtons.OK, MessageBoxIcon.Error) End Try Else IsFind = False Country.DataSource = Nothing End If Cursor.Current = Cursors.Default ShowgrdKholer() cmdEdit.Enabled = False End Sub Private Sub ShowgrdKholer() Dim sqlKholer As String = "" sqlKholer = "SELECT * FROM Detail ORDER BY Detailid ASC" da.SelectCommand.CommandText = sqlKholer ds.Clear() da.Fill(ds, "ShowKholer") 'ถ้ามีอย่างน้อย 1 เร็คคอร์ดแล้ว If (ds.Tables("ShowKholer").Rows.Count <> 0) Then ConToData() IsFind = True With grdKholer .DataSource = ds.Tables("ShowKholer") .ReadOnly = True .RowHeadersVisible = False .AutoGenerateColumns = False .ColumnHeadersDefaultCellStyle.Alignment = DataGridViewContentAlignment.BottomCenter .AlternatingRowsDefaultCellStyle.BackColor = Color.LightYellow End With Else IsFind = False grdKholer.DataSource = Nothing End If End Sub 'เหตุการณ์ดับเบิ้ลคลิกที่ DataGridView Private Sub grdKholer_CellDoubleClick(ByVal sender As Object, ByVal e As System.Windows.Forms.DataGridViewCellEventArgs) Handles grdKholer.CellDoubleClick Dim UserSelectRow As Long = 0 UserSelectRow = grdKholer.CurrentRow.Index If IsFind = True Then 'Data(1) DetailID = CInt(grdKholer.CurrentRow.Cells(0).Value) txtJob.Text = CStr(grdKholer.CurrentRow.Cells(1).Value.ToString) lblJobfef1.Text = CStr(grdKholer.CurrentRow.Cells(1).Value.ToString) lblJobfef2.Text = CStr(grdKholer.CurrentRow.Cells(1).Value.ToString) lblJobfef3.Text = CStr(grdKholer.CurrentRow.Cells(1).Value.ToString) ReqtoPlant.Value = CDate(grdKholer.CurrentRow.Cells(2).Value) ShipperName.Text = CStr(grdKholer.CurrentRow.Cells(3).Value.ToString) Mode.Text = CStr(grdKholer.CurrentRow.Cells(4).Value.ToString) PO.Text = CStr(grdKholer.CurrentRow.Cells(5).Value.ToString) INV.Text = CStr(grdKholer.CurrentRow.Cells(6).Value.ToString) ETD.Value = CDate(grdKholer.CurrentRow.Cells(7).Value) ATD.Value = CDate(grdKholer.CurrentRow.Cells(8).Value) ETA.Value = CDate(grdKholer.CurrentRow.Cells(9).Value) ATA.Value = CDate(grdKholer.CurrentRow.Cells(10).Value) FWDR.Text = CStr(grdKholer.CurrentRow.Cells(11).Value.ToString) GrossWeight.Text = CStr(CInt(grdKholer.CurrentRow.Cells(12).Value)) Quantity.Text = CStr(CInt(grdKholer.CurrentRow.Cells(13).Value)) Unit.Text = CStr(grdKholer.CurrentRow.Cells(14).Value.ToString) ICLCBM.Text = CStr(CInt(grdKholer.CurrentRow.Cells(15).Value)) size1x20.Text = CStr(CInt(grdKholer.CurrentRow.Cells(16).Value)) size1x40.Text = CStr(CInt(grdKholer.CurrentRow.Cells(17).Value)) size1x40HQ.Text = CStr(CInt(grdKholer.CurrentRow.Cells(18).Value)) ContrnCBM.Text = CStr(grdKholer.CurrentRow.Cells(19).Value.ToString) Port.Text = CStr(grdKholer.CurrentRow.Cells(20).Value.ToString) Country.Text = CStr(grdKholer.CurrentRow.Cells(21).Value.ToString) BL_no.Text = CStr(grdKholer.CurrentRow.Cells(22).Value.ToString) DateDO.Value = CDate(grdKholer.CurrentRow.Cells(23).Value) Rcvd_Doc.Value = CDate(grdKholer.CurrentRow.Cells(24).Value) Starting.Value = CDate(grdKholer.CurrentRow.Cells(25).Value) Released.Value = CDate(grdKholer.CurrentRow.Cells(26).Value) PlanDelivery.Value = CDate(grdKholer.CurrentRow.Cells(27).Value) Delivery.Value = CDate(grdKholer.CurrentRow.Cells(28).Value) Delivery_Place.Text = CStr(grdKholer.CurrentRow.Cells(29).Value.ToString) Remark.Text = CStr(grdKholer.CurrentRow.Cells(30).Value.ToString) 'Data(2) BG_Date.Value = CDate(grdKholer.CurrentRow.Cells(31).Value) BG_Amount.Text = CStr(grdKholer.CurrentRow.Cells(32).Value.ToString) ImportCustomer.Text = CStr(grdKholer.CurrentRow.Cells(33).Value.ToString) TypeOfEntry.Text = CStr(grdKholer.CurrentRow.Cells(34).Value.ToString) SKUNumber.Text = CStr(grdKholer.CurrentRow.Cells(35).Value.ToString) DetailOfGoods.Text = CStr(grdKholer.CurrentRow.Cells(36).Value.ToString) CIF.Text = CStr(CInt(grdKholer.CurrentRow.Cells(37).Value)) HSCode.Text = CStr(CInt(grdKholer.CurrentRow.Cells(38).Value)) TarrifRate.Text = CStr(grdKholer.CurrentRow.Cells(39).Value.ToString) Duty.Text = CStr(CInt(grdKholer.CurrentRow.Cells(40).Value)) Vat.Text = CStr(CInt(grdKholer.CurrentRow.Cells(41).Value)) Eprivilege.Text = CStr(grdKholer.CurrentRow.Cells(42).Value.ToString) Eduty.Text = CStr(CInt(grdKholer.CurrentRow.Cells(43).Value)) Vat2.Text = CStr(CInt(grdKholer.CurrentRow.Cells(44).Value)) CostSaving.Text = CStr(grdKholer.CurrentRow.Cells(45).Value.ToString) KPI_LeadTime.Value = CDate(grdKholer.CurrentRow.Cells(46).Value) Billing.Value = CDate(grdKholer.CurrentRow.Cells(47).Value) KPI_Billing.Value = CDate(grdKholer.CurrentRow.Cells(48).Value) Duty2.Text = CStr(CInt(grdKholer.CurrentRow.Cells(49).Value)) DutyExcludedVat.Text = CStr(CInt(grdKholer.CurrentRow.Cells(50).Value)) DueDateDuty.Value = CDate(grdKholer.CurrentRow.Cells(51).Value) 'Data(3) Freight.Text = CStr(grdKholer.CurrentRow.Cells(52).Value.ToString) Exwork.Text = CStr(grdKholer.CurrentRow.Cells(53).Value.ToString) DO1.Text = CStr(grdKholer.CurrentRow.Cells(54).Value.ToString) OtherCharge.Text = CStr(grdKholer.CurrentRow.Cells(55).Value.ToString) Total.Text = CStr(grdKholer.CurrentRow.Cells(56).Value.ToString) ConsolBill.Text = CStr(grdKholer.CurrentRow.Cells(57).Value.ToString) FrtBillNo.Text = CStr(grdKholer.CurrentRow.Cells(58).Value.ToString) FrtBillDate.Value = CDate(grdKholer.CurrentRow.Cells(59).Value) TranSportation.Text = CStr(grdKholer.CurrentRow.Cells(60).Value.ToString) TotalAmount.Text = CStr(grdKholer.CurrentRow.Cells(61).Value.ToString) BillingMonth.Text = CStr(grdKholer.CurrentRow.Cells(62).Value.ToString) FrtFromUS.Text = CStr(grdKholer.CurrentRow.Cells(63).Value.ToString) SavingFrtCost.Text = CStr(grdKholer.CurrentRow.Cells(64).Value.ToString) rdoImport.Checked = CBool(grdKholer.CurrentRow.Cells(65).Value) rdoExport.Checked = CBool(grdKholer.CurrentRow.Cells(66).Value) End If TabControl1.SelectedTab = Data1 cmdAdd.Enabled = False cmdEdit.Enabled = True cmdCancle.Enabled = True End Sub
With grdKholer .DataSource = ds.Tables("ShowKholer") .ReadOnly = True .RowHeadersVisible = False .AutoGenerateColumns = False .ColumnHeadersDefaultCellStyle.Alignment = DataGridViewContentAlignment.BottomCenter .AlternatingRowsDefaultCellStyle.BackColor = Color.LightYellow .Rows(Me.BindingContext(ds, "ShowKholer").Position).Selected = True End With
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง