rbuser
Comments
-
Hi Bob,
Thank you for the tip. I didn't even try this cus I thought it would make
every line invisible.
But still not 100%, is is still showing group header and footer even if no
line is rendered.
Thanks
Ricardo,
Use the same logic that Nico laid out, but instead of toggling the object
visibility, toggle the visibility of the band (i.e., Detail.Visible :=
lbZero;)
--
Bob
But the other DBText will still be visible, wich could be solved with one
more line of code.
I think I didn't make myself clear. I don't want to the whole line to be
generated and (if no lines were generated, then all groups should …"On Mon, 20 Mar 2006 14:44:24 -0600, "Nard Moseley \(Digital
"On Mon, 20 Mar 2006 14:28:20 -0600, "Nard Moseley \(Digital
After installing RB 10.02 the same problem.
"Unit raIDE was compiled with a different version of
ppClass.TppCustomReport"
Realy frustrating.
cu
Helmut
Hi Nico,
"On Mon, 20 Mar 2006 06:44:59 -0700, "Nico Cizik \(Digital
Jaime wrote:
I suppose you could do it with RAP, but I have not tried it. I am just
now converting our POS application to RB so it is something I will have
to deal with. Another option is to open the cash drawer by…look at the epson control font
and print an 'A' in that font
otherwise look at the Escape() api function that lets you 'pass through' esc
sequences if the driver supports it
so you can easily wrap this in a RAP function to print…Nico,
this a somthing you could easily implement in the RB core i suppose...
cu
marc
Mail is out.
Thank you for the great support.
cu
Helmut
Hi Nico,
i did try it, but it wasn't working. With your confirmation I searched
more and found that this property was being re-setted to true when the
template was loaded. I fixed it setting to false programmaticaly.
<…Nico Cizik (Digital Metaphors) wrote:
The problem solved after I delete the old RBuilder.ini.
--
Best regards,
Chau Chee Yang
E Stream Software Sdn Bhd
URL: www.sql.com.my
SQL Financial Accounting
Chau Chee Yang wrote:
Sorry.. It is my fault. I remove the rbuilder.ini in c:\windows, and the
exception didn't prompt out again.
--
Best regards,
Chau Chee Yang
E Stream Software Sdn Bhd
URL: www.sql…so i guess i'll have to modify the 9.03 source myself...
Yes, the grid shows the right number of records, while the reports
display only the first.
I started a new project, dropped all the components setting only the
properties that need.
The report is simply a blank new report w…Hi Nico,
Thanks for the quick reply.
Mansoor
Hi,
I am using version 9.01. The calculation is in the Group Footer Band
Following is the report structure
-----------------------------------------------------
Heading
^Header
^Group Header[0]: Branch
^Group…In article , Pat Bell wrote:
OK have read a previous reply and am currently searching for the
update for RBEnt 7.03 for Delphi 6.
dataset's records are changing, normal process..but the change in the
records does not reflect to crosstab every time when it is on the second
page..for example: i have a query : "select tab.a from tab where tab.b = x",
and i have …I have now updated to the latest version of 10.02.
Is this fix included?
I have hundreds of v. 9 reports at dozens of sites.
Some of these reports are fully customized by the users.
Will the reports blow up if I open them to run in the newer version of
Report builder?
Also, I have printed the report, and the border is definitely not hairline.
Looks like it does on the screen.
I am using version 9.02, Delphi 7
Okay, I tried that.
No joy.
And when I go back into the designer, it resets to 1.
I have tried that (in the desinger, not in the dbtext1.border).
It won't go smaller than .125, and it looks to thick for the field.
The thickness I want is the same thickness as it is for a rectangle, when I
set the pen width t…Connie,
DBText1.Border.Weight is the method you want or just set the value for the
object using field in the report tree or the line thickness button on the
draw toolbar
--
Bob
Thanks.
Here's another question.
How can I change the thickness of the borders I put around the database
fields?
I have tried changing the line style, but it doesn't seem to be changing
anything.
Look at the size of your columns in the tables you are working.
It seems that ReportBuilder always allocates memory looking at the size
of the column. And if you have some calculations in your report, no
matter what you set cachepag…