Click here to Skip to main content
16,018,458 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Bob Pin
Christian Graus4-Jul-05 17:31
protectorChristian Graus4-Jul-05 17:31 
GeneralRe: Bob Pin
Michael P Butler5-Jul-05 3:09
Michael P Butler5-Jul-05 3:09 
GeneralRe: Bob Pin
toxcct4-Jul-05 20:53
toxcct4-Jul-05 20:53 
QuestionHow to access a Rich Text Box from multiple threads Pin
immes4-Jul-05 5:32
immes4-Jul-05 5:32 
AnswerRe: How to access a Rich Text Box from multiple threads Pin
progload4-Jul-05 6:36
progload4-Jul-05 6:36 
AnswerRe: How to access a Rich Text Box from multiple threads Pin
S. Senthil Kumar4-Jul-05 8:01
S. Senthil Kumar4-Jul-05 8:01 
GeneralRe: How to access a Rich Text Box from multiple threads Pin
immes4-Jul-05 21:20
immes4-Jul-05 21:20 
GeneralDataView - RowFilter Pin
LordLothar4-Jul-05 1:26
LordLothar4-Jul-05 1:26 
Dim refDV As DataView = New DataView(DataSet11.Tables("references"))

refDV.RowFilter = "" & ComboBox1.SelectedItem & " = like ('%" & TextBox4.Text & "%')"

DataGrid1.DataSource = refDV
=================================
Above code cause error
"Missing operand before '=' operator"
Why that happen. I want to perform selection using 'like' operator as in sql statement and want to include control inside the filtering.

Could someone help plz.
GeneralRe: DataView - RowFilter Pin
WillemM4-Jul-05 2:49
WillemM4-Jul-05 2:49 
GeneralRe: DataView - RowFilter Pin
LordLothar4-Jul-05 17:52
LordLothar4-Jul-05 17:52 
GeneralRe: DataView - RowFilter Pin
WillemM4-Jul-05 20:35
WillemM4-Jul-05 20:35 
GeneralRe: DataView - RowFilter Pin
GuruPandian4-Jul-05 18:36
GuruPandian4-Jul-05 18:36 
GeneralFIltering DataSet Problem Pin
monageasmear3-Jul-05 22:38
monageasmear3-Jul-05 22:38 
GeneralRe: FIltering DataSet Problem Pin
WillemM4-Jul-05 0:15
WillemM4-Jul-05 0:15 
GeneralRe: FIltering DataSet Problem Pin
monageasmear4-Jul-05 0:35
monageasmear4-Jul-05 0:35 
GeneralRecordset Pin
priyakamaraj3-Jul-05 21:00
priyakamaraj3-Jul-05 21:00 
GeneralRe: Recordset Pin
Dave Kreskowiak4-Jul-05 3:49
mveDave Kreskowiak4-Jul-05 3:49 
GeneralRe: Recordset Pin
Anonymous4-Jul-05 3:54
Anonymous4-Jul-05 3:54 
GeneralRe: Recordset Pin
Dave Kreskowiak4-Jul-05 13:43
mveDave Kreskowiak4-Jul-05 13:43 
GeneralOpen the default email program Pin
IvanChang3-Jul-05 20:59
IvanChang3-Jul-05 20:59 
GeneralRe: Open the default email program Pin
Dave Kreskowiak4-Jul-05 3:45
mveDave Kreskowiak4-Jul-05 3:45 
QuestionAscii ? Pin
peepys3-Jul-05 19:34
peepys3-Jul-05 19:34 
AnswerRe: Ascii ? Pin
kalyan.n@dsolusys.com3-Jul-05 21:35
kalyan.n@dsolusys.com3-Jul-05 21:35 
Generalcall center Pin
Member 20917563-Jul-05 18:48
Member 20917563-Jul-05 18:48 
GeneralRe: call center Pin
toxcct3-Jul-05 20:32
toxcct3-Jul-05 20:32 

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.