
Help, VFP - List boxes on pageframes with odd behavior
Anyone,
I have a 4 page pageframe with lists boxes on the second and third
pages. These boxes are feed via a array property on my main form
(thisform.myarrray[100,2]). I populate the array as part of the page
activate methord based on information keyed to the proceding page(s).
The list looks fine , all the elements (names) are there looking good.
However I can only select an item by clicking on the first character ,
none of the rest of the line will trigger the select. But if I go to
the last page and back track (one page at a time), when I revisit the
page with the problem, it now works. I have tried refreshing the
object, reseting the column width, reloading the array, all with no
progress. I called Microsoft , and since they could not reproduce it,
it wasn't a problem.
If anyone has any idea how to address this, please let me know.
Thank's in advance
rec