Lookup Field Checkboxes

Lookup Field Checkboxes

Hi,

I have this problem currently in all my applications. To simplify I have created a Test application with the following form:

  1. form  Untitled_Form
  2. {
  3.     displayname  =  "Untitled Form"
  4.     field alignment = left
  5.     
  6.     Checkbox
  7.     (
  8.         type  =  checkboxes
  9.         values  =  {"Choice 1",   "Choice 2",   "Choice 3"}
  10.     )

  11.     Choices
  12.     (
  13.         type  =  checkboxes
  14.         values  =  Choices.ID
  15.         displayformat = [ Single_Line ]
  16.         sortorder = ascending
  17.         searchable  =  true
  18.     )

  19. } 

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