The code below works like a charm, but I have been having trouble getting each result row to alternate colors. For example I would like each odd numbered row to have a white BG color and each even result row a gray BG color.
I believe if memory serves that the spot that mentions gray & white...
The code below works like a charm, but I have been having trouble getting each result row to alternate colors. For example I would like each odd numbered row to have a white BG color and each even result row a gray BG color.
I believe if memory serves that the spot that mentions gray & white...
I know how to limit the number of returns from a query, but that is not effective enough for what I want.
I want to be able to return everything, but limit how many at a time. So need help figuring out how to for example;
32 results returned
1-10 | next
or
32 results returned
1 | 2 | 3 | 4...
I've created a COM object to control a variety of cameras. Each camera has common functionality (ICamera). However, each also has additional data for internal use. This data is encapsulated within the camera objects, except that it must be set by the user. Therefore, each camera has a unique...
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.