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 _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

