MB Software Solutions, LLC wrote on 2010-04-06: > Tracy Pearson wrote: > <snipped> >> Have a look at using the _VFP.Forms or _Sreen.Forms collections >> (they behave differently). > > > What's the difference? >
_VFP.Forms has a Count property, _Screen.Forms does not. That's a start. I believe you need to use either a ForEach (never got past that dangling reference I got with that so I don't use it) or a For ii = 1 to _Screen.FormCount. Where the _VFP.Forms.Count is where you go. Since that's a major difference in the interface, I'm sure there's other layers of complexity. Tracy Pearson PowerChurch Software _______________________________________________ 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 Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/000b01cad5c9$43171750$c94545...@com ** 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.

