Article ID: 137179
Article Last Modified on 2/12/2000
Thisform.List1.NumberOfElements=_TALLY * This can be used only if _TALLY is updated when the array is * redimensioned, with SELECT... INTO ARRAY or COPY TO ARRAY
-or-
Thisform.List1.Requery
-or-
Thisform.List1.RowSource=Thisform.List1.RowSource
SELECT country FROM CUSTOMER INTO ARRAY test
SELECT country FROM CUSTOMER WHERE country="Germany" INTO ARRAY test Thisform.RefreshThis code will change the size and contents of the array and allow the new contents to be displayed in the list box.
Additional query words: VFoxWin
Keywords: KB137179