Hi Dan, comments below....
Well, I've done all the work, really. The reason I wanted to get access to
the code of MS wizard was to insert my code into MS code to "blend" functionalities.
I see.
If *all* you want to do is change the code behind the Switchboard form itself, then copy/paste your
code into record number 1 of the table called sbm_tblCode. The form will be created with the code in
that record.
Simple.
If you need to make changes to the wizard itself and have it work for 97, 2000, 2002, and 2003 (my
goal) then prepare yourself for lots of sleepless nights, monitor-head-bashing, and occasional hair
pulling.
The main change I'd done in 97 days was to increase the number of buttons on
the Switchboard to 10. I would have liked to have that in the current
version, but doing it on the Switchboard form and code is pointless if the
code in the Switchboard Manager doesn't get change too.
I've already taken care of that.
The new add-in I've currently developed is an addition to the switchboard
manager, to define user groups (independently or not from the Workgroup file)
and have the option buttons on the switchboard enabled or not depending on
what group the current user belongs to.
Ok. This is a 'home-grown' type of security system I imagine, correct?
The main aim of my add-in is to add a bit of functionality for users that
don't need tight security, but want to customize an application for different departments.
I see. I have done similar things in the past. I've created my own security 'system' in the past for
low-tech (and non-sensitive) systems, as well as using built-in User Level Security. I did not
incorporate anything like this into my Advanced Switchboard Manager (AdvSBM).
My goals for the AdvSBM were to alleviate the number of recurring questions about the current SBM in
the newsgroups. They are always the same questions. So I wanted to create a new one to make things
easier for people that use the SBM. My trouble began when testing on versions past 97. The viewable
wizard code for 97 uses specific entry points to the msaccess executable file. Some of those entry
points changed and/or were eliminated in later versions. Grrrrr....
This project has taken a LOT longer than expected, but I'm really close to finishing it now. I've
also added some other cool features I do not even want to reveal yet.
I'd love to hear about your add-in, either here, or in email: danielc (at)
computing-tech (dot) com, maybe we could avoid duplication of efforts...
I will probably send a message to you so I can let you know when it is finished and where it can be
downloaded.