Portal:Development Tools: Difference between revisions

From DataFlex Wiki
Jump to navigationJump to search
(18 intermediate revisions by 4 users not shown)
Line 2: Line 2:


==Data Access Tools==
==Data Access Tools==
[[Data Access]] provide a core of development tools vital to Dataflex development.
[[Data Access]] provide a core of development tools vital to Dataflex development. Some of the Data Access tools are listed below, but for the complete list of their tools, visit [https://www.dataaccess.eu/resources/downloads/download-category-775?dagapg=Tools Data Access Tools].
*[[Visual DataFlex Studio]]
*[[DataFlex Studio]]
*[[Database Builder]]
*[[Database Builder]]
*[[Database Explorer]]
*[https://docs.dataaccess.com/dataflexhelp/#t=mergedProjects%2FTools%2FWhat_is_Database_Explorer.htm&rhsearch=database%20explorer&rhhlterm=database%20explorer&rhsyns=%20 Database Explorer]
*[[Visual Report Writer]]
*[[DataFlex Data Pump]]
*[[DataFlex Reports]]
*[[DataFlex Diagnostics Tool]]
*[https://www.dataaccess.eu/resources/downloads/download-category/download-subcategory-842?dagapsg=23 WebApp Check]


==Third Party Development Environments==
==Third Party Development Environments==
Other tools have been developed by the dataflex community over the years.  These tools frequently take inspiration from the larger development community and often preview features which eventually make it into the official VDF Studio.
Other tools have been developed by the dataflex community over the years.  These tools frequently take inspiration from the larger development community and often preview features which eventually make it into the official DataFlex Studio.
*[[Eclipse]]
*[[Eclipse]]
*[[The Hammer]]
*[[The Hammer]]


==Dataflex Libraries==
==DataFlex Libraries==
*[[VDFQuery]]
*[[VDFQuery]]
*[[DataFlex 4 WordPress]]
*[[DataFlex Styler]]
*[[StarZen's Wizard]]
*[[StarZen's Wizard]]
*[[StarZen's Date form control]]
*[[StarZen's Date form control]]
*[[Evolution]]
*[[Evolution]]
*[[cWindowsEx Framework]]
*[[cWindowsEx Framework]]
*[[OAuth 2.0 Component]]
*[http://starzen.com/products/utility-libraries/fileio-library/ FileIO Library]
*[http://starzen.com/products/utility-libraries/oauth2-library/ OAuth2 Lirbary]
*[http://starzen.com/products/utility-libraries/dataflex-and-excel-files-with-libxl/ LibXL Library]
*[http://starzen.com/products/utility-libraries/clipboard-library/ Clipboard Library]
*[http://starzen.com/products/utility-libraries/json-library/ JSON Library]
==DataFlex Packages==
*[https://support.dataaccess.com/Forums/showthread.php/65493-JsonConfig-pkg JsonConfig.pkg] - Mike Peat, 5th Feb 2020. A little singleton object-package which can read in a JSON configuration file and then allows you to read various settings out of it.
*[https://support.dataaccess.com/Forums/showthread.php?65503-cJsonPath-class cJsonPath class] - Mike Peat, 6th Feb 2020. easily get either objects or values from deep inside pretty complex JSON data.


== Crystal Report Tools ==
== Crystal Report Tools ==
*[[Mass Verify]] Change database locations, Verify Database on hundreds of reports,...
* RptVerify, written by forum user MisterM, which can be found here: [https://support.dataaccess.com/Forums/showthread.php?58046-Crystal-Report-Verification-RPTVerify RPTVerify]  
*[[Crystal Spellcheck]] Check Crystal Reports for Typo's
* [http://www.milletsoftware.com/index.htm Millet Software Crystal Reports tools]
*[[Mass Convert]] Convert Native DF Crystal Reports to SQL
*[[Mass S&R]] Search and Replace text in your Crystal Reports
*[http://www.milletsoftware.com/index.htm Millet Software Crystal Reports tools]


==Other Tools==
==Other Tools==
*[[VDF Structure Viewer]]
*[[VDF Structure Viewer]] - creates diagrams to clearly illustrate your tables and relationships
*[http://starzen.com/products/dataflex-tools/dataflex-project-manager/ DataFlex Project Manager] - A tool to help with DataFlex development
*[http://starzen.com/products/dataflex-tools/dataflex-source-code-browser/ DataFlex Source Code Browser] - Finds errors and warnings in your DataFlex code files
*[[Version Control]]
*[[Version Control]]
*[[File Comparison]]
*[[File Comparison]]
*[[Struct Generator]]
*[[Text Editors]]
*[[Text Editors]]
*[[SFS Compare]] Compare and Modify Database Structures
*[https://www.rdctools.com/the-database-update-framework/ The Database Update Framework] a DataFlex code based framework for making automated database updates
*[http://www.windowsdeveloper.com/dfPackage DataFlex Package Manager]
*[[dfSplat]] - a standalone debugger for DataFlex applications


[[Category:Development Tools]]
[[Category:Development Tools]]
[[Category:JSON]]

Revision as of 14:00, 24 March 2020

For any Dataflex Developer there are a range of tools useful for many situations.

Data Access Tools

Data Access provide a core of development tools vital to Dataflex development. Some of the Data Access tools are listed below, but for the complete list of their tools, visit Data Access Tools.

Third Party Development Environments

Other tools have been developed by the dataflex community over the years. These tools frequently take inspiration from the larger development community and often preview features which eventually make it into the official DataFlex Studio.

DataFlex Libraries

DataFlex Packages

  • JsonConfig.pkg - Mike Peat, 5th Feb 2020. A little singleton object-package which can read in a JSON configuration file and then allows you to read various settings out of it.
  • cJsonPath class - Mike Peat, 6th Feb 2020. easily get either objects or values from deep inside pretty complex JSON data.

Crystal Report Tools

Other Tools