Две бесконечные страницы
Не получается просмотреть две бесконечные страницы. Добавляем в пустой отчёт две страницы, в обеих бросаем Мастер-бэнд с мемкой и устанавливаем разное количество строк (на первой больше чем на второй), при этом устанавливаем галки "Бесконечная высота"
Вот DFM-ка
Вот DFM-ка
object Form1: TForm1
Left = 0
Top = 0
Caption = 'Form1'
ClientHeight = 311
ClientWidth = 643
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object frxReport1: TfrxReport
Version = '4.12'
DotMatrixReport = False
IniFile = '\Software\Fast Reports'
PreviewOptions.Buttons = [pbPrint, pbLoad, pbSave, pbExport, pbZoom, pbFind, pbOutline, pbPageSetup, pbTools, pbEdit, pbNavigator, pbExportQuick]
PreviewOptions.Zoom = 1.000000000000000000
PrintOptions.Printer = 'Default'
PrintOptions.PrintOnSheet = 0
ReportOptions.CreateDate = 41372.866253611100000000
ReportOptions.LastChange = 41372.866253611100000000
ScriptLanguage = 'PascalScript'
ScriptText.Strings = (
'begin'
''
'end.')
Left = 64
Top = 160
Datasets = <>
Variables = <>
Style = <>
object Data: TfrxDataPage
Height = 1000.000000000000000000
Width = 1000.000000000000000000
end
object Page1: TfrxReportPage
PaperWidth = 210.000000000000000000
PaperHeight = 297.000000000000000000
PaperSize = 9
LeftMargin = 10.001250000000000000
RightMargin = 10.001250000000000000
TopMargin = 10.001250000000000000
BottomMargin = 10.001250000000000000
EndlessHeight = True
object MasterData1: TfrxMasterData
Height = 36.000000000000000000
Top = 16.000000000000000000
Width = 718.101251175000000000
RowCount = 80
object Memo1: TfrxMemoView
Width = 80.000000000000000000
Height = 36.000000000000000000
ShowHint = False
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -13
Font.Name = 'Arial'
Font.Style = []
Frame.Typ = [ftLeft, ftRight, ftTop, ftBottom]
HAlign = haCenter
Memo.UTF8W = (
'[Line]')
ParentFont = False
VAlign = vaCenter
end
end
end
object Page2: TfrxReportPage
PaperWidth = 210.000000000000000000
PaperHeight = 297.000000000000000000
PaperSize = 9
LeftMargin = 10.001250000000000000
RightMargin = 10.001250000000000000
TopMargin = 10.001250000000000000
BottomMargin = 10.001250000000000000
EndlessHeight = True
object MasterData2: TfrxMasterData
Height = 36.000000000000000000
Top = 16.000000000000000000
Width = 718.101251175000000000
RowCount = 50
object Memo2: TfrxMemoView
Width = 80.000000000000000000
Height = 36.000000000000000000
ShowHint = False
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -13
Font.Name = 'Arial'
Font.Style = []
Frame.Typ = [ftLeft, ftRight, ftTop, ftBottom]
HAlign = haCenter
Memo.UTF8W = (
'[Line]')
ParentFont = False
VAlign = vaCenter
end
end
end
end
end