Board index » delphi » Nevrona RPPro 3.0 Documentation?
Larissa Gibson
![]() Delphi Developer |
Mon, 09 Jul 2001 03:00:00 GMT
|
Larissa Gibson
![]() Delphi Developer |
Mon, 09 Jul 2001 03:00:00 GMT
Nevrona RPPro 3.0 Documentation?
How is the documentation (Manuals, help files, tutorials etc.) in the
corporate version of RPPro 3.0? I am looking at the demo version and am having a hard time finding the kind of information I am looking for. For example, they don't have much information on DataConnections, under help it just says this topic is not implemented yet? And help is hard to navigate. Are people in general pretty happy with the documentation. Is it thorough |
Nard Mosele
![]() Delphi Developer |
Tue, 10 Jul 2001 03:00:00 GMT
Re:Nevrona RPPro 3.0 Documentation?QuoteLarissa Gibson wrote: ReportBuilder Pro 4. Download the trial version and run the demos. I think you will find the quality, simplicity, and power to be unmatched Version 4 has just been released. A number of new tools have been added There is a developer's guide in Word .doc format you can view and print ----------------------------------------------------------------------- You can download a trial version from: http://digital-metaphors.com/prodprodemo1.html Ordering info is available at http://digital-metaphors.com/order01.html With the trial version you can create reports just as you would with the For a quick look at what ReportBuilder is capable of run the demos: 1. RBuilder Pro\Demos\Reports\Demo.dpr - contains over 70 sample reports 2. RBuilder Pro\Demos\EndUser\EndUser.dpr - contains a complete, Demos and Tutorials are included. ----------------------------------------------------------------------- ReportBuilder Features Report Wizard Create reports with a few mouse clicks Report Tree tool window Outline of all report objects Data Tree tool window Drag and drop label and field creation Tutorials step by step instructions for OnePass/TwoPass Report Engine Instant page generation, Text, Line & Shape Components Work just like Delphi counterparts Image Components Bitmaps and WMFs supported Rich Text Components Stretches across pages, great for Memo Components Stretches across pages BarCode Components Code 128, UPC-A, Code39, SubReports Free-form, side-by-side, nested, Extensible Components Create either static or Columnar Reports Spreadsheet-style reports and Full Printer Control Envelopes, custom-paper sizes, Templates (Report Layouts) Save report definitions in Precision Position components up to 1/1000 International Language Support 11 languages, *all* strings and Archive (Native Report Output) Print reports to stand-alone Text File Output Comma, tab and fixed length Open Data Output Create support for new file Native Data Access (via BDE) Access data via Delphi DataSources Native Text File Access Access text files directly, Open Data Access Create your own data access, ActiveX Archive Print Preview Preview archived reports in an ReportBuilder Pro Features Data Access Environment Adds a new 'Data' to the End-User Report Designer Deploy an interface your users Report Explorer Allow end-users to manage Report Wizard Create new reports with a few Query Wizard Create new data with a few Query Designer Create and modify complex queries. Data Dictionary Use the Data Dictionary component Tutorials step by step instructions for Good luck! -- |
nhuht
![]() Delphi Developer |
Tue, 10 Jul 2001 03:00:00 GMT
Re:Nevrona RPPro 3.0 Documentation?Larissa: Nevrona has had an excellent reputation. Based on that rep, I bought the I find their product difficult to learn and not yet mature enough to put I am currently using ReportBuilder from Digital Metephors. Report You should download demos of both products and see which fits your Report Printer will probably be very stable within a few weeks/months. Neil Huhta QuoteLarissa Gibson wrote in message <788drf$h4...@forums.borland.com>... |
Carl Caulket
![]() Delphi Developer |
Wed, 11 Jul 2001 03:00:00 GMT
Re:Nevrona RPPro 3.0 Documentation?The question was about Report Printer. Your product is called Report Builder. Please pay attention. QuoteNard Moseley wrote: |
Jim Gunk
![]() Delphi Developer |
Wed, 11 Jul 2001 03:00:00 GMT
Re:Nevrona RPPro 3.0 Documentation?QuoteOn Thu, 21 Jan 1999 16:40:56 -0700, "Larissa Gibson" <nospam> wrote: comes in a perfect-bound manual. It is separated in two sections, one for the visual designer and it's components and one for the code-based and engine components. There is a table of contents, index, tutorials and a reference section for each method/property and event that includes cross-references and examples in Delphi and C++Builder syntax. For the data connection components we have two tutorials dedicated to Jim Gunkel |
Jim Gunk
![]() Delphi Developer |
Wed, 11 Jul 2001 03:00:00 GMT
Re:Nevrona RPPro 3.0 Documentation?On Fri, 22 Jan 1999 20:25:16 -0500, "nhuhta" <nhu...@digital.net> wrote: Quote>Larissa: other reporting tools and also introduces some new technology (mirroring, page-based design,..) and thus can be a little overwhelming when first viewed. Based on the responses we've been getting from those who so far have used Rave to create their reports, the visual designer and new technology become intuitive very quickly. I remember my first experience with Delphi 1.0 was much the same but As you mentioned. there were a few problems with the initial release. Jim Gunkel |
Rea Berryma
![]() Delphi Developer |
Thu, 12 Jul 2001 03:00:00 GMT
Re:Nevrona RPPro 3.0 Documentation?The RPP mailing lists are very useful for finding solutions and corresponding with other developers. RPP does have a learning curve but as you become accustomed to "how it works", you realize how flexible it really is. One of the things I like about RPP is that I have the choice between creating Rea QuoteLarissa Gibson wrote: |
Nard Mosele
![]() Delphi Developer |
Thu, 12 Jul 2001 03:00:00 GMT
Re:Nevrona RPPro 3.0 Documentation?QuoteRea Berryman wrote: ReportBuilder has offered this capability for over two years. ReportBuilder has been code based and visual since the beginnning. Like Delphi itself ReportBuilder enables developers to choose how to construct their solutions. Reports are made of objects. The Visual report designer, the report wizards, the drag and drop tools that are available in ReportBuilder are there to enable you to be as productive as possible. But a report is the same whether it is created visually or with code or a mix of the two. -- |
Rea Berryma
![]() Delphi Developer |
Thu, 12 Jul 2001 03:00:00 GMT
Re:Nevrona RPPro 3.0 Documentation?Nard, Do I sound confused to you? Did I say anything about code based and visual based I do not appreciate the tone of your response nor the fact that you, a vendor, wish If you wish to sing praises about your product, then by all means do so... but, Thank you, QuoteNard Moseley wrote: |
Jim Gunk
![]() Delphi Developer |
Fri, 13 Jul 2001 03:00:00 GMT
Re:Nevrona RPPro 3.0 Documentation?On Sun, 24 Jan 1999 16:38:57 -0600, Nard Moseley Quote<n...@digital-metaphors.com> wrote: You sound rather defensive (this thread is about ReportPrinter Pro) Creating visual components in code is NOT the same as code based Let me give a short example of the difference between creating visual var begin With ReportPrinter Pro's code based library it would be (the first SetFont('Times New Roman',12); Hope this finally clears up the confusion, Jim Gunkel |
Larissa Gibso
![]() Delphi Developer |
Fri, 13 Jul 2001 03:00:00 GMT
Re:Nevrona RPPro 3.0 Documentation?Thank you all for your responses. As many have guessed, the decision for me is between ReportBuilder and However, the main deciding factors for me will be: 2. Access to data that is not in the BDE. From what I've read both 3. Handling images. I want to print an image on the report that is passed 4. And of course, over all ease of use, maintainability, expandability, the I wouldn't mind if Jim and Nard were to absolutely bombard me with Thank you. |
Jim Gunk
![]() Delphi Developer |
Fri, 13 Jul 2001 03:00:00 GMT
Re:Nevrona RPPro 3.0 Documentation?QuoteOn Mon, 25 Jan 1999 08:50:51 -0700, "Larissa Gibson" <nospam> wrote: what you get in a printed form with ReportPrinter Pro. Quote>2. Access to data that is not in the BDE. From what I've read both parameters which are very easy to set up and use. Here's a quote on our mailing list from a user who recently set up a custom connection to a non-database data source: "Worked like a charm! I sat back and re-thought and re-examined Quote>3. Handling images. I want to print an image on the report that is passed database field or can store an imbedded image. You can also set the bitmap so that it matches the designed width and adjusts the height to maintain the aspect ratio, matches the designed height and adjusts the width to maintain the aspect ratio, or matches both the designed height and width. Quote>4. And of course, over all ease of use, maintainability, expandability, the features to help with this. Our mirroring is probably the most popular allowing you to share items between reports so that it only needs to be changed once and tested once as well. Our expandability is pretty cool too. It's very easy to add new wizards, components and editors to our designer. RPPro 3.0 has been released less than a month and we already have a good assortment of add-ons (with full source) with more on the horizon. The Rave add-ons can be seen at http://www.nevrona.com/raveaddon.html and the technical specfication guide for writing your own add-ons is there as well. Here's another quote from someone who evaluated ReportPrinter Pro against the other reporting tools before purchasing. "The feature that really makes sense to me is the mirroring Quote>I wouldn't mind if Jim and Nard were to absolutely bombard me with tutorials are very important and I think ours are tough to beat, but a programming tool should be measured by what it can do and how many brick walls it keeps you from running into. You should evaulate several tools before selecting one. A little time spent now picking the right tool will save you much more time later. Jim Gunkel |
Nard Mosele
![]() Delphi Developer |
Fri, 13 Jul 2001 03:00:00 GMT
Re:Nevrona RPPro 3.0 Documentation?Larissa, Quote> As many have guessed, the decision for me is between ReportBuilder and From the companion products on our web site you can surf links to sites Our RAP (Runtime Appication Pascal) environment will be available Some other features that may interest you would be free form subreports, Quote> However, the main deciding factors for me will be: style format. Once installed you can press F1 while a component or property is selected and jump to that topic. Extensive demos and tutorials are included. Quote
TextPipeline and JITPipeline. If you are using a replacement database engine or TDataSet descendant you can just use the TDBPipeline. Quote> 3. Handling images. I want to print an image on the report that is passed component's picture property in the OnPrint event. There is a MaintainAspectRation boolean property you can use. Quote> 4. And of course, over all ease of use, maintainability, expandability, the website. ReportBuilder can be extended in a number of ways: 1. You can replace any of the built-in dialogs by registering a new one. 2. You can create custom components and install them into the Report 3. You can create custom DataPipeline's. All of our datapipelins are 4. You can create custom Devices. A device receives Page objects and Let me know if you have additional questions. You may want to check out the ReportBuilder newgroups as well http://digital-metaphors.com/newsg01.html -- |
Frank Cow
![]() Delphi Developer |
Thu, 19 Jul 2001 03:00:00 GMT
Re:Nevrona RPPro 3.0 Documentation?QuoteOn Mon, 25 Jan 1999 18:40:09 GMT, j...@nevrona.com (Jim Gunkel) wrote: the reports _exactly_ the way the customer wanted them. It was the only way I could find to allow alternate portrait and landscape pages in the same report! And it was flexible. When the total amount for a column became to large I simply shrink the font size based on the dollar amount and it still fits! It sounds ugly but it really works well. It works reliably for me. Frank Cowan, Delphian http://signaldata.com See you at BorCon (formerly ICon?) 99 in Phila-Delphi-a ! |