Just a small item, but it took a fair bit of time to sleuth it.

Here is the code I had in v15.4  (Windows)
Worked just fine

$span:="<span style='font-family: arial; font-weight: bold; font-size: 
8px'>"+$text+"</span>"

Moved to v15r5
Did not recognize, font-weight or font-size

Had to change the "single-quotes" in the code above to Double Quotes in order 
for all to be recognized.

$span:="<span style="+Char(Double Quote) +"font-family: arial; font-weight: 
800; font-size: 8px "+Char(Double Quote) +">"+$text+"</span>"

Maybe this can help somebody save some time and headeache.

Randy Engle
XC2 Software LLC



**********************************************************************
4D Internet Users Group (4D iNUG)
FAQ:  http://lists.4d.com/faqnug.html
Archive:  http://lists.4d.com/archives.html
Options: http://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:[email protected]
**********************************************************************

Reply via email to