Congratulations on fixing the prototype
Global data is NOT visible from modules that have an empty MEMBER() statement
to see the global data you need to provide the global module MEMBER('MyGlobalModule')
Personally, I would write this as a class, which I’ll be happy to help you with if you’re interested
The data would be held as properties. Which means you could then avoid needing to tie this code to a particular global module.
I see you’re doing an INCLUDE('abWindow.inc'),ONCE
so, you might consider writing this as a derived window manager
or more flexibly as a WIndowComponent
As a side note, posts are easier to read when source code is tagged to render as source code
New Clarion Syntax Highlighting on ClarionHub! - Announcements - ClarionHub