patrickTingen / DataDigger

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

Check for PingBack is wrong #33

Closed movedoa closed 6 years ago

movedoa commented 6 years ago

I guess it should check <> FALSE not <> ? or am i missing something?

grafik

patrickTingen commented 6 years ago

Yes, you are correct. Thanks, I'll fix it

-- Patrick Tingen

Op di 14 aug. 2018 om 12:20 schreef movedoa notifications@github.com:

It should check <> FALSE not <> ?

[image: grafik] https://user-images.githubusercontent.com/13309951/44086292-59a2b85a-9fbc-11e8-8a34-d29b8e1c58fd.png

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/patrickTingen/DataDigger/issues/33, or mute the thread https://github.com/notifications/unsubscribe-auth/AFuwHdMqxftifggpmSUuppsFrlUJHGxVks5uQqRrgaJpZM4V8Kun .

patrickTingen commented 6 years ago

Actually, it should check on = TRUE. Otherwise it will also do a pingback when the outcome of getRegistry is unknown ;)

patrickTingen commented 6 years ago

Fixed