There are some sample code pages available. One is to close a popup.
https://resources.quickbase.com/db/bq8meiyhh?a=dr&key=21
So your steps would be:
- Create a form that only has the comments field on it (and whatever else you want, maybe a title or instructions).
- Create a rich text button that opens the current record in a popup, to that new form, in edit mode.
- Use the code page and NextURL (as seen in the link above), which will auto close the popup.
Please note that in the example, they use and add record API. Their example is adding a child record and then closing popup, but you can do it while editing a record. As long as the NextURL command calls the close popup.
------------------------------
Mike Tamoush
------------------------------