celldata = "";
catData = StructNew();
iconStruct = StructNew();
catName = request.datasheet.currentColumnValue;
catIcon = request.DataSheetRow['CATEGORYICON'][Request.DataSheetRow.CurrentRow];
catIconClass = "dsCalCatRecordIcon";
// Parse the CS Image String into an image path
if ( LEN(TRIM(catIcon)) )
iconStruct = application.ptCalendar.CSData.decipherCPIMAGE(catIcon);
#catName#
|