PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → [WD21] Format Listbox [SOLVED]
[WD21] Format Listbox [SOLVED]
Iniciado por guest, 05,sep. 2016 22:13 - No hay respuesta
Publicado el 05,septiembre 2016 - 22:13
Hi
We have a listbox which we are populating in a loop with ListAdd(sListBox,pcoderec.Postcode + TAB + pcoderec.Suburbs) This works fine except that unless we use a fairly small font, the listbox does not display correctly, the postcode which is 4 digits long is being truncated as shown.
I don't have a problem with the suburbs being truncated but I must have the postcode in full. How can I format the listbox to do this?

Thanks

David

Changing Tab to space fixed it.