Search results for query: *

  1. B

    Crystal report error field not known

    Just ran into recent problem with vb.net and crystal report. I added field to database and crystal report. Refreshed Crystal report by verifing database. Build and it runs fine. The problem is when I try to run from another computer If I put added field in formula, I get error field not known...
  2. B

    Sub routine to findstring in combobox

    Thanks but never mind Im not advanced programmer, Will deal with another way
  3. B

    Sub routine to findstring in combobox

    I have some programming knowledge but I don't know how to do this. Could you be more specific?
  4. B

    Sub routine to findstring in combobox

    Autocomplete is limited to a small font and is slow responding after click The posted code works great just wanted a way create a sub that could be called from each different combobox so I don't have to repeat code for each combobox
  5. B

    Sub routine to findstring in combobox

    I have following code to search combobox which I need to repeat in different forms and different comboboxes I am using from key up event Private Sub ComboBox1_KeyUp(ByVal sender As Object, ByVal e As System.Windows.Forms.KeyEventArgs) Handles ComboBox1.KeyUp ' Store the actual text that has...
Back
Top