Default Avatar

Vilela

Vilela

About

Username
Vilela
Joined
Visits
0
Last Active
Roles
Members

Comments

  • Put a DBXQuery2 at report with the SQL statement: EXECUTE storedprocedurename At the OnStartReport event, put this line: DBXQuery2.ExecSQL; And it runs. I will never go back to this forum. Thanks.
  • You cannot build a master detail report using only DBXQuery. I've to use at least one DBXTable. You can simulate a n-level master-detail using Groups. And I think you can build only 2 levels master-details usind DBXTables.