rbuser
Comments
-
Hi Nico
The field is a ppDBText
I tried to set the visibility of the DetailBand in the DetailBand.OnBeforePrint event
if Pipeline['Count'] = 0 then DetailBand.Visible := False else DetailBand.Visible := True;
I did, but it does not work.....
BTW:
We use ReportBuilder Enterprise v7.02 on WinXP
All resourcefiles are available in the Windows/system32 directory,
but when I switch the ppReport.Language to a new value, nothing happens...
I am sorry for the wrong date of my posting.
I just realized that my computer?s date is out of date. :-)
Can I fix it? If so, how?
tnx
acras
Ohoh...
excuse me, just my mistake.
works nice:
MyImage.Picture.Metafile:= MyChart.TeeCreateMetafile(true, ChartRec);
so sorry
Stephan
The field name is EuroLineNet.
Nowhere else is euro involved, if I change the $ to £ it is corrected for me
but presumably the $ is a general currency display format that must pick up
the word euro somehow.
All I kn…Hi there,
we've solved the problem. TEXTRADEVICES was compiled with a different
Version of gzip. After recompiling it, everything is working fine.
Yusuf Zorlu
yusuf.zorlu@microtronx.com
OK, Now I am using the following code. In doing so it does use the correct
printer driver but instead of going to a file it actually prints
ppa.devicetype := 'Printer';
ppa.archivefilename := trim(globalpath) + …Thanks a million
It seems to honor the printer selection when you are not printing to a file.
If you print to a file it seems to allways use the default windows printer
I do have the exact name - what should I try next?
I tried your suggestion using
procedure TBankoBicform.ppAInitializePrinterSetup(Sender: TObject);
begin
ppa.printersetup.printername := allglobal^.GLOBALopticalprinter;
end;
But it still doesn't work when you pr…I found a solution. I was using ppLabel OnPrint events and switched to
ppVariable OnCalc events using option 2) below. All appears to work good.
Thanks
Carlos
Carlos,
Use the BeforePrint for the Deatil Band, something like:
procedure TrptItems.ppDetailBandItemsByLotBeforePrint(Sender: TObject);
begin
with dbiqItems do begin
if FieldByName('ItemEstimatedRe…Hi,
No, I use a TppImage control and in my FireBird database the field is
declared as Blob, Subtype 0.
In my Local Area Connection Properties, I checked the CheckBox for 'Show
icon in taskbar when connected'
When the s…Hi,
I implemented a pass-through function, as you suggested. My report is
similar to your crosstab demo #23, in that it has one column, one row,
and two values. The second column, with "Sum of Amountpaid" and "Count<…No, because it?s a random error, only fials sometimes
Maybe the printer borders are to small or you selected a wrong paper size
for the report.
Awesome - Thanks
(That gets me the line I want, now I just need to figure out how to turn off
the dotted line)
Hi Nico,
Thanks for your tips. But I still dont have a clue how to determine if
a dbmemo is already full, and if it is - to continue to another dbmemo on
the next page. Or Should I use a dbmemo?
Dan
Hi Richard,
I have seen something similar to this. Here is the situation that caused
the problem. The user tried to print a report and found that the printer
that they wished to send it to was not installed. With the applicat…Hi,
We are currently using reportbuilder 6 but will be upgrading soon. I can't
tell exactly where it is happening but will keep investigating. Thanks for
your help.
Richard
Hi,
MaxBloxSize... Is that the "Blob Size" setting in the BDE Administrator
or somewhere else in Delphi?
Any recommended size?
Regards,
- Graeme -
Hi Nico
The subreport starts on a new page. However if the subreport has a greater
number of records that will fit on one page, I end up with a split record.
Is it possible to make RB keep the entire record together, even…
I've tried this but it doesn't work.
I'm getting a group of records which will fill more than one page. If one
record happens to fall at the foot of the page it will print what ever it
can on first page and then the rest …Subject - ppTextPipeline is locked
Nico Cizik,
Thank you again for your assistance.
I have now rechecked. I am using Version 7.03. I have checked the
installation log.
This is from the log ::-
…Nico Cizik,
Thank you for your assistance.
with
I believe I am using Version 7.03.
I will double check though.
Regards, Peter Evans
Dominic,
Here is a pass-through function I use to get around the limitation of
reading from one table.
Kevin
{*** RTFReplace ***}
procedure TrapRTFReplaceFunction.ExecuteFunction(aParams: TraParamLis…