-Larry
Hi guys,
I’d like to be able to customize the Security System to allow it to contain additional user information. While I could simply add another window to my application it would make everything look much cleaner if I could add some fields to the current user security maintenance screen. So what I did was create an additional table in the database, added a new UserInfo BO to the security project, another tab to the user editor to hold the extra fields and some code on the form to handle the new BO. I also made the new BO a child of SFSUsers. Everything appears to be okay but when I run the modified program and add a new user, the SecurityEditor flags the new user as invalid saying that the data is corrupted. However, when I look at the database everything appears to be correct. Obviously I’m missing something but I’m not sure what it is. I had this working prior to installing the latest update.