#include "SaRnHtml.h"
void SaPopulateHotList(Widget list, XtPointer client_data, SaCallbackStruct *cbs);
SaCallbackStruct
callback structure containing the data.
##Sa_Authors##<A HREF="http://cezanne/cgi- bin//popcall.cgi?FNC=authors__Asamp_html"
>TEMP</A>
TEMP
will be replaced with the display columns. The prime key column(s) are appended to the HREF and will be processed as Arguments by the cgi. This is done for each row.
/*** 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 ***/
SaPopulateHotList(NULL, NULL, cbs);
/*** calls to complete the HTML context ***/
SaFreeCbs(cbs);