Hey, we have a great product that everyone likes. Let's push a totally buggy and unfinished version IV out in a hurry and see how customers will react...
dBase III Plus was my introduction to the world of database programming, followed by Clipper Summer '87, and then the C++ OOP influence on Clipper 5.x.
Also it took a while to get my head around SQL, after starting this way, and the way they did record navigation and search.
Clipper continued popular in Brazil until early 2000's. It was sometimes called 'software de locadora' (video-rental software) or 'software de farmácia' (drugstore software) since they were so often used in these two cases. During the late 90's there was a wave of replacement of such software with applications made in Delphi.
For some time, this world was fully proprietary in Brazil and you had to pay big bucks for tools or resort to unlicensed copies (piracy). Since the second option was unavailable for the public sector and bigger companies, this created an horrible dependency on proprietary inferior software tools that took around a decade to heal. It is a good thing Linux was so successful in some many points of the stack.
An anecdata: a few years ago I bought something in a drugstore that was running a Linux desktop with DosBox running something in Clipper. I also saw Linux desktops accessing something running in Clipper, in apparently a DOS (virtual?) machine, remotely through telnet. Funny but somewhat ugly reality that is fortunately becoming extinct.
Things only got marginally different (better) when during the first decade of the 2000's systems started to go on-line, mostly with LAMP winning against ASP and then, more recently, with the advent of Android apps coupled with cloud services.
You can still compile dbase/Clipper programs with Harbour, github hosted, open source, Clipper 5.2 compatible compiler that runs almost everywhere, from native windows 64 bit to mac, raspberry, linux, embedded appliances, anywhere there is a c compiler available.
The language has been slightly expanded and with external libraries you may have gui programs (win32, qt, gtk) l, connect to databases (sqlite, mariadb,postgres...) create PDF, excel files.
I have a program started in 1986 on dbase III, then ported to Clipper and now to Harbour...
Pretty much the same for me. FoxPro followed dBase III Plus in my case and then on to Clipper 5.x.
It was delightfully easy to build fully functioning text mode applications. I especially liked the picture clauses on form reads. When I later learned about curses it was a huge disappointment. curses/ncurses with tips from the xBase world would be great for those that need to write terminal applications.
Yes. Going back to the top or confirming tha data when exiting the last field was a setting. You may have multiple commands on one row but you have to separate them with a ;
reply