% lcSeeAlsoTopics = oHelp.InsertSeeAlsoTopics() %> <%= ExecuteTemplate("Header_Template.wcs") %>
<%= oHelp.FormatExample(oHelp.oTopic.Example)%><% ENDIF %> <% *** Embed custom code to display the *** Fields of the table cCurrentPk = oHelp.oTopic.Pk cHTML = "" cClass = Alltrim(oHelp.oTopic.Class) + "::" oTopics = oHelp.GetTopics("ARRAY","ParentPK = '" + oHelp.oTopic.Pk + "' and INLIST(type,'DATACOLUMN')",; "type,uMethod","ParentPk,Pk,upper(method) as UMethod") If !ISNULL(oTopics) AND oTopics.nCount > 0 cHTML = cHTML + "
" cHTML = cHTML + "
Field" cHTML = cHTML + " | Description |
---|---|
"
Do Case
Case oHelp.oTopic.Type="DATACOLUMN"
cHTML = cHTML + "![]() | "
cHTML = cHTML + ""
lcBody = oHelp.FormatHTML(oHelp.oTopic.Body)
nBreak = AT(" ",lcBody)
IF nBreak = 0
nBreak = AT(" |
" Response.Write( cHTML ) EndIf %> <% if !EMPTY(oHelp.oTopic.SeeAlso) %>