Hi all,
I have an odd issue I can't seem to sort out.
I've been updating my forms in my app to be more modern, and I've adopted some things you have all suggested, like goAPP.
I have as the form basis a form class called LargeFormBase, which then is used for CodeTableForm and SuperLargeFormBase.
When I run a form in the App (like a code table), it works fine, but when I run one that is in the SuperLargeForm, during the INIT I get an error that states:
No PARAMETER state ment is found.
That occurs on the call: ThisForm.ShowTips = goAPP.glTipState
This same init code is in the LargeFormBase. There is no change in code in the code table or super large forms, yet the code table runs, and the SuperLarge form doesn't. (They both inherit their INIT from the LargeFormBase class.)
I stepped through the code, but it looks identical between the two forms, so I am confused why it's asking for a PARAMETER statement in one form, and not in the other? I'm kind of stuck, any ideas?
Best Regards,
Scott
MIET, MASHRAE, CDCP, CDCS, CDCE, CTDC, CTIA, ATS
"Everything should be made as simple as possible, and no simpler."
I have an odd issue I can't seem to sort out.
I've been updating my forms in my app to be more modern, and I've adopted some things you have all suggested, like goAPP.
I have as the form basis a form class called LargeFormBase, which then is used for CodeTableForm and SuperLargeFormBase.
When I run a form in the App (like a code table), it works fine, but when I run one that is in the SuperLargeForm, during the INIT I get an error that states:
No PARAMETER state ment is found.
That occurs on the call: ThisForm.ShowTips = goAPP.glTipState
This same init code is in the LargeFormBase. There is no change in code in the code table or super large forms, yet the code table runs, and the SuperLarge form doesn't. (They both inherit their INIT from the LargeFormBase class.)
I stepped through the code, but it looks identical between the two forms, so I am confused why it's asking for a PARAMETER statement in one form, and not in the other? I'm kind of stuck, any ideas?
Best Regards,
Scott
MIET, MASHRAE, CDCP, CDCS, CDCE, CTDC, CTIA, ATS
"Everything should be made as simple as possible, and no simpler."