LPARAMETERS toHTML AS awHTMLGen of awHTML.prg, tlInnerHTML && toHTML : reference to foxInCloud HTML generator && tlInnerHTML : if container, render only contained objects * this demonstrate how any VFP object can render its own specific HTML in foxInCloud * this method can be implemented at any class or object level && each aw.vcx "base class" owns cHTML and cHTMLgen() members this.wcHTML = Textmerge([<p <<toHTML.cIDattrib()>> class="red" title="Ce label a généré son propre HTML spécifique / This label generated its own specific HTML" <<toHTML.cStyle('position,font,dimension')>>><<m.this.Caption>></p>]) && toHTML.cID() returns the standard foxInCloud [id=""] string && toHTML.cID() builds id as: 'formName'-'containerName'-...-'objectName'
Could you by any chance post your code ?
-- thn (FoxInCloud)