patrickTingen / DataDigger

A dynamic dataviewer for your Progress / OpenEdge databases
https://datadigger.wordpress.com/
MIT License
50 stars 23 forks source link

Active index shown as inactive #86

Closed RichardKelters closed 2 years ago

RichardKelters commented 2 years ago

With latest change index is wrongly shown as inactive.

RichardKelters commented 2 years ago

In DataDiggerLib.p the function isIndexActive is incorrect. Possible solution:

`FUNCTION isIndexActive RETURNS LOGICAL ( pcFile AS CHARACTER, pcIndex AS CHARACTER ):

/* See also

END FUNCTION. / isIndexActive / `