↧
From: | Thierry Nivelet (FoxInCloud) |
To: | Tuvia Vinitsky |
lcSpace = iif(wlWeb(), ' ', space(1))padr(alltrim(x),15, m.lcSpace) + Replicate(m.lcSpace, 5) + chr(124) + y + chr(124) + transform(z,"#####")
Sorry it took many several attempts to get the 'non breakable space' entity come out right
We populate a listbox with an array havin something like this:
padr(alltrim(x),15,' ') + space(5) + chr(124) + y + chr(124) + transform(z,"#####")
Although this appears fine in VFP, Fic is not converting the spaces into HTML spaces as it does for caption on labels, etc. Thus all the spaces are truncated and we lose the alignment.
-- thn (FoxInCloud)