funderburgh
Registered User.
- Local time
- Today, 11:02
- Joined
- Jun 25, 2008
- Messages
- 118
I am developing a small application and I have public functions and variables defined in a module.
My first feature works well: Form1 opens Form2 which puts a value in pubVar1. Form2 opens Form3 which uses the value of the public variable.
I am having a problem with my second feature using the same forms. Form1 opens Form2 which puts a value in pubVar1 and then closes. Form1 trys to use the variable, but the value is null.
I can't see what I am missing. Any help is appreciated.
PS The forms evoke the public functions contained in the module successfully.
My first feature works well: Form1 opens Form2 which puts a value in pubVar1. Form2 opens Form3 which uses the value of the public variable.
I am having a problem with my second feature using the same forms. Form1 opens Form2 which puts a value in pubVar1 and then closes. Form1 trys to use the variable, but the value is null.
I can't see what I am missing. Any help is appreciated.
PS The forms evoke the public functions contained in the module successfully.