We are a group of users of Blackbaud products and are not affiliated with Blackbaud. We'd love to have you join our community to help and be helped in getting the most from your Blackbaud software.
Register now to join us to get independant advice on your system, connect with 3rd party consultants to help you maximize your database and have a real alternative to the official Blackbaud website.
This is a problem I have had forever. If I create a VBA UserForm and show it modally on, say a constituent form it does not remain on top if I go away from RE and back to again. What happens is that the constituent window is shown but since my modal form is still around (but hidden) it I cannot access either. The only way around this is to bring another window (not an RE one) in front of it and then minimize it. The modal form then shows.
This is a known issue with Blackbaud ( KB entry BB21890) but I was wondering if anyone had a workaround. I heard someone say that you could create a DLL and call the form from within the dll and that this would work. I can see how it might work but I am reluctant to introduce a dll as this complicates deployment.