Description of IBXUserProfile :
TIBXUserProfile - component for IBX components (Interbase) - tested on Delphi5 (IB6/FB)TIBXUserProfile allow set ovisibleo and oenableo property of components of forms application in Run Time in depend from current user profile (role). Profiles of users to keep into Interbase table in Blob fields. Use follow table structure:CREATE TABLE PROFILE(ROLENAME VARCHAR(20) NOT NULL PRIMARY KEY,PROFILE BLOB);Table may be additional fields. Fields Names oRolenameo and oProfileo may be other names. Table Name may be other name too.