Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid controls not Refreshing
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Grid controls not Refreshing
Miscellaneous
Thread ID:
00134965
Message ID:
00134965
Views:
59
I have a grid containing a pageframe which contains two pages, on each page there is a grid containing one or more combo boxes in their columns (i.e. one combo per column ), I issue a this.refresh() from the init of the form, but only the controls on page one are refreshed.

In the refresh event (in my base class pageframe) resides this code

for i = 1 to this.pagecount
this.pages[i].refresh()
endfor

so the call is being made, it just doesn't refresh the comboboxes, I've placed wait windows in the refresh events and they don't fire on the second page

Thanks
Pete Kane
Regards,
Peter J. Kane



Pete
Next
Reply
Map
View

Click here to load this message in the networking platform