Peter Cushing <> wrote:
> Just want to see where people store their form classes and why.
> 
> When I first started using VFP I used to create a new form from
> scratch every time I needed one, which was a pain.  Now I have
> created a baseform class (stored in a baseform.vcx) which has all my
> basic form characteristics set.  The baseform class has been
> subclassed this to a modal class.  Now if I need a new form I
> subclass one of these and then save it in the same file
> (baseform.vcx) using a new name.  My problem is that I did a new form
> on Friday, which was working nicely but when I opened it today all
> the method code has gone!  I can recreate the code as it was not that
> complex but I am now thinking that I should save each new form in its
> own VCX file (still subclassed from baseform).  This might be more
> secure as if one file becomes corrupt it won't affect the others
> (unless it is the baseform).            
> 
> Any views/ideas on this and why?

This is a perfect non language organizational Q.

I use this layout:
ProjectName
|-Images
|-Forms
|-Reports
|-BizClasses (Middle tier)
|-upLoads (any outbound communications, xml files,....)
|-downLoads (any inbound files)




Stephen Russell
DBA / .Net Developer

Memphis TN 38115
901.246-0159

http://spaces.msn.com/members/srussell/

-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.407 / Virus Database: 268.12.12/461 - Release Date: 10/2/2006
 



_______________________________________________
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.

Reply via email to