Sorry.
These units
mad* was automatic add to the project. This is a tool to finding errors... I should have to delete them for you.
Zitat:
By the way the code did not work
...i know.
It's an easy mistake that I have left as it is...from me. You have to find it out yourself. Write the error message here.
Zitat:
what i do:
* formatting
* naming
*
SQL was wrong
* assignment of the
query to the report
* delete unused report datasets
* editing report
formatting:
http://docwiki.embarcadero.com/RADSt...ng_Source_Code
naming:
* All components should have a prefix. 2 to 4 signs.
example: fo = Form, edt = Edit, mem = Memo and so on... You can choose it yourself.
previos
Unit6 ->
Settings only the name has changed!
previos
TForm6 ->
TfoSettings only the name has changed!
https://wiki.delphi-jedi.org/wiki/Pr...ge_Style_Guide
SQL was wrong:
...you can see (btnParamètresClick)
assignment of the query to the report:
Delphi-Quellcode:
dmData.frxDatasetReportMaster.DataSet := dmData.qryReport;
dmData.frxEtudiant.ShowReport;
delete unused report datasets:
...from the DatamoduleEtudiant.
editing report:
New names assigned to the report.