#include "SaRnHtml.h"
void SaPopulateMsgBox(Widget list, XtPointer client_data, SaCallbackStruct *cbs);
client_data
argument is used as the title of the returned HTML stream.
/*** the following ad-hoc example can be used without
templates **/
SaCallbackStruct *cbs;
cbs = SaExecSQL("CEZANNE", "pubs2", SGESYBASE, "select * from authors");
SaPopulateMsgBox(NULL, NULL, cbs);
SaFreeCbs(cbs);