Hello,
I have a select command that gets all the products from an order and I want to list them in the order they were entered in the database. There is no ORDER BY clause. I'm wondering why it doesn't list them that way. When I print the order, it's correct, however when I print the invoice...
I have an order entry screen that looks a bit like that :
prod(1) description (1) qty(1) price(1)
prod(2) description(2) qty(2) price(2)
...
For 13 lines. So I have quite a few arrays.
The company wants to be able to enter up to 30 products on an order. So I would like to change it to...
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.