Wikipedia

ProvideX

ProvideX
Designed byMichael F. King
DeveloperSage Software Canada
First appeared1992
Stable release
9.10 / July 15, 2010
Typing disciplinestrong
OSWindows / Unix / Linux / Mac OS X
Filename extensions.pvx, .pvc, .pvk, .pvt
Websitewww.pvxplus.com
Dialects
PxPlus
Influenced by
Business Basic

ProvideX is a computer language and development environment derived from Business Basic (a business oriented derivative of BASIC) in the mid-1980s.

ProvideX is available on several operating systems (Unix/Linux/Windows/Mac OS X) and includes not only the programming language but also file system, presentation layer interface, and other components. The language is primarily designed for use in the development of business applications.

Over the years since its inception and as the computer industry has changed, ProvideX has added functionality such as a graphical interface, client-server capabilities, access to external databases, web services, and, more recently, object-oriented programming capabilities.

On October 8, 2010, PVX Plus Technologies announced that it has assumed all ongoing sales, development, and support of the ProvideX product line for Independent Software Vendors.[1] This brings the development of the language back under control of the original creator, Mike King and is the end result of almost 2 years of negotiations between Sage, EDIAS, and PVX Plus Technologies.[2]

Syntax

Example Code

! This example code shows some ways to do the traditional hello world. ! begin print 'CS', ! Clear Screen ! Plain Text print "Hello World!" ! Fonted Text (Error branch moves to next line if fonted text not available) print (0,err=*next)'Font'("Arial,-16,B"), ! Use Bold 16pt Arial Font print (0,err=*next)'Text'(@x(20),@y(2),"Hello World"), ! Move to the 2nd to last line on screen print @(3,mxl(0)-2),"Press Enter: ", input a$ ! Message Box msgbox "Hello World"+sep+sep+"This is a test message box.","Message Box" end 

Notes

  • ProvideX is a registered trademark of Sage Software Canada Ltd. a Subsidiary of Sage Software, Inc.

References

  1. ^ PVX Plus Technologies, "Company Announcement", "The Plus", October 8, 2010
  2. ^ Tom Langelaar, News Archived 2013-01-22 at Archive.today, EDIAS, October 8, 2010
  • "Company Overview". Sage Software Canada. Retrieved 2008-10-25.
  • "Company Facts". Sage Software Canada. Retrieved 2008-10-25.
  • "ProvideX/PVX Plus History". Mike King. Retrieved 2008-10-25.

External links


This article is copied from an article on Wikipedia® - the free encyclopedia created and edited by its online user community. The text was not checked or edited by anyone on our staff. Although the vast majority of Wikipedia® encyclopedia articles provide accurate and timely information, please do not assume the accuracy of any particular article. This article is distributed under the terms of GNU Free Documentation License.

Copyright © 2003-2025 Farlex, Inc Disclaimer
All content on this website, including dictionary, thesaurus, literature, geography, and other reference data is for informational purposes only. This information should not be considered complete, up to date, and is not intended to be used in place of a visit, consultation, or advice of a legal, medical, or any other professional.