I'm new to LazReport, first report I designed appears to me designed correctly but when I run it, it doesn't show any data???
Simple report for just printing the current record in the Laz form. See the attachment screenshot of the LazReport designer. Anyway, placed a TFrReport and a TFrDBDataSet component on the Laz form. Defined TFrDBDataSet properties: Dataset: frDBDSetAppmt, DataType: dtDataSet, InitialZoom: pzDefault, ShowProgress: True and Title: Appointment Memo. Then set TfrReport properties as: Dstatset: frDBDSetAppmt, DataType: dtDataSet, ShowProgress: True, StoreInForm: False or True?, and Title: Appointment Memo. See the attachment for an image of LazReport designer. This report is designed to view/print just one Appointment record. I have 3 bands: Title, Page Header and Detail. In the Detail band I have put rectangular objects with the data fields from the dataset.
Anyone know the secret or what I'm missing?