rbuser
Comments
-
Hi Petros,
the Enterprise Edition is included in the Server Edition.
regards,
Chris Ueberall;
-
Thanks Tom, knowing what not to do is incredibly helpful.
If understand it correctly, if I stick to the stock autosearch I should be
able to create reports and
1> Store them in an Oracle Database
2> Access… -
Ok, now we are doing this at RAP:
testbar.ParentChart := DPMyTeeChart1.Chart;
and works.
We coded an chart in Delphi to know what properties and methods we need in
rap. So now we are creating the RTTI to suport this.
<… -
Tom,
Thanks for the suggestion. Tried it, Doesnt work.
What does work, however is to put each subreports header in a bogus group
and have it print on each subsequent page.
Stuff like this should be in your manua… -
I figured out all I had to do was have the "printers" in the uses clause,
and type "Printer.Fonts". Just thought I would let you know.
-
I can't figure out what code makes it work. So much is happening, and I am
probably making it more complicated that it should be. Could you please
just give an example of how to fill the combobox?
Thanks.
-
I just read the specs for 7 and this is already
in there. Thanks for reading my mind. Now,
could you tell me where I left my keys?
Joseph Gordon
-
This should work for you:
With TppGroup.Create(Nil) Do
Begin
BreakName := GrpFieldName; {The database field name on which to
break...}
BreakType := btDataField;
KeepTogether := True;
Report := My… -
Tom:
I have failed to communicate in a major way. I'm talking about working
in the Delphi IDE. We create/modify the reports for our customers and then
send these reports out.
How can we address this within the… -
Tom:
Thank you for your quick reply. You guys are rock solid.
The Pipeline is a TBDEPipeline attached to a DBISAM table. Should we be
using a plain DBPipeline ??? The fields in question are calculated fields -
This continues to be a problem for me, although I do notice that no-one else
has reported it! I have reinstalled RB7 "cleanly" and rebuilt the whole
application. I have distributed it to the clients and cleaned their machines
of any o…Thank you for the reply. I have since found a few more details...
On my development machine, the problem does not occur.
My clients have this problem only when the result of the variable is an
empty string (i.e. in the concatena…Working, thanks Jim!
Lars.
The problem if I do it that way is that the border will be around each
mailing label not around the edges of the sheet. I've tried by having a sub
report with the labels on inside the main report witch have the borders. It
works but o…Thank you for your answer.
Many thanks Sandro, I'll follow this way.
Patrice.
Hi Patrice,
yes, i did it with RB 6.03 Standard, and am going to upgrade to 7.0, which
ensures thread-safe jobs, and since every IW user is managed via a thread i
can suppose 7.0 won't crash or give any problem in a concur…Hi Sandro,
You did it without using the new Report Server ?
If it is the case, do you have to create/save a PDF locally on the web app
server and load it so it is accessible via the browser or does Intraweb and
RB sho…> The idea is that the Intraweb application creates a report on the server,
I already did it, and works great.
Sandro
Hi Sergey,
AFAIK, yes.
regards,
Chris Ueberall;
Dear Jim,
We receive from Digital Metaphors the follow program:
- rbdb66.bpl
- ppDbPipe.Pas
- ppTypes.pas
What can do to correct this problem?
Please, is very urg…Hi !
After correct some dfm/pas of RBuilder 6.03 I recompil all packeges and
reinstall theirs in D5 IDE. But my Applications (with raIDE packege) dont
compiles with massage 'Unit raClcDlg was compiled with a different version
of …
Hi !
I change-over some bmp in .res-files. It was successfully. But where is
bmp-resource for ToolButton 'AutoSearch' (in window Report Preview) .In
other places I replace it successfully. In earlier versions it was in
pp…> Never mind, I found the answer in the Tech Tips - in other words. Don't
use
Bill:
If you look back at posts I have made, there is a way of including charts in
reports without having to get pro TChart. In a nutsh…Never mind, I found the answer in the Tech Tips - in other words. Don't use
Charts with Report Builder, unless you know how to build run time packages
with them.
Which I don't.
I own Delphi 5 Enterprise so I have Tee Chart with my development
environment. I can put Tee charts on other forms and applications just
fine. It looks though that the charts I put in my Report Builder apps do
not work.
I…This error is because of using Teechart in your app.
You will hav to buid it as a runtime packages - or you will have to buy the
component from Steema .
try printing it twice with your button1click
and I mean just copy-paste the 3 lines of codes behind
so you would get this :
ppReport1.ShowPrintDialog := False;
ppReport1.ShowCancelDialog := True;as in my mail, but here again for the newsgroup :
the problem occurs only when not showing the printerdialog and do showing
the canceldialog. the devicetype is set to dtPrinter.
is there gonna be a bugfix for this ??…Thanks for the post! I was just trying to figure out why
I couldn't compile this unit.