>Well, the weird thing was that these were forms that have been in existence >for a long time and worked fine and recently stopped working (in the sense >that the combobox or listbox was not being properly populated). I still >have not determined why it worked before but won't now, however I just moved >the creation of the array from Init to Load (which is really my std. MO >these days) and that fixed it.
Could this be a form subclass, and some class further up the hierarchy has code in its Init() that your array-population code was overriding? If so, did you have a DODEFAULT() in your subclass Init()?
Ken
©2006 Ken Dibble |