rbuser
Comments
-
I knew there had to be a way and I was overlooking something simple.
Thanks,
Bob Tucker
-
We just experienced another access violation. The amount of access
violations have decreased significantly, but we only converted those 2 units
from the .Free to the FreeAndNil. Do you intend to update all other source
code units to… -
Use Format(...) with the appropriate settings (check Help for info)
-
Format you string dude.
-
Hi,
Do you have news for this problem?
Thank You
Hugo Lopes
-
Hi,
I have Report Builder Enterprise 6.03 for Delphi 5.
This situation happens at run-time at the Report Designer. I select the
"save" option (not the "save as" option) because the Report is already
saved. Instead of overwrite, h… -
Hi Nico,
email is on the way.
Many thanks for your help.
Helmut
-
Hi Nico,
I am now able to reproduce the problem with small program without any
IBObjects and even without any datapipeline.
I even fixed out when the problem comes and when not.
When I put just an image on the r… -
Hi Nico,
thank you for your answer.
I can see the image in the designer at designtime and at runtime and I
can see it in the previewwindow at runtime. When I then click on the
print button and set the number of copies… -
Hello Nic,
I use Reportbuilder 7.03 Enterprise. Not the trial version.
I think you have to print a report, where the printing of one page
lasts a few seconds (a slow query or soemthing else), so that you have
the time… -
PS
I tried the following and get a runtime error of '..invalid variant.. The
Variable's data type is 'dtstring'.
procedure TForm1.ppVariable1Calc(Sender: TObject; var Value: Variant);
begin
value.asString := 'This i… -
And the second question:
How to force components within groupheader to be calculated in certain order
?
-
Nico Cizik (Digital Metaphors) a formulé la demande :
:-)
Thanks a lot !
--
J-L M. (Alphomega)
Perso: http://alphomega.free.fr
Boulot:… -
Nico Cizik (Digital Metaphors) a présenté l'énoncé suivant :
Yes that's that I use !
I have found an example in your tech tips news.
To access a component, I use a loop and I test on component name
But my questi… -
Nivo,
Clear as crystal.
Thanks.
/Ronny
-
Ronny Bengtsson wrote:
SQLType has nothing to do with the Interbase Dialect. Interbase Dialect
has to do with additions to the supported SQL syntax, which isn't
compatible with IB 5.6 and below. It is choosen in the databa… -
Nivo,
I'm just wonder as Interbase 7.x can use Dialect3 as we use.
/Ronny
-
Hi Magnus,
i also get an integer overflow when printing over the citrix environment.
But it happens only for applications compiled with Report Builder 7.03.
With 7.02 everything is fine.
Good luck
Christian
… -
And I'm administrator on the machine so it should not have anything to do
with rights.
-
If it was that problem i don't think I should have the behavior that I have
now.
I have a report that gives me this problem all the time when I try to print
to a printer. If I print to the screen everything looks ok.
… -
The thing is that the users get it one time out of ten when printing the
same report with exactly the same data.
-
Has it? I have not recieved any e-mail so...... ?
-
For the time being is there a way that I can check where is it going to
print and then call a page break to print? this will help me at the moment.
I will then do some tests.
Thanks,
Justin
-
Hello Shaine,
This is because charts and metafiles are converted to raster images (BMP,
JPEG).
Just to know what kind of options are available for exporting your
ReportBuilder reports you would want to try out eDocEng… -
Hi Nico,
thanks for this hint. Now I successfully could loop through all
components and set the ondrawcommandclick event of all objects of the
type tppcustomtext and TppCustomMemo.
It works very well.
In the ondr… -
Hi Nico,
thanks for your hints, but I fear they don't work as I need it.
1. For looping through all objects, I do it as you describe it and it
works fine in a simple report, but it doesn't work in a report with
subrep… -
Hi Nico,
I thought I got it, but I didn't;-(
2 Problems:
1st: Iterating through bands and objects of the bands doesn't bring me
all components.
Could you tell me a way to iterate all printable components of… -
Hi Nico,
I think I found a solution for my problem. I just iterate all bands of
the report and all objects of the bands, before I show the
previewform. Then I check if the component should be able to be edited
and set the o… -
Hi Nico,
o.k. I understand, but I fear I cannot do that, because I do not
create reports at designtime. I let the enduser create reports at
runtime. Is there any way, to give all used report components a
default ondrawcomma… -
Hi Nico,
could you explain to me where I can find the drawcommandclick event
and get access to it?
Is there any example for doing that?
Helmut