Minimum Progress Version
Patrick Tingen

Patrick Tingen @patricktingen

About: I am an OpenEdge (aka Progress) developer that loves clean code and good looking applications that are easy to use. My main pet project is the Progress DataDigger

Location:
Netherlands
Joined:
Jan 11, 2017

Minimum Progress Version

Publish Date: Jan 22 '18
6 0

Up to the current version 23 the front page happily stated that you need at least 10.1B to run the DataDigger.

Today, it turned out that that is a lie 😦

The main program uses the FINALLY statement and that was introduced in version 10.1C so that is the minimum version you can use to run DataDigger.

If you are stuck on 10.1B and still want to use the DataDigger, just open up DataDiggerLib.p   and search for “FINALLY”:

101b_upgrade

Remove the FINALLY block entirely. On restart, DataDigger will recompile itself.

 

Comments 0 total

    Add comment