Auto Refresh DRW

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I want to write a results page based on the order lines created by our buyers
that will allow users to change selling prices and see the over all effect on
the profit margin without effecting the original record, then finally when
they are happy be able to submit the changes, I assume a number fo temprary
tables are required in my SQL databse to hold the information during
processing?

I know this is not going to be an easy function but any help on structure
and method would be greatly appreciated.

Tia

Jonathan
 
IMHO what you want to do is way beyond the capabilities of the DRW
- you will need some hand coded server side scripting

--




|I want to write a results page based on the order lines created by our buyers
| that will allow users to change selling prices and see the over all effect on
| the profit margin without effecting the original record, then finally when
| they are happy be able to submit the changes, I assume a number fo temprary
| tables are required in my SQL databse to hold the information during
| processing?
|
| I know this is not going to be an easy function but any help on structure
| and method would be greatly appreciated.
|
| Tia
|
| Jonathan
 
Back
Top