27 Aug
2000
27 Aug
'00
1:41 p.m.
OK.. I think I've found a way to do what I want with propertysheets. I just add a generic attribute provider, or skin script to grab the attributes out of the propertysheet... SkinScript to get property from particular property sheet: WITH self.propertysheets.get('ShopperData') COMPUTE email=getProperty('email'), address=getProperty('address') I'll march ahead with this plan until someone tells me the much easier way that I completely missed.. ;-) thanks, -steve