![]() | Programming Guide | ![]() |
Displays an error message preceded by a constant tag
void sm_fquiet_err(int msg_num, char *message);
msg_num- A Panther message number. If you supply a string value for
message, Panther ignores this parameter.message- The message to display on the status line. To use the
msg_num-specified message, set this parameter toNULL.
sm_fquiet_erris identical to sm_ferr_reset except that it prepends a tag—for example,ERROR:—to the specified message.sm_fquiet_errgets the tag from theSM_ERRORentry in the message file. In GUIs, theSM_ERRORtext is also preceded by the stop icon.For more information on options available for this function, refer to sm_ferr_reset.
sm_femsg, sm_ferr_reset, sm_fqui_msg
![]()
![]()
![]()
![]()