rbuser
Comments
-
Hi !
The units used in my report are utScreenPixels and the return value on my
function is in pixels.
The problem is that it seems that a text in a TppRichText with text set to
taRightJustify needs a blank space somew… -
Some old HP lasers exhibit the same problem. Since they only print
in black, I provide an option to convert the color of all reports
to black for those clients that have the problem.
Basically, I've found that B&W printers … -
1,
Sorry, but i think we misunderstod. You say that it's possible to
print/calculate the labels only during the report's first pass. Then the
user can navigate through pages and there is no need to refresh the label
w… -
to
Hi Nico,
so you are saying that there is no need to refresh the label each time it's
displayed. If i do so, the label has the same caption across the whole
report (probbably the value of the last record that … -
Hi Nico,
Thanks for your answer,
When i try to assign TppDesignerWindow(Designer.Form).ToolBarManager to
lToolBarManager i get an error undeclared identifier (ToolBarManager). Is
this because i use rb version 6.02 ent… -
Thanks Nico.
-
Jako Grobler wrote in
-
"Nico Cizik \(Digital Metaphors\)" wrote
-
Never mind :-)
I set DirectDraw to True and it looks and runs much better.
--
Thanks,
Harry Ragland
QS Technologies, Inc.
-
Hi Nico,
No, I'm not curious - I just didn't expect such a close run-time attachment
to Delphi... :-) ... It seems RB is really really Delphi minded.
FWIW, it could be mentioned in the Help that if you use templates/… -
Hi Nico,
Good news -
I've solved it!
I've changed my "preview" code to:
ppReport.Template.FileName := 'E:\Developing\Projects\Database
Workbench\Output\Report\ib_domains.rtm';
ppReport.Te… -
Hi Nico,
No, I'm not.
I'm not sure if I can 'easily' reproduce the issue.
I'm using D7 pro, RB7 Ent trial and W2k.
The app only shows the error if I did a preview - with the code
I've show… -
command
Hi,
it works. Thanx very much!
May i ask where is it possible to get a more detailed help or even some
tutorials on programming in RB? In the PDFs that are on the
digital-metaphors site i have… -
Nico,
Thank you very much for your cooperation.
Ricardo
-
Nico Cizik (Digital Metaphors) wrote:
I?m sorry if I wasn?t clear. Maybe that?s because I?m brazilian and my
English is a little unpracticed! :-)
Let me try to be more specific.
I have some reports in my system tha… -
Thanks very much Jim. Your explanation and example was very helpful.
-
Some more information.
If I go into the designer and select Report-Data, no pipeline is selected.
If I select my dbisam datapipeline, if I click the Preview tab in the
designer, an AV occurs in ppReport with a message "Cannot ge… -
Hi Nico,
Right - I stopped using Master/Detail - it doesn't make sense for what
I'm trying to do...
Thanks for the explanation - once I figured this out, it was pretty easy
to solve my problems.
Hi Nico,
Not really the datasource, but only its data.
What does ReportBuilder expect? One large chunk of detail data that gets
filtered by a master value?
Can I "open" and "close" a detail in order …Nico,
But from what I understand from Demo 0139, is that all the detail data is
available at report startup, and filtered/positioned during reporting, right?
In my case, the amount of detail data is available w…Hi Nico,
I'm sorry - it was already quite late when I wrote that.
Yes, 139 ... but...
On each "next row" of the master, I need to select a different (detail) source
and
recordcount my deta…Thanks Jim,
I found the problem. Each of my reports were connected to a TppSubReport for
composite printing, this in addition to being able to stand alone (for
customization). Removing the TppSubReport logic made the cancel dial…Hi, Nico
I have a signature bitmap save in the windows registry, and defined a
report function (registered through raRegisterFunction) to get the bitmap
image from registry and save it into a Variant variable, but next step i…
These are very good news.
I hope it will be similar to current ReportBuilder for Delphi: components
for tight integration in our applications (preview, designer, report
explorer, support for all of this in child forms, translation to …I would like to load and save the report template to and from a
MemoryStream.
For the main report it works fine with the OnCustomOpenDoc,
But i use a subreport in my main form which i load dynamically an the
ReportBeforePrint eve…Marco,
I've been using the 7.02 Dade plugin for DBISAM with v4 for a couple of
weeks now without any problems. Unless I'm missing something, I don't think
that anything on the ReportBuilder side will need to change for us…Hi Nico,
So easy when you know how :-)
I was looking at the wrong properties altogether.
Thanks for the help... it now works as I want.
Jon