Allow text formatting in a Form in Dialog

When a button shows a Form in Dialog with a text field, how do I show the menu bar and allow text formatting in the text field?

In the FID invocation, set ‘showTextToolbar’ to TRUE:

.showFormInDialog( form, [x], [y], [width], [height], [dialogTitle], [resizable], [showTextToolbar], [windowName], [modal] )

Thanks very much. I knew I’d seen it somewhere. K