rbuser
Comments
-
Dear Nard;
I already check it at the begining but still not printing it..
I have check groups but no work..
-
I apologize for posting in wrong forum. I will repost.
2005-
--- posted by geoForum on http://delphi.newswhat.com
-
Done the job. Many thanks.
SteveW.
-
Right click over the control and select 'display properties'.
--
Ed Dressel
Team DM
-
is transparency set to true? I found that on a number of printers this would
not work.
--
Ed Dressel
Team DM
-
Send a demo to support with steps to reproduce it--make it as simple as
possible.
Ed Dressel
Team DM
-
Hi Nico,
It did the trick.
Thanks!
Bart
That
recreate
as
Bart
--- posted by geoForum on http://delphi.newswhat.com
-
Put the crosstab object in the summary band. Not the detail band. That
should do it.
Eugene Henderson
--- posted by geoForum on http://delphi.newswhat.com<… -
Hi Nico,
The version we are using is 9.0.2
I wish I could recreate itto you liking; however, that is not possible.
The next best sollution is to describe it:
- In the database record is kept of the schoolhours pupils are no… -
Thanks, the only problem is I must be a little dense today.
From looking at the project, it looks like you are trying to hide the detail
band if the CustomerID is 1221, then in the second pass hide the Group
header if the deta… -
Nico, thank you for your response.
Changing the property of the TppRegion from StretchWithParent to Stretch
resulted in no border on both the first page and subsequent pages.
Changing Subreport.Keeptogether to true did not… -
Im trying to do that... But I cant get the Shape to be visible... So I
created the shape at design time, but when I position it to Top =
HeaderBand1.Height, it suppress all the detail records. I want it to be
"float like" over the … -
You can check the DetailBand.OutOfSpace property in the AfterGenerate and
that should let you know that the band you are on is the last band..
-
That was the problem. Thank you very much.
-
"Isildo Mendes" escribi? en el mensaje
-
Well, that's na idea, but you see, we don't want to create too many
dependencies from external queries. We will have many reports like that, and
we don't want to populate de Delphi code with that situations. Our report
module is a … -
Hi,
You can do it with RAP.
- In data tab Create the query CustomersQuery with the following sqlscript:
SELECT CustomerCode, CustomerName FROM YourTable GROUP BY CustomerCode
- In rap create function GetTotal… -
The problem is that I don't use a direct connection between my tables and
the reports. The reports are stored in rtm files. I use a function to pass
just the where clause to the specific report. The user is able to filter the
repor… -
Hello Isildo,
If I were in your shoes I would do the following:
- Create a query CustomersQuery with the following sqlscript:
SELECT CustomerCode, CustomerName FROM YourTable GROUP BY CustomerCode
- Create a q… -
Hi, Fabio!
Thank you for the tip!
I thought about this. The problem with this solution is I have to maintain
views in SQL Server. That means a view update in development needs update in
customers also. It is more work.
Another way to obtain some good results is creating a View in your SQL
Server.
Could be like this:
Create view MinQuery as
Select a, b, c, d, Min(ColName) as MinColName
from tbl
Group by a, …> Before you answer this post, be sure read from the very beginning,
note that courtesy is welcome
Ed Dressel
Team DM
I understand what you mean. I make a small project to repeat the error. The
ORDER BY 5 does show up but the error doesn't come out. Therefore, ORDER BY
5 could work. I'll check my own code.
Sorry for misunderstood you!
Bi…Dear Nico,
Before you answer this post, be sure read from the very beginning,
please!
1. I posted everything in the original post. The error I got is "Field
'ColName' not found."
2. I said in my second post: I ca…1. How can I not assign an alias to the calculated field? It has a alias by
default. The alias is like MIN(ColName) and I cannot change it.
2. ORDER BY 5 does NOT work. That is how I am getting the error.
Bob,
Thanks! I ultimately will have to do this.
John
John,
My guess is that by toggling the border, you changed the object's height
slightly and that made the difference.
If you have both static and stretchable objects on the same row and you want
to ensure that they …UPDATE:
OK...I don't know why this fixed it, but it did...
I put a border around both the item number and cost fields, then turned off the border, and suddenly, all is working.
Any explanation would be greatly …Thanks Nico,
For your help and for a great product
Hi Nico,
You're right. I'm using Membership Plus 2005 Deluxe
http://www.quickverse.com/shopfiles/product_details.asp?ID=43042 which has