Lotus Notes FAQ


How do you make a SmartIcon that inserts a bullet into a Rich Text Field?


Use this formula for the SmartIcon:
@Command([TextSetFontFace]; "Symbol");
@Command([TextSetFontSize]; "10");
@Command([TextSetFontColor]; [Red]);
@Command([EditInsertText]; "?");
@Command([TextNormal]);
@Command([TextSetFontFace]; "Helv");
@Command([TextSetFontColor]; [Black]);
@Command([EditInsertText]; "  ")


Home *Notes V3 *Notes V4 *Notes/Domino 4.5

Last Modified: April 17, 1996