#include "SaRnHtml.h"
void SaPopulateMasterDetail(Widget list, XtPointer client_data, SaCallbackStruct *cbs);
SaCallbackStruct
callback structure containing the data.
<BR><H2>column name : value</H2><BR>
/*** the following ad-hoc example can be used without
templates **/
SaCallbackStruct *cbs;
cbs = SaExecSQL("CEZANNE", "pubs2", SGESYBASE, "select * from authors");
/*** calls to set the beginning HTML context ***/
SaPopulateMasterDetail(NULL, (void*)6, cbs);
/*** calls to complete the HTML context ***/
SaFreeCbs(cbs);