>> References
|
>Clarion Licenses & Upgrades Find out our new Clarion License & upgrade prices! |
|
>Clarion version 7 - Native Win32 Clarion is the best tool for fast, efficient database application development. | Read more... |
|
>Clarion Licenses & Upgrades Find out our new Clarion License & upgrade prices! |
|
>Clarion version 7 - Native Win32 Clarion is the best tool for fast, efficient database application development. | Read more... |
Clarion ToolsBelow you can download the files. The files are password protected. You can contact our sales department for these passwords.Clarion 8: Clarion 8.0 8778 1.11 Mb Clarion 8.0 8740 1.09 Mb Clarion 8.0 8658 1.08 Mb Clarion 7: Clarion 7.3 7900 1.08 Mb Clarion 7.2 7283 1.07 Mb Clarion 7.1 7118 830.85 Kb Clarion 7.1 7014 832.78 Kb Clarion 6: Clarion 6.3 Enterprise Edition 9058 1.10 Mb Clarion 6.3 Professional Edition 9058 1.10 Mb Clarion 6.3 Enterprise Edition 9056 1.10 Mb Clarion 6.3 Enterprise Edition 9054 1.10 Mb Clarion 6.3 Professional Edition 9054 1.10 Mb Clarion 6.3 Enterprise Edition 9053 823.97 Kb Clarion 6.3 Professional Edition 9053 692.42 Kb Clarion 6.3 Enterprise Edition 9052 816.10 Kb Clarion 6.3 Professional Edition 9052 684.43 Kb Clarion 6.3 Enterprise Edition 9051 816.10 Kb Clarion 6.3 Professional Edition 9051 684.42 Kb Clarion 6.2 Enterprise Edition 808.39 Kb Clarion 6.2 Professional Edition 677.18 Kb Clarion 6.2 build 9049 357.84 Kb Clarion 6.2 build 9048 350.59 Kb Clarion 6.2 build 9047 317.28 Kb All patches for Clarion 6.1 NL Templates 1.03 MbFree RADventure Tools NameMapExample (Clarion XML Example) 1.89 Kb NodesValuesAttributes (Clarion XML Example) 13.47 Kb RADDct Builder 934.89 Kb RADProfiler 507.51 Kb Documentation Crystal settings for topspeed database (join problem) 106.47 Kb RADventure SQL Browse The RADventure SQL Browse delivers a full PROP:SQL oriented browse, replacing the standard browse. Ranges, filters and sort orders are all supported as are the Explorer style column resorting, EIP and Icons. Many options are implemented to make it a full featured optimal browse for SQL. RADventure SQL Browse includes classes and templates. For more information contact the sales department by calling 088 77 64 747 or via e-mail address This e-mail address is being protected from spambots. You need JavaScript enabled to view it . RADventure SQL Browse 741.61 Kb
This RADventure SQL Query By Example class and template are an addition to the RADventure SQL Browse class. It provides you with an MS-Access style SQL-QBE. You can even add tables that are originally not part of the browse! You can save and load a query, select a saved query to execute and much more. For more information contact the sales department by calling 088 77 64 747 or via e-mail address This e-mail address is being protected from spambots. You need JavaScript enabled to view it . RADventure AQL QBE 390.00 KbRADventure IntelliSense RADIntelliSense (RADIS) gives you rapid acess to the Clarion commands, dictionary, local and global data, classes and window controls while writing your code. RADIntelliSense is not restricted to the Clarion editor, but can be used in any editor of your choosing (Clarion 5, 5.5, 6.0, UltraEdit and even in Notepad)! Restructure your data and code in the Code Center by pressing the hotkey of your choice which will also correct the case of keywords. RADIS enables the mouse wheel functionality in the Clarion editor. Record macro's with prompts, learns new words and easily insert them into your code. All the wordlist sources are editable text files and can be configured freely. The RADIntelliSense works on Windows NT 4.0, Windows 2000 and Windows XP and it isn't limited to any version of Clarion for Windows. For more information contact the sales department by calling 088 77 64 747 or via e-mail address This e-mail address is being protected from spambots. You need JavaScript enabled to view it . RADventure ReStyleThe RADRestyle is a template with a collection of classes wrapped into a DLL that can Restyle your complete application on runtime. You can change almost any property runtime and the RADRestyle has some new special properties (Show XP menu, Resize/Scaling, Mark active control, Image on Control, etc.) The configuration is stored into a profile which even can be user dependent. Users can even have multiple profiles (one for each day of the week for example). The complete configuration is stored in tables that you choose yourself (Topspeed, Oracle, MSSQL, etc.). The configuration can be done per control or control type:
and each setting can be done conditional. For example: I only want to place a certain icon on the button when the text contains 'Exit'. All these options save you as a developer a lot of time in styling your application. The RADRestyle files are even transferable to another application. When you have a new release of your product and want to change the look and feel of your application use RADRestyle and you are done in a fraction of the time you otherwise have to spend on changing this! Just Restyle your application and send them your new Restyle files. For more information contact the sales department by calling 088 77 64 747 or via e-mail address This e-mail address is being protected from spambots. You need JavaScript enabled to view it .
The RADventure Oracle Connection tool provides a template and class methods to make in an easy way a connection to a SQL database. The supported database drivers are Oracle, MS-SQL and ODBC. The RADventure SQL Connection Class contains four different templates:
The RADventure SQL Connection Class combines the advantages of a template and that of a class. The methods and properties can be used freely throughout the application. No method or property is defined as a protected or private, besides a few exceptional cases. Therefore, the source code is open. The class can be overridden when it is needed. For more information contact the sales department by calling 088 77 64 747 or via e-mail address This e-mail address is being protected from spambots. You need JavaScript enabled to view it .
RADventure Dictionary Tools The RADventure Dictionary tool is a utility template that generates a number of scripts from your Clarion Data dictionary. These are scripts like table/index/constraints creation scripts, comments and dictionary compare, trigger skeleton scripts and many others. For Oracle, MS-SQL and many other databases. For more information contact the sales department by calling 088 77 64 747 or via e-mail address This e-mail address is being protected from spambots. You need JavaScript enabled to view it .
RADventure Referential Integrity Wizard The RADventure Referential Integrity Wizard enables you to automatically create an application from a data-dictionary, which checks if all parent-child relations defined in this dictionary are still intact. If not, it can optionally list and/or delete the offending child records. The generated programs can be used interactively or in batchmode. For more information contact the sales department by calling 088 77 64 747 or via e-mail address This e-mail address is being protected from spambots. You need JavaScript enabled to view it .
(Free Tool) RADProfiler Profiling your code has longs been an option for your Clarion programs. Turning profiling on to get debug hooks is quite easy. With profile your code you can tell how much time any given block of code takes to execute. After one particular release a magical file named profile.clw appeared in the libsrc directory. In the PROFILE.CLW you will find that it contains prototypes for two new procedures, RADventure’s free RADProfiler has made great strides forward in adapting the profiling hooks to the task of debugging applications. The key benefits RADProfiler offers, are improved output options (not least is the ability to use DebugView and trace filtering. The RADprofiler is a free tool and can be downloaded from the download section.
This tool was used by Erik Pepping and Peter Rakké on RAD Race 2002 in order to generate a Clarion Dictionary from an ODBC connection. With this utility you can generate a complete Clarion dictionary with keys and relationships from an ODBC connection, which you can't do from within Clarion. The utility also has browse, query and export capabilities. The styling of this application is done by an other template. You can try and modify this for yourself by pressing Restyle application in the Application settings pane or by pressing Ctrl+Alt+S. In the application is also some help available (implemented with another RADventure template), you can activate this help by pressing the small icons in the upper right corner. This will only work if you have the Microsoft Agent installed. You can maintain this yourself by pressing Ctrl+F11, but some parts of the tool are still in Dutch... Main feautures:
New feautures:
To download this Free Tool please go to downloads.
The NodesValuesAttributes and the NameMapExample are both free to use Clarion XML Examples. The NamemMapExample is a simple Clarion project that demonstrates how to read an XML file with a named map using the Clarion XML classes. The NodesValuesAttributes is a Clarion project with a custom class build on top of the Clarion XML classes demonstrating how to read an XML file and go trough and nod and value. Also it demonstrates hoe to use a dynamic listbox. Both these Clarion XML Examples can be downloaded from our downloads page on this website.
Clarion ReportWriter is a Wizard-driven user interface; user selects fields and tables and using WYSIWYG editor designs the report format. ReportWriter creates an optimized query using the same database driver technology as the Clarion development system, and connect to almost any data source. The View engine can execute Join on any fields.
Print engine may be distributed royalty free with report library, allowing anyone to view and print report. Crystal Reports Crystal Reports provides for dynamic and cascading prompts. This means that report designers can base report prompts on dynamic values. They no longer need to maintain static prompt value lists within individual reports and they can reuse existing prompts stored in the repository. The new RTF export format is excellent for report export editing. This complements the existing RTF export of optimized accuracy and forms processing. The result is that the end user is now able to enhance and expand a report in standard word processing applications.
Pictures and graphics can now be placed in a report through a link in the database so that it is no longer necessary to store images within the database. This supports the common practice of storing images on the web server and storing references to those images in the database. New drag-and-drop charting and cross-tabs allow for intelligent charting approximates variables when a chart is dropped into a section. Chart design is now faster and easier because charts will be updated automatically when new variables are added. The iterative report design/view process is streamlined, with a new HTML preview that allows report authors to see how reports will look when published to the web. Use the Dependency Checker to instantly find broken links, formula errors, and dependency issues before reports are published and distributed. Using the Workbench and the Repository Explorer, users can easily browse, build, and publish object packages. With object packages, users can schedule, manage, and secure a group of reports together rather than just one report at a time. The Workbench allows users to keep projects organized by grouping reports according to preference. The new Repository Explorer simplifies navigation within the BusinessObjects Enterprise system and reporting components can be easily shared among users within the Crystal Reports Designer. Designing reports is easier with the Getting Started page that appears each time you open Crystal Reports. The updated Visual Report Designer allows you to point and click so you can create reports without the need for intensive coding. Crystal Reports XML, JDBC, IBM DB2, and Exchange data drivers have been updated to give you an incredible range of data access options. New Patch Installation feature means that all customers will have the most up-to-date version of Crystal Reports because they will automatically receive the latest hot fixes and service packs. Single Sign-OnSingle sign-on is a new feature. Now Crystal reports can be integrated into an existing security infrastructure. Enhanced Support for Business Objects Universes support has been enhanced for Business Objects universes (the semantic layer for BusinessObjects business intelligence tools like Web Intelligence), to include universe view time security and union queries. Complete Integration with BusinessObjects Enterprise Architecture. Enjoy seamless continuity between all of the applications within your business intelligence technology suite. Scalability is easier when everything is integrated. Report export configuration information can be saved with the report so that end users forgo the time and trouble of reconfiguring the export each time a report is run. Hierarchical grouping has been enhanced, providing increased layout control so that users can create their reports in a hierarchical, rather than just a relational, manner. This provides a better fit for organizational charts and summary reports. Parameterized control for N value for top N style reports means that a single report will meet the needs of multiple users. This will reduce the total number of reports that are created and supported. Crystal Reports Developer Edition is intended for the creation and integration of reports into web/server-based applications. |