Fran Lombard
Registered User.
- Local time
- Today, 16:56
- Joined
- Mar 12, 2014
- Messages
- 132
Having a vexing problem and was hoping for some insite as to where to look.
I have a form divided into 6 quadrants, each quadrend is comprised of a sub form. Each subform contains a form that has 1 sub form. At each level i declare (WithEvents) and set object variable that reference the subforms/forms below them.
The communication between the forms are either up or down through theese objects using either Public subs in lower levels to talk down the line and public events to talk up the chain.
All communication lines work perfectly except 1 of the quadrants. In this quadrent, the lowest level custom form event is being passed up to the middle teir to its lisener, which contains inside the lisener, the RaiseEvent to pass on up. The problem is the top forms lisener never fires.
This exact configuration is working as expected in all other quadrants. Ive checked and double and triple checked all declarations, scoping and instansiations with no joy.
Any ideas?
Thanks
Fran
I have a form divided into 6 quadrants, each quadrend is comprised of a sub form. Each subform contains a form that has 1 sub form. At each level i declare (WithEvents) and set object variable that reference the subforms/forms below them.
The communication between the forms are either up or down through theese objects using either Public subs in lower levels to talk down the line and public events to talk up the chain.
All communication lines work perfectly except 1 of the quadrants. In this quadrent, the lowest level custom form event is being passed up to the middle teir to its lisener, which contains inside the lisener, the RaiseEvent to pass on up. The problem is the top forms lisener never fires.
This exact configuration is working as expected in all other quadrants. Ive checked and double and triple checked all declarations, scoping and instansiations with no joy.
Any ideas?
Thanks
Fran