rbuser
Comments
-
Hi
The printer has AQuto Tray Select, Tray 1 and Tray 2 so they are different
spellings to the report.
I just want the one the user selects. Is there anyway to just say 'go with
the user selection'
-
the code is like this
procedure TRichEdit.Justificar;
const
WM_USER = $400;
EM_EXSETSEL = (WM_USER + 55);
EM_SETTYPOGRAPHYOPTIONS = (WM_USER + 202);
EM_GETTYPOGRAPHYOPTIONS = (WM_USER + 203);
TO_ADV… -
I create a Method Justify in TCustomRichEdit and it works fine with
TRichEdit. How can I do it in ReportBuilder ?
Thanks.
-
Hi Nico, thanks for the clarification ^_^
Keep up the good work
Sandra
-
Thanks I knew I had overlooked something but had no idea what.
Regards
Charles
--- posted by geoForum on http://delphi.newswhat.com
-
Thanks, i can solve my problem by moving the code that wasn't executing to
the other event you mentioned. (DoBeforeGenerate instead of BeforeGenerate)
Thanks again for the great service!
Mark Wittens
-
Hi,
None of the events (BeforeGenerate, AfterGenerate, BeforePrint) are fired
for the detailband, the GetRank event is fired so I guess the band is
registered properly. I still don't understand why the events aren't
trig… -
I'm updating from version 5.56
-
Nard Moseley (Digital Metaphors) wrote:
Thank you for the progress report Nard. RB.Net is worth waiting for. I
just wanted to have a ballpark time frame and your current rollout-plan
is good enough for me. I don't mind a… -
Ok Nick, I will try your councils and then I will make to know you. infinite
thanks for your gentility and patience.
Hello Eugene
-
Thanks for your kind answer.
1) Then I have selected Generic text printer, in the report designer:
2) I select all ppDbtext and the tax from toolbar the character Draft 17
cpi, end here all ok.
3) in the object inspector of delp… -
Hi Nico,
I changed your sample for error.
Please look report last page on the sample.
Please Look under 'Look at this value' string.
Variable4 = 0
Best Regards.
I'm waitin… -
>
-
Hello Nico,
I making calculation on the summary block.
And Summary Block have got 2 DbCalc Field.
And I'm writed DbCalc1 / DbCalc2 on the Variable1 OnCalc Event.
But DbCalc1 / DbCalc2 result value is… -
Nico:
Thank you so very much for your reply! That worked perfectly (setting the
visible property conditionally).
Regards,
Everett
-
>A few questions we cannot seem to find answers to, so here they are;
I am not sure what Oralce (?) requieres but you should be able to--juse set
the TppReport.Template.Format to ftAscii.
you can load/save from s… -
Thanks Nico
I will have a look into your sugestions.
Regards
Charles
--- posted by geoForum on http://delphi.newswhat.com
-
Hi
I left the variable in the group footer. And now I placed the variable in
the summary band but I do not get the correct result. I get always 0.
Can you send me an example of how to do it?
Regards
-
Hi Nico,
I actually did not mean how the field information was gathered although
this information I might be able to use later. What I actually mean't was
the WHERE ('c' <> 'c') that is appended in the following areas
Nard,
Thanks for the response. I'm not sure that it really addresses my issue.
Please correct me if I'm wrong.
I know how to make it work programmatically when in Delphi. My issue is the
that the end-user report des…Excellent that worked well.
Thanks.
That worked great. However it now brings up a 2nd question.
Ok in my senario, being that DBText1 is blank and now DBCalc1 is blank on
the report nothing prints in that Group Footer for several groups.
What this does howe…No worries, thanks for responding. I've actually reviewed that area on the
website and unfortunately most of the links referring to other grid controls
are no longer valid.
I guess there is really nothing out there, which I ca…Any chance someone will respond to my original post? Just point me in the
right direction...that's all I ask.
Thanks,
Rodney
sounds like a bad install.
--
Ed Dressel
Team DM
Additional info. When even starting a new report, first thing I do is
add a label to the detail band. When I right click that label and try
to autosize it, I get the AV. Any patches for something like this?
I keep all my reports in a database (Reports.FDB). This keeps the EXE
smaller and makes sure that each report is fully encapsulated, making
maintenance over the years a lot easier.
--
Ed Dressel
Team DM
I have also considered writing the RTM and then loading that!
Ken
IMO this should be fairly easy using RB
--
Ed Dressel
Team DM
Nico,
Sorry. I had left a line of code in that shouldn't have been there.
LoadFromFile works fine.
What I am actually trying to do is the following and I get a "Bitmap is not
valid" error when it runs.
…