rbuser
Comments
-
If you have RAP, you can do this:
1. Add a rectangle to your Detail band. Choose ParentHeight, ParentWidth,
Stretch and Shift if necessary. Use Send to Back to place it behind the
text.
2. In the Detail band's BeforeP… -
-
The problem is I want to show 3 or more places to the right of a decimal
but if after two places to the right is a zero I don't want it to show any
more places.
In your demo you have the same problem if you add the "#" sign as… -
It solution don?t run correctly, buy i want print per example: the first
record two twice , the second record one twice, the third record 5 twice.
All about the some report. It depend of an field in the record.
Thanks.
Jeff,
Contact info@digital-metaphors.com with your full registration info -
including serial number and inquire about receiving an update.
regards,
Chris Ueberall;
How do I go about getting the update?
Hi Jeff,
I would use 6.03, but I don't know if you problem goes away.
regards,
Chris Ueberall;
Chris,
How would I print a report to a file, and then append another
report to the same file, and do so in a way that when I print this file,the
results are the same as
if I had used the method you demonstraited in
the…Hi Jada,
look at demo 123.
Here is a download link to a demo which shows how to dynamically create
subreports:
http://w…Chris,
Ok. Debug Memo.Lines.Text noticed that the same arrives with Breaks of
lines.
Thanks.
Anderson Haertel Rodrigues
Anderson,
that's not a justification issue nor a RB one.
Because you assigned existing 'Lines' you will get those new lines where
there are line breaks in you source. Try to assign the text without the line
breaks, use the …"Chris Ueberall (TeamDM)" escreveu na mensagem
Hi Anderson,
could you be more specific, what is wrong with printed memo, is it right
aligned or centered or ...?
regards,
Chris Ueberall;
Ok, it may be a day or so till I email it. I was using a database I created
myself.
Well, I did all these steps and it still failed. One other thing, your demo
dataviews work, but I am unable to find a difference between your dataview and
the one I have. With the only exception that I do not have a BDE alias setup
Hi Bruce:
I hadn't thought of corrupted indexes.
I went in and deleted all indexes and packed the file. Then I added back all
the indexes.
I got the same results - 3 customers re-appear at the end of the report<…Hi Bruce:
Yes I did rule it out, to the best of my ability.
If I use Access or Excel to sort and group the dbf file, it works correctly.
I see no corrupt data.
Rob.
Hi Jim:
Did you receive my files?
Rob.
I have sent you a zip file.
Thanks,
Rob.
Hi Jim:
I miss led you. I am using RB 6.03 for Delphi 5.
Rob.
Hi J/Wim,
there is a constant defined in unit 'ppTypes' called ppVersion.
regards,
Chris Ueberall;
"Jim Bennett (Digital Metaphors)" wrote in
Thanks - that's what I thought.
John
I've tested this code on a simple case - my upfront concern is subreports.
Will this code address subreports, or do I have to figure that one out on my
own?
Thanks,
-------------------------
procedure Toggl…"Jim Bennett (Digital Metaphors)" wrote in
This will probably work best. I simply want to be able to save a description,
a username, and some additional information when the report is save into the
database. I am surprised that there are no additional array properties that
w…Actually, I did try this and of course it worked. The problem is that you
have to rely on putting data in public variables and pulling this data into
the fields just before posting. I would rather put all if the data in at one
even…Thanks for your reply, but this is a rather poor place to put changing data
but if this is the best that there is I guess it will have to do. There
should be a template.database.fieldbyname or
template.database.tablenamefieldname.ass…