Search results for query: *

  1. eric dugas

    wildcard autocomplete combobox

    Thank you. Thank you.
  2. eric dugas

    wildcard autocomplete combobox

    autocomplete combobox with wildcard lookup Sorry for not making myself clear. What I mean is a wildcard to choose the dropdown selection. Autocomplete only uses a wildcard on the right hand side.
  3. eric dugas

    wildcard autocomplete combobox

    Anyone know how to implement a autocomplete wildcard in a combobox?
  4. eric dugas

    Show valuemember of bound combobox after selection

    show valuemember in bound combobox Thanks for your reply jmcilhinney, I will take both of these suggestions into consideration.
  5. eric dugas

    pass value between forms in vb.net

    global varialbe one method of doing this is to add a module to your project and declare the variable in there. A safer method would be to pass the variable into the constructor when calling the form.
  6. eric dugas

    Using datgid fields as datasource in Crystal Reports

    use xml file you could write your grid data schema to an xml file, then use that file as a source for the crystal report
  7. eric dugas

    Show valuemember of bound combobox after selection

    Hello everyone. I have an issue and I am hoping someone can help. I would like to show the valuemember of the selected item from a bound combobox. For example, if the datatable is States, and an item is LA=valuemember and Louisiana=displaymember, then I would like to display LA after the display...
Back
Top