rbuser
Comments
-
Eric,
I wonder if you need to refresh the page in your browser.
RB6 was released first for D6 and several days later the
links for D5 were added. You should see 3 links
one for each of D6, D5, D4
Jon
Digital Metaphors provides appropriate *.rc files and also a translating
application so translation is not so big problem - one can modify easily
*.rc file, compile it, copy to system folder - and that's all. The problem
for me arises…I'm sorry, I don't get it. What is the use of two separates reports here?
Thank you
Janusz
Just a thought. I ran into a similar problem while translating my
application from English to Spanish. After some thought I chose to write TWO
separate reports (each in separate, dummy forms): one in English and the
other in Spanish. …I think it would be nice if all of the strings that digital metaphors used
were stored in a delphi file that purely contained resourcestrings so that
the job of doing translations ( like the one you did ) would become trivial.
In fact…Hmmm! not sure as I use Win98
You might look at a previous thread where Nard addressed
the problem as I found it:
"Slow report load v6.0"
Jon
"Huhtaman" wrote in message
Jon:
YES
I pasted your code directly into my app in the on-show event. The
ppReport1 STILL has a 5-10 second delay on the first report. I timed on-show
and found that the property change had no eff…Neil,
I'm not sure that I understand. The ppReport1 component
that I suggested on the opening screen will exhibit the delay
(same as before). The only difference is that the delay is
exhibited at the application load (m…Jon:
I copies your code into my on show event but it has no effect on the 1st
time load speed of the ppreport1 component.
The 1st time delay is still long. Can you OR anybody at DIGITAL
METAPHORS give me any o…Hi Neil,
I noticed an increased delay for my first report using v6.
The explanation has to do with the later loading of the
printer driver.
My work around:
1. Drop a report component on my opening scr…1. Place a TppReport on a form and double click it do open the report
designer.
2. Place a Label on the report.
3. Change the font.color of this label to any new value
4. Close the report designer
Boom. I get an Extern…Hi,
is the subreport connected to data source.
enjoy,
Ron.
Hi,
pse, dont cross post. See anwser within the subreport thread.
Ron.
Is the PipeLine property:
property CloseDataSource: Boolean;
any use here?
BTW I always scan (with GREP) all the DFM's for "Active ="
to catch this. Setting the above property to True seemed to help.
Jon
Chris,
Thanks for the info. I'll look at the custom descendants of
TDataset/TDatabase for the next project.
Thanks,
Phil
On Wed, 25 Jul 2001 07:23:44 -0500, "Chris Ueberall (TeamDM)"
Hi Philip,
There is no way, because there is no Dataset property for this design
problem.
But if you uses a Database component (I recommend this), you can set the
'Connected' property to False before compiling and saving.Jim
That was the trick. Actually, the answer was to put the text and memo
into Region1, the line into Region2, and set the appropriate
attributes. Then it all worked.
Thanks,
Phil
On Thu,…Ron,
When I tested putting a line on a region, the result was the same
problem as described previously.
Would appreciate any other thoughts.
Thanks,
Phil
On Wed, 25 Jul 2001 13:35:05 -0500,…Ron,
thanks for getting me on track.
Regards,
Phil
On Wed, 25 Jul 2001 06:26:29 -0500, "Ronald Eckersberger (TeamDM)"
Hi,
put the line on a region. And tell the region to shift relative to the
memo.
enjoy,
Ron.
Thanks Ronald
I going to check it now
Hi,
use the page style band.
enjoy,
Ron.
Hi,
set the printcount of the band to 2.
enjoy,
Ron.
Hi Jim Bennett,
Now there are some problems in Query Wizard as well as Query Designer which
are left and as listed below under each heading:
Query Wizard:
Query Wizard is working fine but on the last page…Do you have no name ?
Chris Ueberall;
i see a rbprint.cst in my system dir. on my 2000 server, but I don't see a
rbprint.dft anywhere?
Hello Iowa, hello America,
this is a ReportBuilder NG and not a 'dependency walker' NG.
the language resource file 'rbPrint.dft' should be located in your Windows
system directory (default language).
regards,
"Ken Kelso" wrote in message
Thank you. I just noticed that.