rbuser
Comments
-
"Marco Heine" wrote in message
-
Hi Matt,
Most RB users are using TExtraDevices available from www.waler.com
Very recently, a competing set of ReportBuilder devices have been made
available by Pragnaan: htt… -
I found it... It was a calculation issue, some fields were NULL and i was
concatenating them.
thanks
-
Ok, I see I need to delete the ppReport1.Reset Line, but that was just a
shot in the dark.
My result set looks like this:
ID NAME REP_NAME
-------------------------------------
1 BO MANRY … -
My bad on this one. I had the dblabel showing the numbers only showing
the part of the numbers. The second number actually looked like
1.15740767796524E-5
So Report Builder is doing it's job correctly.
Thanks for the quick … -
If the TppShape is set to ParentHeight/Width, make sure that you have also
set its border to match the fill (or its Pen to match the Brush, you
follow?) or else there'll be a thin white line where the border is (or is
not ;-)).
<… -
> FYI, I was just surfin www.waler.com and saw that Extradevices has added a
With more and more people using multi-tier systems, and wanting to do the
reports in the middle tier, it would be real nice if DM made this part of
… -
Thank you, Jim! This is what I need!
And I have already got the Extradevice 1.85, but it can't use the screen
preview in the client side first, and the client just can print to a
selected file format. This still limit the clie… -
But why not save as a archive file format stream first, and send back to the
client. And then let client select the output format (Pdf, RTF or Xls etc.)
from the archive reader? My client don't use IE browser, I just want to
make a t… -
"tao lin" wrote in message
-
But why I need to save to archive file first? I plan to use the RB in a web
server to generate the report to send back to the clients. If I have to
save to the report first then use TBlobField.loadfromfile and send back to
the clien… -
Found the source of the printing the first page twice. I was using
IBClientDataSet for my query. When I changed to IBQuery, DataSetProvider
and ClientDataSet as a replacement, that problem went away. However, I
still cannot get t… -
Sorry, I forgot to mention that I am running on RB 6.03 Pro, D6E with SP1
and Win2K SP2.
Thanks.
John
-
Ok. Thanks for all your help on this Jim
John
-
So are you saying that this type of report (where records only print if
there is data)
can't be done by an End User then ?
-
Right, i think we're nearly there now...
The only thing i need to do now is to NOT print any Notes if there are not
any for each record.
I looked at your first reply, and tried to do something similar but failed.
Also i cou… -
Sorry Jim but i don't quite follow you.
I'll try and explain my exact scenario for you.
The report is a master/detail quotation report where the details are the
items in the report.
Both have a separate pipeline.
On the main… -
Justin,
Thanks for that. Looks like I jumped in too quick before having a decent
'scratch around'.
Regards
Tony Peppercorn
Techpoint Software
-
Tony,
There are A4 label template built into Report Builder. If you select New
Report
from the designer you can change the paper size and select A4. You then get
a list of A4 label templates.
We use this all th… -
Jon and Bruce,
Thanks!...that did the trick.
Brian Kennedy
-
-
Thanks for the reply. When I looked at the "RBldr demos\end user databases"
demo, it still does not display the correct database structure on the "Data"
tab at DESIGN TIME. But, the "Data" tab works correctly at RUNTIME. To
install… -
Hi Brian,
Have you installed daDBISAM.pas? It's part of the
RBldr demos\end user databases.
If you're using v3x of DBISAM you'll need the version
available on my web site listed below.
HTH
Jo… -
answered via private email.
-
> see the section 'Code Based' in tech-tips. The developer's Guide has a
I suppose you mean the newsgroup, don't you? I can only see 2 posts there -
I guess my Outlook Express (sorry, don't have anything better yet) is
produc… -
Hi Helge,
see the section 'Code Based' in tech-tips. The developer's Guide has a
chapter on code based reports too.
regards,
Chris Ueberall;
TppReport.Create
-
Hi Jim,
Thanks for the reply.
If I abandon transparency and set it to false ,how can I set the color
of the background of a DBRichtext? No matter what colour I choose,
It only seems to colour a small portion of the … -
Jim,
I am going to save the report templates into an oracle database. Will this
procedure that you are outlining work in that instance?
-
the template is currently on the hard drive. I want to load it into a memo
field so that it is not dependant on a hard drive designation. from that
point on the template will be loaded from the memo field. I must get the
original t… -
Hi Jim,
thanks for your suggestion of this work around. I will defiantly have a look
at this.
Though, I don't quite understand why you need different object types. All
you would need to do is to add a type field (enum…