Subform fields grey but editable

Brad_SetzerBrad_Setzer Member Posts: 12
Hi

On my Employee card I created a subform in order to give access to some fields in a second Employee table (the first one has reached its 4000kb limit). The fields on that form are presented well and are editable, but they are all greyed out. How can I change that ?

Best regards

Brad S.

Comments

  • Marije_BrummelMarije_Brummel Member, Moderators Design Patterns Posts: 4,262
    The fields are probably default not-editable and turned editable by code?

    This is a bug in Navision and is there for many years.

    Try setting the default editable-value to Yes.
  • Brad_SetzerBrad_Setzer Member Posts: 12
    By design they are editable. But they are all set not-editable on opening the form, because I've incorporated a 'modify' button that enables all fields (and subforms) when pushed. Everything works, only the color is not presented correctly.

    Is there no way to work around it ?

    Best regards

    Brad S.
  • Marije_BrummelMarije_Brummel Member, Moderators Design Patterns Posts: 4,262
    This is strange. When I do a test on a new table and a new form, this phenomenon is only reproducable when setting the ediable property on the form to No by default.

    Is there any parentcontrol not editable?
Sign In or Register to comment.