![]() |
AW: Wie drucken Sie Name und Note in FASTREPORT?
Zitat:
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 . |
AW: Wie drucken Sie Name und Note in FASTREPORT?
By the way: FastReports themselves provide forums as well!
|
AW: Wie drucken Sie Name und Note in FASTREPORT?
I need your help :cry:
|
AW: Wie drucken Sie Name und Note in FASTREPORT?
Hello,
I still need your help haentschman :cry: |
AW: Wie drucken Sie Name und Note in FASTREPORT?
I am at Work...at Weekend. :wink:
|
AW: Wie drucken Sie Name und Note in FASTREPORT?
Which of your issues does still exist?
|
AW: Wie drucken Sie Name und Note in FASTREPORT?
Zitat:
![]() 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 |
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: ![]() A more complete one for 4.6 can be found in PDF format here: ![]() |
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: ![]() * naming of units, variables * indentation * readable names CamelCase: ![]() 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:
- Never use DB tables. Better use Querys. :warn:
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 - DateTime Edit without check. Better use a DateTimePicker...:wink: - Creation of the Datamodule before creating Main form. (in DPR) - use Anchors for the components ![]() - Firebird has a function for reading the new ID ![]() - 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 |
AW: Wie drucken Sie Name und Note in FASTREPORT?
Zitat:
![]() Yes this is What i want like the picture how did you do that? |
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