Home > Back-end >  Quickrep report problems
Quickrep report problems

Time:10-13

Adoquery has to connect to the database, the SQL statement is added, the BAND in the QRBband became rbdatail type setting, QBDBText DataField and the Dataset in has been set up, the Form of On the create trigger events also added a "quickrep1. Prview;" Why run after data showed that out? What reason is this?

CodePudding user response:

Only the database connection is not correct

CodePudding user response:

Quickrep1. The DataSet:=ADOQuery1;//set data source for the report

CodePudding user response:

Upstairs positive solution, I also met, you need to specify the print control database

CodePudding user response:

refer to the second floor bihai response:
quickrep1. The DataSet:=ADOQuery1;//set data source for the report



Adoquery1. Active:=true;
  • Related