How to clear a field

Hello,

I have a button which when clicked I wand it to clear a field called business.

I thought it would just be:

business=“”

but it seems not.

Subject: How to clear a field

FIELD business:=“”

Subject: RE: How to clear a field

@SetField(“Business”;“”)

Subject: RE: How to clear a field

FIELD Business:=“”

Subject: How to clear a field

If you want to do with LotusScript, use the FieldClear method of NotesUIDocument class for the same. This method is valid only when the document is in Edit mode.