Hi,
I have this problem currently in all my applications. To simplify I have created a Test application with the following form:
- form Untitled_Form
- {
- displayname = "Untitled Form"
- field alignment = left
-
- Checkbox
- (
- type = checkboxes
- values = {"Choice 1", "Choice 2", "Choice 3"}
- )
- Choices
- (
- type = checkboxes
- values = Choices.ID
- displayformat = [ Single_Line ]
- sortorder = ascending
- searchable = true
- )
- }
The standard checkboxes show up fine on the form, but the lookup field that should show checkboxes based on records in the Choices form, do not show as checkboxes...
Am I the only one with this bug? It used to work, some time ago.
Cheers!
Jeroen