- The default value for Report.ShowAutoSearchDialog is true and for DeviceType is Screen.
- Do not call Report.DisplayAutoSearchDialog - that is a function that displays the autosearch dialog. You only need to call Report.Print, it will internally call DisplayAutoSearchDialog
Best regards,
Nard Moseley Digital Metaphors www.digital-metaphors.com
Comments
- The minimum code required is
myReport.Template.FileName := 'c:\myReport.rtm';
myReport.Template.LoadFromFile;
myReport.Print;
- The default value for Report.ShowAutoSearchDialog is true and for
DeviceType is Screen.
- Do not call Report.DisplayAutoSearchDialog - that is a function that
displays the autosearch dialog. You only need to call Report.Print, it will
internally call DisplayAutoSearchDialog
Best regards,
Nard Moseley
Digital Metaphors
www.digital-metaphors.com