rbuser
Comments
-
Nico
I have installed the upgrade. Unfortunately, the trial version only prints
5 pages, so I don't know if this repairs the problem. Is there a way to get
9.x (non-trial) and see if it repairs the problem?
Joe
Thanks
I am in the process of tyring it, but I am getting compile errors.
I am using the Waler components (TExtraDevices), whic are causing me the
problems. Is this package now a part of Delphi (V9.x)
Joe
Hi Nico
i looked into the help file. I know that i must define the TabStopPositions
in report units.
My problem is that the TDBMemo needs the value in Dialog-Box-Units. Default
is 32, i set it to 16.
The TppDBM…contact sales@digital-metaphors.com They usually respond fairly quickly.
--
Ed Dressel
Team DM
Hi,
Nico,
I'll set up a test case later today and send you.
The error seems flakey and happens sometimes in this sequence:
I have toggle switch to either print directly to PDF or to the Screen in my
program logic.
<…Nico, I'm working with D7, RBE7.0
Seems that you've got to set lPrinterDevice.EndPrintJob := true before
printing the last page. If you don't, there's apparently no way to end the
job & kick the last page out without exit…This is insane, I must be losing my mind. In the D7 object inspector, I see
many, many label components belonging to ppDetailBand1, yet when the program
is running, the componentcount is 0. What is happening here?
Jeremy
My bad. Failure to clear an object list caused a section to grow longer
than a page.
Jeremy
Michael,
I have seen something similar when the client changed printers. The new
print driver required that the height of the objects in the detail band be
increased slightly or they did not show up.
--…> it is either or--the cancel button is visible when the report is
generating
Ah, I see what you're saying. Yes, the button gets to the "Close" state. I
know this because my client sent me a screen shot and the button clearly…>> 2) when previewing the report does the 'cancel' button or 'close' button
it is either or--the cancel button is visible when the report is generating
and the close button is visible when the report is finished. What I am
> 1) what is the hieght of your detail band on the report?
Actually, the way I have this report setup is I have a parent form that
contains a ppReport component. In this parent ppReport I included stuff only
to the Header and…1) what is the hieght of your detail band on the report?
2) when previewing the report does the 'cancel' button or 'close' button
show up?
--
Ed Dressel
Team DM
> This is not a known issue. What are the differences between your client's
We are both running XP. That's pretty much all I know.
I'm sure he has access to the data. The application I wrote shows a DBGrid
with t…Stanley P wrote:
I have stumbled on another problem, most likely related... it looks like
the boolVar that I referred to earlier is resetting to FALSE each time a
new page is generated (it is in the BeforeGenerate event). One …> Just in case anyone thought I was done... each of the SubReports in SR I
1) Support has told me in a private email that when you set a TppSubReport
visible, items that shift relative to it should be set to the item before
Stanley P wrote:
Just in case anyone thought I was done... each of the SubReports in SR I
shifts relative to the one immediately prior to it (for instance SR D
shifts relative to SR C.)
SP
Stanley P wrote:
Oh, and one additional piece of information: if boolVar is defined
(either way) immediately before the SR E.Visible assigniment the preview
does not hang (so its a definition issue, but I can't figure out why).
RB will not sort data for you--you have to do it. You can do this several
ways:
1) Create a TList (or probably a TOjbectList) of data and use a JIT
Pipeline.
2) Use an in-memory dataset for the second copy of data.
<…Hello
what is the problem with my example??
Ali ?ELIK
"Marc Pleysier - Solune Informatique" , haber iletisinde
sunlari yazdi:425132e1@dm500....
I use :
if ppBDEPipeLine.DataSource.DataSet.FieldByName('MyMemo').asString=''
then ...
ALI ÇELIK a écrit :
via fuction in reportdesigners
Example:
procedure DetailsBeforeGenerate;
begin
if length(view0['accfullname'])< 2 then detail.visible:=false
else detail.visible:=true;
end;
this procedure does …ALÝ ÇELÝK a écrit :
By program or in the report designer ?
Thanks Nico - I've nailed a usable demo application together in the meantime
which should help me demonstrate the behaviour I need. Thanks for your time
here - cheers, David
Thanks for the heads up on this Nico; unfortunately my BDE setup is playing
up so I'm having trouble running demo 28 but managed to cobble something
together to create a small demonstration for my end user next week. Is
there any eas…Thanks Nico - I'll take a swift look at it this evening; from your
description it sounds exactly what I'm after (typing with fingers crossed!)
cheers - David
Hi Nico,
Thank you for your answer.
But, I never use the TppMatrix. Could you help me uses it giving it a small
example of as declares it in the Source of the Delphi? What I need to
declare in USES? In which event of the Cr…Looks like that's what I need Nico!..
Many thanks
Rob