Temens,
Bagaimana caranya RowFilter di dataview (syntaxnya), bila menggunakan parameter.
Berikut adalah yg gw buat and ga jalan.
Dim myKey as string = “SupplierName”
Dim myTxtSearch as string = “AB”
Dim str As String = "'" & myKey & " LIKE '" & myTxtSearch & "%'" & "'"
-- atau begini à error juga à Dim str As String = "'" & myKey & " LIKE '" & myTxtSearch & "%'"
dvWIS.RowFilter = str
Pesan error:
Syntax error: Missing operand after 'AB' operator
Mohon pencerahan dong….
Muliadi Liem
Untuk keluar dari millis ini, kirim email kosong ke:
[EMAIL PROTECTED]
YAHOO! GROUPS LINKS
- Visit your group "Programmer-VB" on the web.
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
