[Top] [Prev] [Next] [Bottom]
[Contents]
SaPopulateImage
Populates HTML stream with an Image.
#include \Q\QSaRnHtml.h''
void SaPopulateImage(Widget list,
XtPointer client_data,
SaCallbackStruct *cbs);
Arguments
- list
- Not used.
- client_data
- Not used.
- cbs
- An SaCallbackStruct callback structure containing the data.
Return Values
None.
Populates HTML stream with an Image Tag. For each row, this callback prints an Image tag. The first column returned for each row is used as the image filename.
/** this ad-hoc example can be used without templates **/
SaCallbackStruct *cbs;
cbs = SaExecSQL("CEZANNE", "pubs2", SGESYBASE,
"select image_file from image");
/*** calls to set the beginning HTML context ***/
SaPopulateImage(NULL, NULL, cbs);
/*** calls to complete the HTML context ***/
SaFreeCbs(cbs);
- Note: This call is generated automatically by Sapphire/Web through use of the Results found on the Object Bind Editor.
See Also
[Top] [Prev] [Next] [Bottom]
[Contents]
info@bluestone.com
Copyright © 1997, Bluestone. All rights
reserved.