rbuser
Comments
-
How is this related to ReportBuilder?
--
Ed Dressel
Team DM
-
Yep, that was what I needed. Thanks so much!!!
-
OK, thanks guys, I'll update my version to 7 here pretty soon. Hopefully
that will do the trick.
-
Yes, I believe so. Be sure that the report builder is fully invisible--ie
doesn't try to show a dialog. Catch all the exceptoins as well. You may want
to start out by allowing the service to interact with the desktop for early
develop… -
Hi, question. Is also Reportbuilder Enterprise 7.01 threadsave?
chris
-
Israel,
sorry, but I should had read the whole thread. I wasn't aware about your scenario.
regards,
Chris Ueberall;
-
Hello Chris,
How would I use TppArchiveReader on a client machine? All I have there is a
browser.
if TppArchiveReader was packaged as an ActiveX, I could use it. Making it an
ActiveX myself seems like to much.
Any othe… -
Hi Israel,
see component ' TppArchiveReader'.
regards,
Chris Ueberall;
-
Thank you for the lengthy answer, although it's an answer only if I'll
upgrade.
I solved the problem, which is really a pragnaan exportdevices problem. They
use GLOBAL variables.
However it's possible to compile the package… -
Thanks for the pipeline field iteration idea. That's a good technique to
debug external to the reporting events, where it's much easieer.
-
Okay, here's the solution:
1 set all the components on the report with a pipeline property to
parentpipeline.
2 delete the pipeline.
3 Delete all the fields from the TADOQuery, and set it inactive.
4… -
Now that's not working either (rounding) - it was working a few minutes ago.
There's something very weird and unstable happening and I think it's
with the pipeline. I got an AV when I clicked on it, so I closed the
project an… -
This one field will not allow the assignment of any decimal places,
period. If I round the data before assigning in the beforegenerate
event, no problem.
I can't seem to find any differences between the form variable in RB on… -
Scratch #2 - it makes no difference what the TppField size is.
-
I *think* -maybe- I've pinned down two actual bugs in rb:
1) Based on where the debugger indicates a problem in the source: when
there's an exception in getfieldvalue, somehow the wrong field is
reported. The exception here l… -
The test flips through all the records without error, but the report
still has the exception. I'm tracing through the
GetFieldValue(dataField) in function TppDBText.GetFieldValue: Variant;
in ppCTrls right now.
-
Ok, I am working on a descendent of ppDBText, but I am not sure what
property to override? OnPrint? OnGetText?
Thanks in advance.
In article <3e5b94b5$1@dm500.>, "Nard Moseley \(Digital Metaphors\)"
-
Cool, very cool, thanks!
Now is there a way to do that generically?
That is, if any field in the report overflows to use this method?
In article <3e5a7738@dm500.>, "Nard Moseley \(Digital Metaphors\)"
-
Nard,
I'm still a little confused on how I can save this additional information to
a file. Does ReportBuilder save this additional information when you save
the report as a template? Is there another way of storing the DevMode… -
Just use the MetafileCanvas provided by the TWPaintBox
)
-
I know that ChoosePill (http://www.choosepill.com/) have a component
that prints Treeview in Report Builder but I don't know if it produces a
good quality result.
Another … -
Thanks Nard,
The last detail sub-report had 2 columns, once I removed its Title section
the problem resolved itself. Is that to be expected? Anyway its running very
nicely now.
Best Regards
Simon
-
Thank you Chris & Nard.
-
Hi Mike,
set 'SkipWhenNoRecords' of the detail data pipeline to 'False'.
HTH,
Chris Ueberall;
-
Hi Jim,
On further investigation I had the reports detail band PrintHeight set to
Static, so
I changed it to Dynamic which seemed to fix the problem.
Thanks for your help,
Luke.
-
Thanks.
But I hope there is something easier with some exact sample code, after all
this is a very basic and essential feature most of the business application
would insist. RB should build some thing to solve this sorts of problemsYep that'll do it.
Grrrr
:-)
Bruce, thank you.
Have downloaded the demo. Will play with it.
Seems to be great and inexpensive.
Mike
I had a similar problem and was appending tabs chr(9) instead of space and
the memo was readible.
However, I have not been able to setup the tabs positions.
Max