Discussion:
to find record no, scripting events
(too old to reply)
stork
2006-08-01 20:14:22 UTC
Permalink
Hi,
Who can give me some advise
I have different values of DisplayFormat in the same column.
How to change it in the runtime .
or how to find in scripting events which record is printed
[Delphi 7 Win32]
[Rave Reports Borland Edition]

Thanks in advance
ches
Thomas Pfister
2006-08-02 19:28:38 UTC
Permalink
you can realize this with DataMirrorSections and RaveCalcfields.

add for every alternative a RaveCalcField in the RvDatasetconnection and in
the report you
can choose the correct section with the correct display-format-calc-field

:-) thomas
Post by stork
Hi,
Who can give me some advise
I have different values of DisplayFormat in the same column.
How to change it in the runtime .
or how to find in scripting events which record is printed
[Delphi 7 Win32]
[Rave Reports Borland Edition]
Thanks in advance
ches
czeslaw glazowski
2006-08-06 11:18:08 UTC
Permalink
Create Reports without Visual Designer
Thank you. Probably, I understend correctly the idea but could not realize
it.
Please explain little more
RaveCalcfields you mean CalcOp or CalcText or something else.
Where to make the prope attribute the sections to the
display-format-calc-fields

Now, I able to create reports without visual designer (to code-base
creation ) and come accross the same difficulty.
I can not align column of numbers on decimal point with different
DisplayFormat (if eg I know the array of display formats).
Please, say a little how to align on decimal point in databand.
regards
ches
Post by Thomas Pfister
you can realize this with DataMirrorSections and RaveCalcfields.
add for every alternative a RaveCalcField in the RvDatasetconnection and in
the report you
can choose the correct section with the correct display-format-calc-field
:-) thomas
Post by stork
Hi,
Who can give me some advise
I have different values of DisplayFormat in the same column.
How to change it in the runtime .
or how to find in scripting events which record is printed
[Delphi 7 Win32]
[Rave Reports Borland Edition]
Thanks in advance
ches
czeslaw glazowski
2006-08-06 19:48:12 UTC
Permalink
Hi,
Thank you. Probably, I understend correctly the idea but could not realize
it.
Please explain little more
RaveCalcfields you mean CalcOp or CalcText or something else.
Where to make the prope attribute the sections to the
display-format-calc-fields

Now, I able to create my reports without visual designer (to code-base
creation ) but come accross the same difficulty.
I can not align column of numbers on decimal point with different
DisplayFormat (if eg I know the array of display formats of the column).
Please, say a little on how to align on decimal point in databand.
regards
ches
Post by Thomas Pfister
you can realize this with DataMirrorSections and RaveCalcfields.
add for every alternative a RaveCalcField in the RvDatasetconnection and
in
Post by Thomas Pfister
the report you
can choose the correct section with the correct
display-format-calc-field
Post by Thomas Pfister
:-) thomas
Post by stork
Hi,
Who can give me some advise
I have different values of DisplayFormat in the same column.
How to change it in the runtime .
or how to find in scripting events which record is printed
[Delphi 7 Win32]
[Rave Reports Borland Edition]
Thanks in advance
ches
czeslaw glazowski
2006-08-10 12:44:35 UTC
Permalink
Read the chat "TTabelePrinter and normal Report!?"
"nevrona.public.rave.developer.delphi.code-based"
and the examples "nevrona.public.binaries"
Post by stork
Hi,
Who can give me some advise
I have different values of DisplayFormat in the same column.
How to change it in the runtime .
or how to find in scripting events which record is printed
[Delphi 7 Win32]
[Rave Reports Borland Edition]
Thanks in advance
ches
Loading...