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.