This software is a report generator for C/C++ applications, offering printing and print preview support. It includes a graphical report builder, compact runtime for distribution and a sample app with full source. It's small and fast for efficient reporting.
One of the standout features of Oxetta is its speed and compactness. This report generator is designed to be fast and efficient, ensuring that you can generate reports quickly without impeding on system performance. It also comes with a graphical report designer and a reporting engine, which is designed as a DLL file. This, coupled with its support for both Unicode and ANSI programs, makes it a versatile and customizable tool for a wide range of needs.
Another advantage of Oxetta is its ability to retrieve information necessary for printing reports from databases via ODBC, or directly from your own application using a callback function. This provides greater flexibility and ease of use, as well as allowing you to customize how reports are generated to best suit your needs.
Getting started with Oxetta is simple. You can download and install the software to your computer, then run the Oxetta.exe program. From there, you can use the application's intuitive interface to design the report template that will be used for printing your reports.
The report design process in Oxetta is similar to other reporting engines. You begin with a blank report and add report bands to it, such as DB Text Box or Rectangle. You then configure the ODBC connection that the reporting engine will use to get data from your database, and save the report template to a disk file.
To launch a report from your source code, you'll need to include the Oxetta header file in your project and call the only function, providing it with the name of the report file you've created in the Oxetta.exe application. In more complex cases, you may need to develop a callback function that Oxetta will use to retrieve additional information from your application.
Finally, to distribute Oxetta reports with your application, you'll need to include the oxetta.dll file (around 500 kilobytes) and your report template files (which are only a few kilobytes each) with your program installation. This is much smaller than the runtimes of many other reporting engines, which can run into tens of megabytes.
Overall, Oxetta is a professional and user-friendly report generator that offers a range of features and customization options. Plus, it's free for commercial and non-commercial use, making it an accessible and cost-effective solution for businesses of all sizes.
Version 1.4: Image and DBImage elements added