Visual Foxpro 9 : Objet ListBox
I need to display results in a cursor, which is received by the varaible cListData. We need to display rhese results in a list objet, so we’ve chosen RowSource = “aListData” and RowSourceType = 5 because we want to display more than 255 characters. After debugging the code, we see that the aListData variable is loaded correctly with the elements, but the list object doesn’t show the text.