Portal:Development Tools: Difference between revisions

From DataFlex Wiki
Jump to navigationJump to search
m (Inserted external links to Database Explorer, Webapp check and Data Access tools.)
(3 intermediate revisions by 2 users not shown)
Line 30: Line 30:
*[http://starzen.com/products/utility-libraries/clipboard-library/ Clipboard Library]
*[http://starzen.com/products/utility-libraries/clipboard-library/ Clipboard Library]
*[http://starzen.com/products/utility-libraries/json-library/ JSON 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 ==
Line 45: Line 49:
*[https://www.rdctools.com/the-database-update-framework/ The Database Update Framework] a DataFlex code based framework for making automated database updates
*[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]
*[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 15: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