Hi,
I have a printing problem(AccessViolation) when I try to print data (i.e. no master detail stuff) from TOracleDataset in Quick Reports that comes with CBuilder 5 Update 1.
I have
TfrmHardCopyReport *rpt = NULL;
try
{
rpt = new TfrmHardCopyReport(NULL);
rpt->qrepHCopy->PreviewModeless();
...
rpt is the form
qrepHCopy is a Quick report on the form.
The Preview() method works, but the print
buttons are disabled. In my TOracleDataSet
I have a simple select statement.
Any ideas?
Thanks
Alfred
I have a printing problem(AccessViolation) when I try to print data (i.e. no master detail stuff) from TOracleDataset in Quick Reports that comes with CBuilder 5 Update 1.
I have
TfrmHardCopyReport *rpt = NULL;
try
{
rpt = new TfrmHardCopyReport(NULL);
rpt->qrepHCopy->PreviewModeless();
...
rpt is the form
qrepHCopy is a Quick report on the form.
The Preview() method works, but the print
buttons are disabled. In my TOracleDataSet
I have a simple select statement.
Any ideas?
Thanks
Alfred