Ed Leafe wrote: > > Imagine if VFP offered the option of storing in either VCX or PRG, > and could work with either one: can anyone think of a reason to > prefer a VCX? > The continuous refactoring cycle that you get into with visual design tools might work better with record-based metadata perhaps. If you look at something like a .NET project all the auto-generated stuff that defines the UI and the linkages to your event code is either fairly well concealed in collpased code sections and partial class files, or in a seperate resource file, in case you change it manually and end up with the Visual Studio IDE not being able to display your form again. Which used to happen quite a bit in older versions!
_______________________________________________ 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/[EMAIL PROTECTED] ** 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.

