Hi everybody,
How can i print header data dynamically? for eg: Window PERMIT
_____________________________________________________________
| | | Permit |
| | ORDER | No 1 |
| LOGO | 1000000120 | No 2 |
| | | | | | No ... | | |
|___________ |_______________________________|_________________|
| |
| | | |
| | | |
| | | |
| | MAIN | | |
| | | |
| | | |
| | | |
For your information : I have a loop with internal table of permits in driver program, and i call WRITE_FORM inside loop.
Problem : Only the last row is printed.
Please help me to solve this problem.
Best regards,
Younes