Hope this is something simple. In VFP 8 I have two identical
listboxes on a form. Both using their own seperate view data, both
bound the same way to different views:
BoundTo = T
BoundColumn = 2
ColumnCount = 1
Row Source = v_view.field1, field2
Row Source Type = Alias
Both views has data in them. One of the list boxes diplays the value
and one does not until you click on it at run time - then it refreshes
with the correct data. I have tried refreshing no no avail. What
would cause such an odd behavior.
Rick