![]() |
AW: Wie drucken Sie Name und Note in FASTREPORT?
...see previous post. :zwinker:
Three Questions: 1. you programming for yourself? 2. you use a version control system? 3. which delphi version do you use -> add this to your profile. :wink: |
AW: Wie drucken Sie Name und Note in FASTREPORT?
Zitat:
|
AW: Wie drucken Sie Name und Note in FASTREPORT?
Zitat:
Zitat:
![]() GIT TortoiseGIT install: ![]() ...if you want "command line", you found more videos/tutorials. |
AW: Wie drucken Sie Name und Note in FASTREPORT?
What do I do with the TortoiseGIT!?
I no longer understand what you mean?:gruebel: i have a simple question and you have the answer why don't you give me the answer instead of asking me to install program that I don't want |
AW: Wie drucken Sie Name und Note in FASTREPORT?
Hi...
Zitat:
![]() Zitat:
...i am out. :? |
AW: Wie drucken Sie Name und Note in FASTREPORT?
Zitat:
i didn't see The attached file in the previous reply I benefited a lot from you and learned new things like "TfoSettings" Which I did not understand and why you added a new Unit? I will try to understand it thank you very very match haentschman for your help |
AW: Wie drucken Sie Name und Note in FASTREPORT?
Liste der Anhänge anzeigen (Anzahl: 1)
Believe me, you gave me a code that I've never seen before so understanding it sounds difficult.
You have added things that I did not know like(New unit) Now i understand you why you asked about 'Version control System' I'll be in hiding for two or three days to understand what you explained to me earlier and I'm back By the way the code did not work |
AW: Wie drucken Sie Name und Note in FASTREPORT?
you can remove these 5 Units from the uses that are underlined.
Grüße Klaus |
AW: Wie drucken Sie Name und Note in FASTREPORT?
Sorry. :oops: 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:
Zitat:
![]() 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! ![]() SQL was wrong: ...you can see (btnParamètresClick) assignment of the query to the report:
Delphi-Quellcode:
delete unused report datasets:
dmData.frxDatasetReportMaster.DataSet := dmData.qryReport;
dmData.frxEtudiant.ShowReport; ...from the DatamoduleEtudiant. editing report: New names assigned to the report. |
AW: Wie drucken Sie Name und Note in FASTREPORT?
Hello,
Zitat:
I almost visit GitHub website and i didn't know it is a repository :oops: thank you for all the information that will help me in the future There is only one last question You said Zitat:
We write two queries the first to show the students and their grades And the other to show the students and their group or only one query ? because if we write one query the result it will be wrong
Code:
SELECT E.ID, E.NOM, E.PRENOM, GroupName,LE.NOMLECON, LE.NOTE FROM ETUDIANT E
JOIN ETUDLECON LO ON E.ID = LO.ID JOIN LECON LE ON LO.LECONID = LE.LECONID JOIN Group G ON G.GroupID = E.GroupID |
Alle Zeitangaben in WEZ +1. Es ist jetzt 01:33 Uhr. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz