Tables

Hi,I wonder if you can help. I have a table it has 30 rows.

The blank rows will be hidden in read mode, however will be visible in edit mode. Any idea how can we do this.

Thanks in advance

cheers

raj

Subject: Tables (Correction)

If multiple fields in a room then ( Field1=“” & Field2=“” & … FieldN=“”)

Correction: All of the above should be and because you want it to hide if in READ mode AND the fields are blank.

!@IsDocBeingEdited & Field1=“” & … FieldN=“” (where the fields are on the row and you might have multiple columns)

Subject: Tables

select the rows to hide thne open text properties not table properties, one of the tabs has tick boxes for hide when reading (you should include hide when previwing to if it’s used on a notes client), and tick boxes hide when editing. Depending on circumstances you may want to use @IsNewDoc in the hide if true box

Subject: RE: Tables

Thanks both for your quick response,…I will give it a go and let you know how it wors…

cheers

Raj