rbuser
Comments
-
Same behaviour with RB 12.04.
I sent a sample application to support@digital-metaphors.com
Thanks for your help
Klaus
Am 14.04.2011 16:29, schrieb Nard Moseley (Digital Metaphors):
-
Hi
We actually solved this using a background image containing the grid,
instead !
S?ren and Ren? / SSV
-
Hi Nico,
The article describes a programmatically approach to solve this issue -
I assume that there is no way to do this through the ReportBuilder
designer is that right?
I will certainly try the example and hope i… -
> Did recreating the VM solve the problem or does it still exist? Are you
Yes, recreating the VM and reinstalling all applications solved the
problem.
John
-
I tried upgrading with the latest trial version, and the same issue occured.
I eventually had to recreate my entire virtual machine and start over.
John
-
Thanks Erwin, I gave this a try, but ended up recreating my virtual machine.
John
-
Hi John,
i had a strange error under VMWare too.
This happened when the default printer was set to a VMWare virtual
printer.
After installing a PDF Printer (Free PDF) and setting it as the default
printer, the … -
The following code almost works, but all the bars en up with the very last
colour chosen.
procedure TFormPastureUtilise.ppDPTeeChart1Print(Sender: TObject);
var
i: Integer;
Year,Day,Month,DOW:Word;
begin
for… -
Hello Nico,
Currently I'm looking at a way to set the caption of the headers in the Report's
OnBeforePrint-event.
That way I can set the caption if a column is actually used or hide a column
when it is not needed.
Of… -
Op 19-4-2011 16:18, Nard Moseley (Digital Metaphors) schreef:
The reportbuilder is build in software we bought it is not possible for
me to run the same test in RB12 unfortenally. Thanks for your answer anyway.
IngeW
-
Found the issue.
In my datadictionary all be RB_FIELD boolean fields I had using a 'Y' and
'N' to signify the boolean value.
However Report Builder only recognises 'T' and 'F'.
Everytime we use boolean in our databas… -
Hi Ed,
I want to create 3 different reports at the same time...
Thanks,
greets ben
Am 20.04.2011 18:48, schrieb Edward Dressel [Team DM]:
-
> Do you have an idea how to create the reports simultaneously?
Are you looking to create 3 different reports at the same time or 3 copies
of the same report?
Ed Dressel
Team DM
-
Is there a a sample somewhere how to accomplish this using RB Server?
Thank you!
Am 20.04.2011 18:09, schrieb Nard Moseley (Digital Metaphors):
-
Hi Nard,
Yes, when I place the Report on the DataModule it works, this way i
tried it first.
But as you mentioned in point 3, the reports are printed one at a time,
and not simultaneously. This was thre reason why I start… -
Hi Nico,
I'm using RB 12.04.
Yes, I've traced the printTest routine, and the call does occur.
When commenting out the BackgroundPrintSettings, the report is generated
as expected.
Greets,
Ben
Hi Nico, fine?
Thanks for your tip. I really not know about this process.
I tested and worked perfectly.
Thank you very much for your help.
Regarts,
Eliseu Corrona.
Hi Nico, fine?
Today I return the tests about the problems with translate to Portuguese
Brazil.
The problem occurs in computers without the Delphi.
I'm test in my Virtual Machine with Delphi 6 and translate correct. After,…Hi Nico.
Sorry for the delay. I've been busy and have not consulted over the forum.
Nico, is exactly that. Only the form of sending emails is not translated
into Portuguese. The rest works perfectly.
I did the same test you, but…Only with complement. I test the Report Builder 12.04 for Delphi 6 and
happen this same problem.
?Hi Nico,
Thanks, I was aware of that. I worked out a way to do what we needed to do.
It was putting all the comma separated serial numbers into one line of the
memo field lines array so when it got to the edge of the Memo box…Hi Nico,
now I use a normal DBlabel which shows me the date.
The SuppressRepeatedValues property works fine.
Further on I don't know how to set the working hours and the extra work
invisible, if the date is the same as the prior…Hi Nico,
First I delete all code out of my variable. There is now only Value :=
DataPipeline1['Date']
After this I set the proberty SuppressRepeatedValues (True) of the variable.
But when I run my report only the 01.04.2011 is s…?I figured out what was happening. I had not set the DataPipeline for the
Report, just for the individual fields. The report must be what increments
the count.
Anyway, that works now.
I tried the background color …?Thank you for the reply. I am using 12.04.
I did implement the OnGetFieldValue event just as shown in the example in
the manual. This is where OnGetFieldValue gets called. I also set the
RecordCount property to equal RowCo…Sent an email off to support.
Kind Regards,
Robert.
Thank you Nico.
That was it I did not know that the report itself had to be connected to a
datapipeline.
I remember I made this error with quickreports about 15 years ago :->
Always miss the obvious stuff.
Ki…Ok Nico and Nard,
thank you both for your help.
Kind regards,
Mark
Nard
Can that be achieved via the editor or do you need Delphi code?
This would be a useful function for our end users - is there any
documentation anywhere?
Regards
Rod
Hi Nico,
thanks a lot for your fast answer.
The key was to set ShowEmailDialog := False (unfortunately the
Developer's Guide is missing that line in the simple example).
The article on rbWiki is also really hel…