MelanieParent
Programmer
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 ressemble an excel table, so that the screen is the same size but we could scroll up and down. Also, some fields need to have validation (the product number field must exists in a dbf, and the description is put up automatically).
Can I do something like this ? And how ?
Thank you so much for your help !
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 ressemble an excel table, so that the screen is the same size but we could scroll up and down. Also, some fields need to have validation (the product number field must exists in a dbf, and the description is put up automatically).
Can I do something like this ? And how ?
Thank you so much for your help !