Getting handle of sections

Hi All,

I have one form in which there are many sections, under each section, there are various fields.

Now depending on the values of certain fields, I have to collapse or expand that particular sections using a button.

For example: If value of field F1 is NULL under some section then on the click of this button collapse all those section while other sections will remain expanded.

When this doc is open for reading or editing then by default all the sections where Feld F1 is NULL should be collapse, while all other section having NOT NULL value should be expanded.

Please let me know how can I achieve this. Thanks so much in advance

L T

Subject: Only thing I can find

is in the uidoc class is expand all and collapse all sections.

What is the result of what you want to do?

Subject: Expand/Collapse individual Section

Hi Stan,

thanks for your response. I also got the same thing SectionExpandALL and SectionCollapseALL to expand or Collapse all the section. But my requirement is to expand and collapse individual section based on certain fields value.

Subject: Use a series of Hide When Formulas

Your best bet.