rbuser
Comments
-
Cheers........... again
-
>Hi Dave,
something
$1@mail....
-
>Hi Dave,
certain
inside
then
using
variables
this seems like a basic questions
Kind Regards
Dave
--- posted by geoForum on in Hiding Variables based on there values Comment by rbuser September 2006 -
Hi Nico,
Do you have any idea/solution about my problem ?
--- posted by geoForum on http://delphi.newswhat.com
-
Hi Nico,
Thanks for your reply.
I understand how to access the chart properties in the parent form.
But i still have a problem with the childforms (derived forms). My
application is based on form inheritance, and delp… -
Ok,
I tried moving the label and line that will be toggled on/off to the
bottom of the band. Unfortunately, this doesn't work at all. On records
that display the label/line, it places them on top of a rich text control
th… -
Using regions worked perfectly! Thanks for the help!
--- posted by geoForum on http://delphi.newswhat.com
-
Ok,
The label that I was turning the visibility on/off is at the top of the
detail band. Is that why it's not resizing?
--- posted by geoForum onHi!
Just note that it would yield milliseconds no?
Start a new project, drop a ppReport onto the form, enter designer and
select and *poof* Invalid Image Size.
I haven't had to set outline settings for a little while - over the past few
months I've installed new components (TMS…Thanks - I'll check out "PrintPosRect" and see what I find.
BTW - if NewPageThreshold is "0" - I assume that the group internally uses
the height of band header in question. When I set NewPageThreshold to
something (say 0.5) - d…Thanks for continued follow-up - the "fails" in the subject was *my*
failure to take into account the footer height...
And, at this point anyway, my customer isn't yelling anymore... .
I think I might be ok with what I'v…Two pass is possible, is there an example or some guidance available on how
I'd determine if the footer was there? Would two-pass be enough though - as
soon as I force a page break, that shifts everything down and one of the
"next" p…I managed to get MOST of what I need done by including the following in my
BeforeGroupBreak event:
ppGHBwono.NewPageThreshold:= CalculateWONONewPageThr;
if ( ( ppReport1.Engine.PrintPosRect.Top +
ppGHBwo…I think this might be related to the fact that a group footer may or may not
be printed at the bottom of a page. I'm trying to calculate the threshold at
the BeforeGroupBreak level - is there any way to determine (at
BeforeGroupBreak …
NOTE- set in OnBeforeBreak events! Not OnBeforePrint.
EdB
thanks very much the example is working good for , however I made a small
modification to load the report dynamically so when the report is closed and
reopened again the new skip,copies parameter loaded successfuly
if you need…In RB 7.04 all I have to do is drop a ppReport component on a form, open the
report designer, and select . A dialog box pops up - you'll see
a wizard for "Label Templates" where you can select an Avery type that best
matches the size…I use delphi 7 and RB 9 and I get my data from db
I did not find and message by searching with "skip label" I get only your
message
please tell me how I can find what I want
thanks alot
One way would be to set up the barcodes to print within labels - do a quick
search in this forum for 'skip label' and you'll find a number of references
on how to print starting from a particular label.
In my version of RB (7.04…Thanks guys.
As always you supply excellent help.
Keep up the good work.
Steffen
Yes I did see that, and have done that too, but it still does not work :-(
Any other ideas?
The toolbar we added contains a combobox, and if you in code changes its
ItemIndex nothing happens. It is of type: TppDesignComboBoxToolItem.
When debugging this issue the TppTBXCustomList.SetItemIndex is called. It
only execu…Thanks Nico
Great examples, and it now work... almost. The combobox does not change when
I set an ItemIndex.
From my debugging it looks like I need a viewer, but I have not been able to
find out where I should add t…Alan T wrote:
I understand your view point, but I recommend being careful suppressing
error messages, as it may bite you in the back later. One solution
could be to only suppress floating point exceptions in official…We have around more than 100 clients using our application and most of them
get the printer working with other applications like MS Office, it is hard
to convence them to download the latest printer driver because of their new
prin…Alan T wrote:
I have had the floating point issue for two of our customers; one with
a HP printer and one with a OKI printer. In both cases letting them
update the printer drivers to the latest version fixed the issue.
One of my clients got this error when tried to print via HP Color LaserJet
2600N.
Our company does not have this printer for testing.
Do you reckon the
Set8087CW(Default8087CW or $3f);
might do the trick?
<…
Hi Nico,
do you have some examples to use a group footer to sum
at the end of a page ?
Thanks
Massimo
Thanks Nico for the answer,
i will upgrade to the new version as soon as possible but
my application is written with delphi 5
and i can't install the last version of RB with this version
of Delphi.
There isn't another…