there's alot of thing i'll do to help someone out
going to jail isn't one of them
but if you only need a progress version to play around with go to possenet.org
what used to be the progress open source initiative but it's now a ghost place
download the "progress developer's briefcase"
which are the progress 9.1d exe's
download and compile the sources "baselines"
which are all the .p, .i, .w etc. that make everything from
the simple util's like the dictionary ... to the adm2, dynamics framework
and all together make up openedge 10.0A
keep in mind that it's not a product you just double-click and install
you're going to kind of assemble it yourself
and it will probably take a couple or more of painstaking weeks ...
it's actually for the pretty advanced users
but if you use the installation readme.doc's and some help you'll get by it
oh ! also the license expiration date for it has passed
so you're gonna have to set /or write a script
to set back the date a few month back
here's a few short tip's that have helped me along the way
if you wanna get answers read ! chats and forums are more for fun
psdn.com is a good place to start.
you can download all the docs, 50 somewhat books for free
but if you do, start at peg.com it's kind of archaic like usenet
but it's where the bulk of smart people hang out
the knowledge base at the progress site is also a great resource
progress is not a language you can just learn as you go along
because it's 4gl not 3gl like c or pascal, it's more implicit then explicit
.. you're better off studing it and hitting the books
get into adm2/appbuilder and dynamics not just 4gl coding
coding progs from scratch is just too hard/slow and just isn't as good
as building progs by quickly putting together powerful objects
i've already said to much HTH