digitalmetaphors
Comments
-
I took demo #29 and it has bolding and underlining, so I added tabs and tab
stop positions to it and changed the font size. It all previews fine and
prints fine.
So, your OnPrint works when the report is preveiwed. What happen… -
Upgrade to 6.02. Send a request for the free upgrade with your registration
information to info@digtal-metaphors.com and we'll send you a private
download link.
Cheers,
Jim Bennett
Digital Metaphors
<… -
I've sent you the patch via email.
Cheers,
Jim Bennett
Digital Metaphors
-
There was a 'canvas does not allow drawing' problem which has been fixed.
I'm sending you a patch via email until the next maintenance release is
available.
Cheers,
Jim Bennett
Digital Metaphors
… -
We haven't added this optimization yet. Agreed, it would be cool to know
which RAP event handler is causing the problem and the actual cause of the
exception.
Cheers,
Jim Bennett
Digital Metaphors
Most often a poorly coded RAP event handler which compiles in RAP, causes an
exception when the report generates or there is some problem in the printing
process. The message is not displayed for the exception and this is
intended.When the pipeline opens, it moves the dataset to the first record, causing
the datachange event to fire. To see what is happening, you can change your
library path to point to ..\RBuilder\Source and put a breakpoint at the
beginning …I don't believe the code is optimized for this case. Next is called until
EOF is true on the pipeline.
Cheers,
Jim Bennett
Digital Metaphors
From the Delphi help on this event:
Methods that can trigger this event include the Next or Prior methods for
the dataset. Data-aware controls notify a data source of a data change when:
Scrolling to a new record.
Mod…You should always back up the old reports just to be on the safe side. I
have reports created in 5.56 with word wrapping labels/text that open up
perfectly in 6.01. Does the wrapping not work? What exactly is the problem?
Can you cha…I would order the data by StaffCode and use 1 column. Create a group on
StaffCode in the report. Then use the group footer to calculate a group
total if there are more than one period records. Place the dbTexts across
the detail ba…There is a Crosstab component in ReportBuilder. There are demos in the
installed ..\RBuilder\Demos\Crosstabs directory which you can run.
There is no native spreadsheet style reporting. However, we have a
downloadable demo pro…This isn't currently supported in the memo. You'll need to measure the text
that will fit on each line in the memo, since you are assigning the lines
programmatically and can get the text width.
You can access Report.Printer.Can…Make sure the pipeline is set to Visible = True. If any pipeline in the
project is visible false, then it won't be able to be reassigned to a report
when reopening the datamodule or form.
Cheers,
Jim Bennett
Digi…It isn't currently supported when printing to a text file device. We've
added support for memos, but not rich text, yet. It is on the todo list.
You'll need to copy your report and create one which is specifically
designed to print …Take this report and set it up so that it only prints one record.
Statically assign the richtext so that the problem is isolated to one record
and send it to support@digital-metaphors.com as Ed has suggested- Thanks.
Cheer…Our current release supports TeeChart 5.01 in Delphi 5. Upgrade to TeeChart
5.01.
Cheers,
Jim Bennett
Digital Metaphors
If you change the pipeline (and the field names match to the new pipeline),
then it should automatically reassign the controls in the report when the
report's datapipeline property is changed. Just this morning I was swapping
pipelin…We don't have support for TeeChart 5.02, as it is advertised on TeeMach
website as a pre-release. Anyways, since everyone seems to be using
TeeChart 5.02, we are building a new package to support it. Currently, you
can build with ru…This is interesting. Thanks for pointing this out. Also, what is happening
in the event handlers? Perhaps the text is inifinitely being assigned?
Cheers,
Jim Bennett
Digital Metaphors
If you are printing on a pre printed form, then you could use a fixed style
subreport to print the detail records in a fixed area. You could also use
an invisible title band in the fixed style subreport and set its NewPage
property t…The report will run, but what happens when you you use DADE at runtime? IF
this were able to be done, then at Delphi design time, RB would need to have
its own local database which would store all of this information. We don't
have t…If you have ReportBuilder Professional, you can always upgrade to
Enterprise.
www.digital-metaphors.com
If you use RAP, and change an event handler for one of your customer's
reports, then you only need to update their temp…Why are you recompiling our packages?
Cheers,
Jim Bennett
Digital Metaphors
Check your library path in D6, perhaps it is pointing at your D5
directories? You shouldn't be needing DesignEditors when compiling with RB.
Cheers,
Jim Bennett
Digital Metaphors
We have no way of testing double byte characters. I've emailed you
privately with contact info for the person who created the Chinese
translation for RB, perhaps he could provide some insight. There are
customers reporting that they…Ok, in RAP, it looks like the Report.BeforePrint doesn't fire again when you
print from the previewer. The workaround to this is to use a TppVariable in
the report. Set it to Visible= False and set its timing to reset on
ReportEnd. …Do you have variables for the report in your form unit which are used in the
event handlers? Be sure to reinitalize all of the variables in the
Report.BeforePrint event. When the report previews, all of the pages are
generated. Whe…Mr Choiniere was running 5.51. We have fixed that problem. The upgrade to
6.01 from 5.56 is free so you can try it out. It works in our testing here.
I don't see any patches which we made available for this problem in 5.56.
Contact…This is with RB6.01? Does it happen every time? We haven't had any reports
of this. Are there any steps to reproduce this? I have been editing sql all
morning testing another problem and saving with no problems. This is in D5
and D…