Delphi-PRAXiS
Seite 2 von 4     12 34      

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Datenbanken (https://www.delphipraxis.net/15-datenbanken/)
-   -   Wie drucken Sie Name und Note in FASTREPORT? (https://www.delphipraxis.net/205460-wie-drucken-sie-name-und-note-fastreport.html)

Alg2009 14. Sep 2020 23:20

AW: Wie drucken Sie Name und Note in FASTREPORT?
 
Zitat:

Zitat von generic (Beitrag 1473560)
there is also an english version of Delphi-Praxis:
https://en.delphipraxis.net/


I meant only help generic i didn't see the english version of Delphi-Praxis before i post this topic here
I ask to move the topic to its rightful place .

TurboMagic 15. Sep 2020 08:33

AW: Wie drucken Sie Name und Note in FASTREPORT?
 
By the way: FastReports themselves provide forums as well!

Alg2009 16. Sep 2020 19:36

AW: Wie drucken Sie Name und Note in FASTREPORT?
 
I need your help :cry:

Alg2009 18. Sep 2020 10:28

AW: Wie drucken Sie Name und Note in FASTREPORT?
 
Hello,
I still need your help haentschman :cry:

haentschman 18. Sep 2020 11:25

AW: Wie drucken Sie Name und Note in FASTREPORT?
 
I am at Work...at Weekend. :wink:

TurboMagic 18. Sep 2020 15:44

AW: Wie drucken Sie Name und Note in FASTREPORT?
 
Which of your issues does still exist?

Alg2009 18. Sep 2020 19:56

AW: Wie drucken Sie Name und Note in FASTREPORT?
 
Zitat:

Zitat von TurboMagic (Beitrag 1473826)
Which of your issues does still exist?


my Program

The problem is my program it shows the first mark for all students and i want to show to every student its mark in the FastReport
when i click on the button Impression(print) it show the result of the query in the FastReoprt

TurboMagic 18. Sep 2020 22:07

AW: Wie drucken Sie Name und Note in FASTREPORT?
 
Have you already looked into the manual for FastReport?
The one for version 5 can be found here: https://www.fast-report.com/public_d...ntent_dyn.html

A more complete one for 4.6 can be found in PDF format here:
https://origin2.cdn.componentsource....rmanual-en.pdf

haentschman 19. Sep 2020 08:57

AW: Wie drucken Sie Name und Note in FASTREPORT?
 
Liste der Anhänge anzeigen (Anzahl: 2)
Hi...:P

you want this?

Question:
How long you programming Delphi?

You should read this information:
StyleGuide: https://wiki.delphi-jedi.org/wiki/Pr...ge_Style_Guide
* naming of units, variables
* indentation
* readable names
CamelCase:
https://en.wikipedia.org/wiki/Camel_...er_programming

Your Project:

Do you want to learn something? :zwinker: ...ok.

Plus:
+ SQL with parameters :thumb:

Minus:
- naming of the components/units -> Do yourself a favor with it. It is better readable. :zwinker:
- Never write hardcoded folders/files, access data into the connection. This belongs, partly encrypted, into an INI file or into the registry. :warn:
Code:
object Conn: TFDConnection
    Params.Strings = (
      'Database=D:\Database Desktop\BaseDonee\SCOLAIRE.FDB'
      'User_Name=SYSDBA'
      'Password=masterkey'
      'DriverID=FB')
    Connected = True
    LoginPrompt = False
    Left = 79
    Top = 22
  end
- Never use DB tables. Better use Querys. :warn:
- DateTime Edit without check. Better use a DateTimePicker...:wink:
- Creation of the Datamodule before creating Main form. (in DPR)
- use Anchors for the components http://docwiki.embarcadero.com/Libra...ontrol.Anchors :wink:
- Firebird has a function for reading the new ID https://firebirdsql.org/refdocs/lang...21-insert.html :thumb:
- write the code or/and names better in english. :zwinker:

what i do:
* formatting
* naming
* SQL was wrong
* assignment of the query to the report
* delete unused report datasets
* editing report

Alg2009 19. Sep 2020 10:28

AW: Wie drucken Sie Name und Note in FASTREPORT?
 
Zitat:

Zitat von haentschman (Beitrag 1473854)
Hi...:P

you want this?

Question:
How long you programming Delphi?

About Year

https://www.delphipraxis.net/attachm...rt-preview.png

Yes this is What i want like the picture how did you do that?


Alle Zeitangaben in WEZ +1. Es ist jetzt 01:48 Uhr.
Seite 2 von 4     12 34      

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz