Learning ReportBuilder Learning ReportBuilder is a complete learning system designed to teach end users how to build a range of reports. This system includes a 125-page PDF file, a stand-alone application complete with a database, and a help file. The PDF file is comprised of a series of tutorials that step end users through the Full Article…
Search the Wiki
Convert Crystal to RB
We do not have any automated conversion from Crystal Reports. However, most customers find that converting existing reports to ReportBuilder requires much less time than they imagined. Following the steps below should provide a good estimate of the amount of time and experience that is required. Spend some time going over RB Developer’s Guide. This Full Article…
Packages vs COM vs Dlls
Question: “What are the advantages of using packages compared to Dll’s?” A good overview of Packages (BPL) vs DLL’s is available on delphi.about.com http://delphi.about.com/od/objectpascalide/a/bpl_vs_dll.htm Packages (BPL) The Delphi package architecture is often overlooked, however, it is in fact so powerful that the MS .Net platform copied it. In .Net the term is Assembly, but conceptually it Full Article…