Тема: WebReport
Показать сообщение отдельно
Старый 20.10.2006, 10:36   #1  
ntr is offline
ntr
Участник
 
31 / 16 (1) ++
Регистрация: 26.05.2006
WebReport
Добрый день!
Может кто сталкивался с такой проблемой:
Необходимо “разбить” web report на несколько страниц. Судя по документации, такая возможность есть:

“ It is possible to specify that each "page" consists of a number of records, e.g. 10 records. When the first 10 records have been outputted, and a page has been created, this page should be displayed to the user. When more pages have been generated, they will then be displayed to the user.
boolean printJobSettings::sectionsPerPage(int N)
и т.д.


Но на практике на строке sectionsPerPage(int N) браузер выдает окно “ The page cannot be displayed”

В чем проблема???