Click here to Skip to main content
15,884,237 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Crystal Reports Custom Parameter Passing Pin
JC.KaNNaN16-Jun-09 3:38
JC.KaNNaN16-Jun-09 3:38 
GeneralRe: Crystal Reports Custom Parameter Passing Pin
Kschuler16-Jun-09 3:47
Kschuler16-Jun-09 3:47 
GeneralRe: Crystal Reports Custom Parameter Passing Pin
JC.KaNNaN16-Jun-09 20:29
JC.KaNNaN16-Jun-09 20:29 
GeneralRe: Crystal Reports Custom Parameter Passing Pin
Kschuler17-Jun-09 3:00
Kschuler17-Jun-09 3:00 
AnswerRe: Crystal Reports Custom Parameter Passing Pin
Aiman Farouk Mohamed15-Jun-09 22:07
Aiman Farouk Mohamed15-Jun-09 22:07 
QuestionVisual Basic Multilingual Support - Picking Desired Resource Pin
vhassan15-Jun-09 1:32
vhassan15-Jun-09 1:32 
AnswerRe: Visual Basic Multilingual Support - Picking Desired Resource Pin
Baran M15-Jun-09 4:35
Baran M15-Jun-09 4:35 
QuestionDatarepater Control (Winforms) Pin
Alan Bates15-Jun-09 1:20
Alan Bates15-Jun-09 1:20 
Hi!

I am writing an application in VB.Net (2005) using the datarepeater control in bound mode using the bindingsource/tableadapter scenario. It's working fine but I would like to incorporate a search facility.

I have tried the example from help and this works fine for exact matches but not for partial matches similar to the partial match in SQL using the "LIKE" statement.

The code that I adapted from help is -

strSearch = txtSearch.Text<br />
      foundIndex = VwTasCompaniesBindingSource.Find("CompanyName", strSearch)<br />
      If foundIndex > -1 Then<br />
          DataRepeater1.CurrentItemIndex = foundIndex<br />
      Else<br />
          MsgBox("Item " & strSearch & " not found.")<br />
      End If<br />


I have looked just about everywhere but I cannot find an example of how this could be acheived.

Any help will be appreciated!

Regards,

Alan Confused | :confused:
QuestionDataGridView how to get items Pin
alwinSCH15-Jun-09 0:31
alwinSCH15-Jun-09 0:31 
AnswerRe: DataGridView how to get items Pin
Henry Minute15-Jun-09 0:39
Henry Minute15-Jun-09 0:39 
QuestionHow to deploy dll before custom action Pin
Mithun.Shitole14-Jun-09 23:58
Mithun.Shitole14-Jun-09 23:58 
AnswerRe: How to deploy dll before custom action Pin
Kschuler15-Jun-09 9:00
Kschuler15-Jun-09 9:00 
GeneralRe: How to deploy dll before custom action Pin
Mithun.Shitole15-Jun-09 9:09
Mithun.Shitole15-Jun-09 9:09 
QuestionVista like Sort,Group,Stack,Filter dropdown on Listview ? Pin
saxgod14-Jun-09 23:34
saxgod14-Jun-09 23:34 
AnswerRe: Vista like Sort,Group,Stack,Filter dropdown on Listview ? Pin
Dave Kreskowiak15-Jun-09 4:01
mveDave Kreskowiak15-Jun-09 4:01 
GeneralRe: Vista like Sort,Group,Stack,Filter dropdown on Listview ? Pin
saxgod15-Jun-09 23:09
saxgod15-Jun-09 23:09 
GeneralRe: Vista like Sort,Group,Stack,Filter dropdown on Listview ? Pin
Dave Kreskowiak16-Jun-09 12:01
mveDave Kreskowiak16-Jun-09 12:01 
QuestionWindowstate Pin
JaganBR14-Jun-09 23:09
JaganBR14-Jun-09 23:09 
AnswerRe: Windowstate Pin
Christian Graus14-Jun-09 23:18
protectorChristian Graus14-Jun-09 23:18 
GeneralRe: Windowstate Pin
JaganBR14-Jun-09 23:52
JaganBR14-Jun-09 23:52 
GeneralRe: Windowstate Pin
Christian Graus15-Jun-09 0:48
protectorChristian Graus15-Jun-09 0:48 
Questionhow to pass two different record from different table in crystal report? Pin
JC.KaNNaN14-Jun-09 21:13
JC.KaNNaN14-Jun-09 21:13 
Questionprintpreviewdialog Numeric up down button events Pin
VB 8.014-Jun-09 20:50
VB 8.014-Jun-09 20:50 
AnswerRe: printpreviewdialog Numeric up down button events Pin
Dave Kreskowiak15-Jun-09 3:59
mveDave Kreskowiak15-Jun-09 3:59 
QuestionVisual Basic Upgrade Wizard error Pin
i_kant_spel14-Jun-09 7:41
i_kant_spel14-Jun-09 7:41 

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.