Search results for query: *

  1. W

    Problems with dataset (crystal Report) Urgent .Please Help

    Hi there i am new to crystal report. and currently i am doing a vb.net 2002 application which uses crystal report 9.0 the problem i faced is after i execute the code Dim dS As New DataSet() dS = '// i have already feed the dataset with records Dim CustomerReport As New...
  2. W

    Need help on searching using wildcards

    Hmm i found out there is a bug in the code...it works well on the first time of execution however when i add a clear button to clear all the values and rerun the search button it fails to work my codes are: Dim search1 As String = Me.CBsymp1.Text Dim search2 As String = Me.CBsymp2.Text Dim...
  3. W

    Listbox problems

    I found another method to do it but i need to declare 2 extra textbox 4 it to store temp data to it. Is there any better ways to do it ? My codes Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load Dim odCmd As OleDbCommand Dim odR As...
  4. W

    Listbox problems

    Yup the filelocation is the name of my column in my database Hmm i think i messed up my codes care to show me how to solve my problem from the start sorry i am a slow learner :o
  5. W

    Listbox problems

    Hi there sorry to disturb you again anyway there is some probems with the code. As there is no valuesource in the listbox and also the code generated an error at the reader which is underline below <My code> Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs)...
  6. W

    Listbox problems

    Hmm i dun get what you mean on the second part any samples ?
  7. W

    Listbox problems

    Hi there, i am having a problem on a simple part of coding again this time its regarding listbox i would like to use a list box to populate a set of records and from the records users is capable of clicking on it..once clicked it will open a rich textbox which the location of the file is...
  8. W

    Need help on searching using wildcards

    wow thankz this code really helps
  9. W

    Need help on searching using wildcards

    err not really kind to explain thankz
  10. W

    Need help on searching using wildcards

    Anyway thankz TPM for the swift reply :)
  11. W

    Need help on searching using wildcards

    err how do i implement the full of it ? just add it in front of my codes?
  12. W

    Need help on searching using wildcards

    Thank TPM, I managed to solve the problem with wildcards btw i have another questions i am using a search which uses 5 combobox to search i would like to know if there is any method to further enhance the code as if only 3 of the combobox of the 5 combobox is has been selected with values...
  13. W

    Need help on searching using wildcards

    Hi there i a newbie in vb.net programming and i having a problem implementing searching using wildcards in the database i tried using the 1's from here http://www.vbdotnetforums.com/showthread.php?t=442&highlight=wildcard however i still facing problems in it. It keep on giving errors which...
Back
Top