I have a list box on a form (list2). The (rowsource) is set to variable F_START and the (rowsourcetype) is set to (array). My variable F_START is an array generated from the ACOPY command and contains a list of dates depending on what the user has selected in an optionbox on the form. If they select option 1 - acopy copies array1 to F_START and option 2 copies array2 to F_START.
Here is the problem - when the user scrolls through the listbox LIST2, all the dates are there but if they move to the bottom or end of the date data a .F. appears in the box. If they try to move back up the list nothing happens just the .F. and there is no way to get the array data to display without exiting and reentering the form??
I execute this but there is no change.
ACOPY(SPPER,F_START)
THISFORM.OPTIONGROUP3.OPTION1.VALUE=1
THISFORM.LIST2.Requery
Here is the problem - when the user scrolls through the listbox LIST2, all the dates are there but if they move to the bottom or end of the date data a .F. appears in the box. If they try to move back up the list nothing happens just the .F. and there is no way to get the array data to display without exiting and reentering the form??
I execute this but there is no change.
ACOPY(SPPER,F_START)
THISFORM.OPTIONGROUP3.OPTION1.VALUE=1
THISFORM.LIST2.Requery