RE: Structure in a structure

2003-01-10 Thread Dave Watts
> Call it a rookie attempt at trying to create classes in > Cookie Fusion. Mmm, Cookie Fusion. That sounds like a product I'd come up with! > For example, a "Customer" contains information on people > and companies. Companies contains information on People. > Invoices & Orders contain inform

RE: Structure in a structure

2003-01-10 Thread Andy Ousterhout
CF-Talk Subject: Re: Structure in a structure >Can I do a structure in a structure? For example, I have a "Customer" that >can contain a "Company" and one for more buying and billing people: > >Module defCustomer.cfm: > > attributes.Customer.Key=0; > attributes

Re: Structure in a structure

2003-01-10 Thread Dwayne Cole
>Can I do a structure in a structure? For example, I have a "Customer" that >can contain a "Company" and one for more buying and billing people: > >Module defCustomer.cfm: > > attributes.Customer.Key=0; > attributes.Customer.IsCompany = False

Structure in a structure

2003-01-09 Thread Andy Ousterhout
Can I do a structure in a structure? For example, I have a "Customer" that can contain a "Company" and one for more buying and billing people: Module defCustomer.cfm: attributes.Customer.Key=0; attributes.Customer.IsCompany = False; attributes.Custom