rbuser
Comments
-
Its on the way.
Bernd
-
You are right, the labels do not respond to double click. So - no - this
occurs with RB labels and no no additional components installed.
Bernd
-
Sorry for beeing not precise.
On my report I have TppLabels. If you do a double click on this TppLabel, a
dialog pops up and you acn enter the Caption (sic).
The behaviour I tried to describe is:
I switch my report to… -
Upgrade is not an option at this time. We are fixing bugs in a 'frozed' alpha
release. The last thing we want is to add another unknown that might effect
the rest of the project.
I will check the other properties you mentioned a… -
Thanx
-
I just tried that but it just looked weird.
I then tried setting them to StretchWithParent and things started to go ok.
All worked fine until i set the final column separator (a line) to
StretchWithParent and then it all went weird ag… -
Yes, I know that there are various work-arounds, but it would be nice if it
just worked properly.
George
-
I've tried that, but I've still got the same sort of problem, but maybe a
bit more specific:
In each GroupFooterBand.AfterPrint-event all the correct values are added to
the array.
When I read the array into the chart I use Group… -
Ok, that's what I thought too... thanks for the info...
The thing is that I wanted to use a select in a select:
select bla bla bla where id in (select distinct id from bla bla bla)
Anyway... I found a workaround by using t… -
I'm very happy to hear it!!! :-)
When does rb7 is going to be released?
-
Dear Jim,
thanks for the response. The sub-report is a section. I have
rebuilt the report now with two sub-sections. The first sub-report uses a
pipeline with one record, the second has several records.
The main r… -
-
I ended up adding a second query to get the sums. It works for now. I may
switch to your method later because that way if the detail query changes in
some way then I don't have to remember to change the sum query as well.
Than… -
I'm not sure I follow you. The master and detail are 2 separate tables.
The DBCalc has to come from the detail datapipeline because that is the only
place these fields are. I have the dbcalc fields in the summary area of the
main re… -
To Continue the Thought,
The reports run fine on WinNt and Win2000 from same executable.
Interestingly, I ran a simple States report, it ran fine, ran another
report, got the "Canvas does not allow drawing." message, ran the Sta… -
Yes you are right it is only when the components in the region are selected
that the ctrl arrow moving is a problem. I sometimes find that the 'enclosed'
components are not linked properly to the region and so don't move with it.
U… -
The section style reports. Where is this? Developer's Guide? tutorials?
internet site?
Randy
-
Yes, use sectoin style reports. See the thread "print mulitpe reports in one
print job". I posted a code snipped there.
Ed Dressel
Team DM
-
Jim:
The client application sends a report request, the Report server
recieves the request, print the report to archive, then the client opens the
raf file, and create it, then show it if is in conditions to do this else
Many thanks.
I noticed a similar with memos, when there were several memos on a page, but
only when TextAlignment = taFullJustified.
It seemed to be a preview problem only. Printing out on my HP 2100 looked
OK.
Hello Jim,
Hello Jim,
What version of Delphi do you have?
TADOTable has support for reading XML files (well in certain formats
anyway). Depending on how the XML is produced you may be able to work to
what TADOTable would understand.
Regar…"Mike Malinowski" wrote in message
Hi..
I saw the post you were reffering to. It says jpeg is natively supported.
I assume this means I should not have to do anything special to load the
image like they example shows with GIF images. I already have "jpeg" in my…"Tom Glunz CV" wrote in message
I emailed a problem report to DM support last night. The problem is, if a
master table is linked with a detail table (in the designer Data tab), and
the master field is null (i.e. no detail exists), an 'Invalid Variant
Operation' occu…Well,
Life ain't easy.
I changed code in the afterscroll-event and now it works, so have a nice
weekend.
==============================
bad code:
ID := dataset.fieldbyname('ID').asinteger;
SetRan…