how to dynamically change the page size of d2k reports?
Answer / Amritanshu Kumar Singh
To dynamically change the page size of D2K reports, you can use the PageSetup method available in the Report object. This method allows you to set the height and width of each page. Here's a simple example:
```
Report.PageSetup(Height:=8.5, Width:=11.0)
```
You can call this method at any point in your report where you want the page size to change.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the anchoring in reports?
What are object group?
Difference between lexical and bind varible.
Which flexfields you have customized?
How to make the project as .exe file in oracle forms & reports(d2k)?
What are the system variables can be set by users? Explain them
Explain the method to debug errors in an oracle application.
How many concurrent programs you have customized, can you name some of them?
What is iapxtb structure? Explain its importance
What is call form stack?
Explain the use of dde package in d2k.
What is oracle d2k?