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 bkrike 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: GreatBloke
  • Content: Threads
  • Order by date
  1. GreatBloke

    template class - have a problem

    Hi, I'm trying to create a very small and simple template class but am having problems. here is my header file code... //BookStock.h #ifndef BookStock #define BookStock template< class T > class BookStocks { private: int numInStock; T price; //price either int or float char...
  2. GreatBloke

    Query works in SQL8+ but not forms debugger

    Hi, I have a select query which works perfectly in sql8 but when i have a combo on a form no data is displayed (i'm sure the combo is setup right). When i go into the forms debugger and enter the same select i get no rows selected. All help is very much appreciated Thanks

Part and Inventory Search

Back
Top