// retrieve the information for this blog postData = application.ptBlog2.PostDAO.getPost(postID=request.datasheet.currentColumnValue); if ( structKeyExists(postData, "title") ){ postTitle = postData.title; postURL = application.ptBlog2.CSData.getCSPageURL(pageID=postData.postPageID); } else { postTitle = ""; postURL = ""; } #postTitle# [view]