Passing Variables

I am trying to declare a global variable and pass it from one view to another. I thought the method was to declare a Shared Property under the app and make it public but that doesn’t work … what am I missing (besides programming skills!).

Look up Modules in the UserGuide-Fundamentals book you will find in Documentation, within the Xojo folder in the Applications folder.

Thanks I knew I was fairly close declaring it under the module works a treat!