I am creating a list of users from the repository. I think that the table holding users name and the status (enabled or Disabled) is stored in the obj_m_actor table. In this table it appears I have all of the information I need. But now the challenge I would like to exclude the users that I have disabled in the supervisor. If I am guessing correctly (and this is a guess) the enabled and disabled information is being held in some type of a binary string in the m_actor_n_status field. My guess is that it is a binary 8. Does anyone know if this is a correct assumption? The number is being stored in decimal format. Can anyone think of an easy way to identify, from the tables, if the user is enabled or disabled?
ddecross (BOB member since 2002-08-16)