How can I Color or underline or Bold Memos only in current record or create some kind of ruller on Preview form in Fastreport and Delphi
to easy follow row after row
Delphi* fastreport
Last Comment
VIKTOR PEEV
8/22/2022 - Mon
Sinisa Vuk
So, you want to draw some records in grid in separate color? Which Delphi version you use?
Maybe some graphic to show your idea?
Geert G
you mean a highlight when your mouse passes over them ?
a report doesn't have a current record ... as there is no user to interact with, just the plain piece of paper it's printed on
Martyn Spencer
I think what the OP is asking is whether or not it is possible to change properties of a detail record when a report is being printed. If this is the case, then looking for a beforeprint or onprint style event on the detail band is where I would start. I don't really use Fastreport but if it is like other banded report writers, it will have something like this.
which specific detail record would that be then ?
the current one ?
Martyn Spencer
I am only reading between the lines, since the OP has not responded. It is possible that they have a UI form with a record selected and when they print the report, they want it highlighting in some way. Without more detail, its impossible to know.
VIKTOR PEEV
ASKER
Sorry about my bad question !
After creating the report, focus must be in the first row.On keydown (Down Arrow) focus goes to next row and so on to the last record.
Is it possible ?
Maybe some graphic to show your idea?