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...
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
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.