rbuser
Comments
-
> anyone made apps the n-tier way in combination with RB Enterprise?
What works *very* well is RB Server. Creating an n-tier solution with RB-E
would take a lot of time and reproduce the effort found in RBS.
Enjoy.
But if the report is a subreport of a subreport then that will not be
correct.....
--
Regards
Conrad Rowlands
Callards Technology Ltd
Thanks, I'll try something like that.
--
Fabio Lindner
EventNotifies
engine
draw
end
approach
can
demos
Thanks.
Maybe I can descend from TppReport and implement these features build-in.
--
Fabio Lindner
> I am using report builder 7. For my report, I use 3 kinds of series (Bar,
The chart component that RB uses wraps a TChart. The one you drop into the
editor is directly accessible, so:
ppChart1.Chart.Series[...]
…Can I get TeeChart 5.02 that I can use with ReportBuilder 6.03 or later?
A better search of my old code found the solution. I use a non DB RichText
control:
procedure TfAPTEdit.ppNotesPrint(Sender: TObject);
begin
ppNotes.RichText := APT.FieldByName('Notes').AsString;
ppNotes.SelectAll…Hi ... Thanks Jim ... just what I was looking for !
Andrew
This is a multi-part message in MIME format.
The easiest way is to create a new component that inherits from TppPreview
and then register it as the new default Preview window using the following
code in the main form of the application (where TnewPreview is the name of
your new …"Jose Carlos" wrote in message
Have not tried streaming a TeeChart component in directly, the problem i am
getting is with ppDPTeeChartControl1.BackWall.Color, so i assumed it was the
ReportBuilder implementation of TeeChart that is not eating this property.
My mai…thanks alot
Put it in a TppPageStyle band. In the designer Report/Page Style.
--
Ed Dressel
Team DM
Send me your file using a demo data and TTables.
Ed Dressel
Team DM
I tried that several times and didn't work.
It's driving me crazy!
The RB TChart wrapper will use RB's pipelines. Put a DB pipeline on the form
and associate it with a DataSource & that to a dataset. Then drop a *DB*
Chart on the report and associate that with the pipeline.
--
Ed Dress…> When I try to print multiple bands per record using the
be
record,
RB
I believe it is. There was a left-to-right bug in 6.x. Try downloading the
demo and confirm that it fixes your issue.
Ed Dressel
> Does it is possible to embed a report in an exe?
Yes, very easy. Actually several ways to do this too :-)
1) Drop a TppReport on the form, create the report and you are done
2) You could save the RTM files as RC…Hi Jim,
Thanks. I set the "Reset Type" to Group Start and the "Reset Component" to the
Group Name and the variables reset properly. And I like that a lot better than
manually setting them based on when things print. In my case the…Thanks Jim, The region worked perfectly.
Thanks!
Anthony.
Thanks Jim
Franky
There are some strict rules about null values that need be followed. There
was a great post by Ray Lischner about this, but seeing it was Borland's
variant beta ng, it seems the message was not archived. AFAICR, null + 1
does equal nu…if you are using MSSQL then there is a Buildin-Function to get a special
Functionresult, if a field is NULL.
1+IsNull(max(audit.transuse),0)
if the Field is NULL then the Function uses the value in the second
paramete…Jim,
We are using MSSQL and the file structures and indexes are as per your SQL
scripts. The ItemID field is an integer and Name is a string (although we
have used different field names)...
The issue here is that the …But I must give the contents of the memo into an ascii text file not in the
report emulation file. It's possible with components from James Waler or
Pragnaan Software?
Best regards Dirk
Hi Dirk,
you can't do that because these components are multilined.
regards,
Chris Ueberall;
I want to reroute the output of a report into an ASCII text file. With the
definition of the file one cannot select memo and richtext components?
Best regards Dirk