M
Merlin
Hi,
This is want I want to do, but not sure how to do it:-
I want to create a class that has events, for example a Class called
"Security" that has an event called "Security Changed", I then want to
attach this in some way to some forms and controls and then have the event
"Security Changed" visible in these. Then whenever I fire the event
"Security Changed" from anywhere all open forms/controls with the same event
attached also fire.
I'm after this functionality so that I can setup a password scheme, so that
a user by default has Read Only access to all program forms, but if they
then enter a password all open forms change to Full Access. There are many
ways to accomplish this but the way described above would be much more
manageable.
Is this possible?
Thanks.
Merlin
This is want I want to do, but not sure how to do it:-
I want to create a class that has events, for example a Class called
"Security" that has an event called "Security Changed", I then want to
attach this in some way to some forms and controls and then have the event
"Security Changed" visible in these. Then whenever I fire the event
"Security Changed" from anywhere all open forms/controls with the same event
attached also fire.
I'm after this functionality so that I can setup a password scheme, so that
a user by default has Read Only access to all program forms, but if they
then enter a password all open forms change to Full Access. There are many
ways to accomplish this but the way described above would be much more
manageable.
Is this possible?
Thanks.
Merlin