Hi everyone...

I'm working on a cashier-like program and everytime I purchase a product, an scGrid on the form shows the product that I purchase. the problem is that the scGrid should have a product on it before it can show a product and when it shows the new product that I purchase, it overwrites the previous product that i chose.

Im using this code to update the scGrid:

scGrid.refresh

and when I disable this command, it will not update the scGrid eventhough how many times i addd the product.

please help! need it badly!