Form input question
Form input question
I'm using an int to define CRUD permissions to an object. I want to provide an interface to manipulate those permissions. The int is a byte, 8= C, 4= R, 2 = U, 1 = D. I have datatable displaying this information using the bitwise operator. I would like to set checkboxes on the form with the fields as defined above. What can I do to set the checkbox with the appropriate setting based upon the row data? Can I somehow use the bitwise operand again?
This discussion has been closed.
Replies
Sounds like a very useful plug-in to have :-)
Allan