maxa
|
| Posted: 08/19/2002, 2:58 PM |
|
Can someone tell me how to put all orders from database in one textarea???
It is much easier to make event to send emails with orders form textarea in email body.
|
|
|
 |
Nicole
|
| Posted: 08/20/2002, 5:13 AM |
|
Hello,
I think you should collect all the orders details in one variable. Then you'll be able to display it in textarea field or use as mail body.
I do not know how exactly you want to design your page, but in case you want to display orders in one textarea and nothing else on the page, you should execute custom sql and retrieve all the necessary fields from it in a loop. Add the field values to one variable inside loop step.
The code is like Grid form one.
|
|
|
 |
|