Mark Van
Mark Van

Reputation: 281

New field not visible in field group on form

I have added an extra field to a field group, which already contained 4 fields, this field group is used on the form: smmBusRelTable.

The 4 existings fields are appearing without problems, the new field isn't showing up in the form.

Any ideas?

Upvotes: 0

Views: 2688

Answers (2)

Mark Van
Mark Van

Reputation: 281

The init method on the form, set the visible parameter of the field on false. That is why the field showed when i added the field group on a new form.

Upvotes: 0

Alex Kwitny
Alex Kwitny

Reputation: 11544

Some things to try:

Right clicking on the form and click restore.

Go to the control (group, grid, etc) you're expecting to see the fields in, and verify the DataGroup property has the correct Field Group selected. Try clearing this property, saving, then adding it back again.

Upvotes: 1

Related Questions