Content deleted Content added
No edit summary |
Boynamedsue (talk | contribs) remove by whom tag, not WP:WEASEL, just a normal passive |
||
(36 intermediate revisions by 23 users not shown) | |||
Line 1:
{{refimprove|date=August 2008}}
{{Infobox programming language
| name = Dexterity
| title = Dexterity
| paradigm = [[procedural programming|Procedural]]
| released =
| designer =
| developer = [[Great Plains Software]], [[Microsoft]]
| latest release version =
| latest release date =
| latest preview version =
| latest preview date =
| license = [[Proprietary software]]
| file ext = .mac, .dic
| website =
| influenced_by =
}}
The '''Dexterity''' [[programming language]] was designed in the late 1980s for the implementation of [[Cross-platform|platform independent]] graphical [[accounting software]].<ref>[https://subscription.packtpub.com/book/application_development/9781849680264/1/ch01lvl1sec13/dexterity-overview Dexterity overview]</ref> Dexterity itself is written in the [[C (programming language)|C programming language]].<ref>{{cite book|author-last=Bellu|author-first=Renato|year=2018|title=Microsoft Dynamics 365 For Dummies|publisher=[[John Wiley & Sons]]|isbn=978-1119508885}}</ref><ref>{{Cite web|url=http://www.devnewz.com/devnewz-3-20040827GreatPlainsDexterityProgrammingOverviewforDevelopers.html|archive-url=https://web.archive.org/web/20081118071825/http://www.devnewz.com/devnewz-3-20040827GreatPlainsDexterityProgrammingOverviewforDevelopers.html|archive-date=2008-11-18|title=DevNews}}</ref> It was used in the development of [[Great Plains (accounting)|Great Plains]] accounting software.
[[Microsoft Dynamics GP]], formerly Great Plains Dynamics and eEnterprise, is a Dexterity-written application. Microsoft's small business line, [[Microsoft Small Business Manager]] and [[Small Business Financials]], were also written in Dexterity and use the same [[Source code|code base]] as Great Plains.
==History of
Great Plains Dexterity
==Features==
; Native Dexterity Cursors:
: Dexterity was designed as a platform-independent programming language. If you want code to be operable on all currently supported
;
:Currently, most
; COM
: Beginning with version 7.0, Dexterity supports COM objects - register them as libraries in Dexterity. Refer to the manual as to how to do this. This technique allows you to call such things as [[web
;
: These are
:
▲: These are modification to existing forms – the ones found in DYNAMICS.DIC. The most popular customizations are made on the SOP Entry form. If you are designing your customization – we recommend that you avoid alternate forms – the problem is customization version upgrade. In the case of an alternate form – customization should be redone.
▲; Some restrictions:
▲: Great Plains is actually an integration of multiple dictionaries: DYNAMICS.DIC, ADVSECUR.DIC, EXP1493.DIC, etc. In your Dexterity customization you can deal with one dictionary - DYNAMICS.DIC. If you need cross dictionaries customization - consider using SQL Stored Procs for crossing dictionary borders and pulling data/making changes in the other dictionary.
==References==
[[Category:Curly bracket programming languages]]▼
{{Reflist}}
==Further reading==
* {{cite book|author-last=Vail|author-first=Leslie|year=2012|title=Developing Microsoft Dynamics GP Business Applications|publisher=[[Packt Publishing]]|isbn=978-1849680264}}
* {{cite book|author-last=Bellu|author-first=Renato|year=2018|title=Microsoft Dynamics 365 For Dummies|publisher=[[John Wiley & Sons]]|isbn=978-1119508885}}
==External links==
* [https://docs.microsoft.com/en-us/dynamics/s-e/gp/mdgp2018_dexterityreleases_376 Dexterity Development System Releases for Microsoft Dynamics GP]
{{Microsoft Dynamics}}
{{Microsoft development tools}}
[[Category:Microsoft development tools]]
[[Category:Procedural programming languages]]
[[Category:Programming languages created in the 1980s]]
{{Microsoft-software-stub}}
|