-1
I am working on a library administration system and at this moment I am creating the logical part to realize a loan. Here is my great doubt; How to set a state for available or unavailable book within a form so that that state is displayed within a readonly form field?
Explaining better: when searching for the book using a unique code, all book information will be displayed within a read-only form, in this form there is a field for AVAILABILITY that shows whether the book is available or not. Is there a specific method to make this kind of display?