Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Listbox not refreshing
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Listbox not refreshing
Miscellaneous
Thread ID:
00381839
Message ID:
00381839
Views:
58
My listbox refuse to refresh after I have changed values. If I leave the form and return, then the listbox has the new values. The listbox is linked to a view. Here is my code:

&&.init
with thisform
lc_keyeid = .b
requery('lv_keys')
.refresh
end with


&&cmdclick
with thisform
do form frm_keychg with .b, .c, .e, g
.list1.requery()
.list1.refresh()


Does anyone have any idea why .list1.requery doesn't work? My frm_keychg makes changes to a table the is being referenced by .list1

help appreciated
Nick Patel
Next
Reply
Map
View

Click here to load this message in the networking platform