Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: cbouknight
  • Content: Threads
  • Order by date
  1. cbouknight

    Combining Rows - Grouping On Non-Numeric Column Values?

    I'm trying to query a table to produce results that are the "combined" results of rows with "some" matching columns that are not numeric. Example: MyTable Key CustNo GA MA FS --- ------ --- --- --- 1 123456 Yes No No 2 123456 No Yes Yes 3 123456 No Yes No 4...
  2. cbouknight

    WaitForKeys and VB.Net

    I'm trying to use WaitForKeys as follows: Proceed = Screen1.WaitForKeys(9000, "<Tab>") If Proceed Then MessageBox.Show("Done.") Else MessageBox.Show("No key pressed in 9 seconds.") End If I have "proceed" declared as boolean. However, on executing the code, I get an error stating...
  3. cbouknight

    Statusbar of EXTRA!

    Is there a way to access the status bar of EXTRA! X-treme version 8.0+ ? I want to be able to post messages from my VB.Net application to the status bar, not the host status bar. Thanks.

Part and Inventory Search

Back
Top