Hi
I have an editable grid which is a part of a master/detail form.
The table of this editable grid is about 12 fields. But in the editable grid I only want to show 5 fields. This easy. No problem. I remove the fields in fields positioning.
But when I do that this fields are also remove from the form when I try to edit or add a record.
If I do not remove the fields in fields positioning and I use the macro sc_field_display to hide the field in the onLoad event, then again the field is gone in the editable grid and in the form.
Is there a event that is fired when the edit form is shown. Or is there another way to achive this.
Many thanks
Andre