I'm trying to set the height of the detail section of my form at run time. I have a number of fields that I set visible property to false and want to expand the size of the detail section and set the fields to visible = true, when the user clicks a value on a option button.
I tried to set the initial detail section height on the open event as in Form.Section("Detail").Height = 1.4, without success. I'm not sure if this is because the form already has fields or my syntax is wrong.
Any help would be appreciated.
Thanks,
Tom
I tried to set the initial detail section height on the open event as in Form.Section("Detail").Height = 1.4, without success. I'm not sure if this is because the form already has fields or my syntax is wrong.
Any help would be appreciated.
Thanks,
Tom