photoImg = "No image preview";
// get the Photo data
photoData = application.ptPhotoGallery.cedata.getCEData("Photo", "photoid", Request.Datasheet.CurrentColumnValue);
if ( ArrayLen(photoData) )
{
photoURL = application.ptPhotoGallery.renderService.getPhotoURL(photoData[1].Values.photo,"_system_resize");
photoImg = "
";
}
#photoImg#