Get RepositoryItemLookUpEdit Row Value

Posted On // Leave a Comment
With RepositoryItemLookUpEditSearch
     MsgBox(.GetDataSourceValue("ID", .GetDataSourceRowIndex("Nama", _
     txtSearch.EditValue)).ToString)
End With






.GetDataSourceValue("ID",rowIndex


).ToString) : 



Return row value, kolom "ID"
.GetDataSourceRowIndex("Nama",txtSearch.EditValue) : 
Return row index berdasarkan kolom "Nama" yang mempunyai value "txtsearch.editValue"

0 komentar: