I have 3 fields in my database that are defined as integer datatypes. If I pass a 1 to the field that means the field is active and 0 means the field is inactive.
I originally set these fields up as checkboxes. However, I want the 3 fields as radios buttons so the user can only select one and not all. However the edit style for radiobuttons requires at least 2 display values for the column. Example of what I want to do is:
3 Fields:
Field 1
Field 2
Field 3
If the user selects 'field 1' that means field 1 is active and the other 2 are inactive. I just want to show 1 display value for each field. I would like to know how I can do this directly on the datawindow?
Keith
I originally set these fields up as checkboxes. However, I want the 3 fields as radios buttons so the user can only select one and not all. However the edit style for radiobuttons requires at least 2 display values for the column. Example of what I want to do is:
3 Fields:
Field 1
Field 2
Field 3
If the user selects 'field 1' that means field 1 is active and the other 2 are inactive. I just want to show 1 display value for each field. I would like to know how I can do this directly on the datawindow?
Keith