Search results for query: *

  • Users: bnbunch
  • Content: Threads
  • Order by date
  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

    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