Thierry Nivelet (FoxInCloud)
Never explain, never complain (Queen Elizabeth II) - ban but and not
↧
Re: Show html in a form
↧
procedure wcHTMLgen(toHTMLgen)this.wcHTML = '<div id="someID">'select yourTablescanthis.wcHTML = m.this.wcHTML; + textmerge([<label></label>] ); + trim(yourTable.longDescription); )endscanthis.wcHTML = m.this.wcHTML + '</div>'
I need to show these fields in a particular format, not in a grdi, but like the form should be an html page......The problem is that i don't know the lenght of the text contained in the the memo field. An interesting thing should be if i can insert in the memo a formatted html page and when the field is shown it is interpretated as html page...
Is it possible ?
Thierry Nivelet (FoxInCloud)
Never explain, never complain (Queen Elizabeth II) - ban but and not