passing information between business covering information opening covering - bad code?
i'm controlling following formula within jcproperty category collect information dal:
dim x jcproperty
x = jcpropertydb.getproperty(propertyid)
x zero then
me.propertyid = x.propertyid
me.addressline1 = x.addressline1
me.addressline2 = x.addressline2
me.addressline3 = x.addressline3
me.addresscity = x.addresscity
me.addresscounty = x.addresscounty
me.addresspostcode = x.addresspostcode
me.telno = x.telno
me.updatedon = x.updatedon
me.createdon = x.createdon
me.description = x.description
me.guid = x.guid
finish if
this works glorious nonetheless requires dal vigilant (jcpropertydb) wakeful business vigilant (jcproperty) i effectively emanate stock same vigilant twice (once dal relapse bl following again within bl vigilant stock itself).
i'm blank something here, i know there contingency improved way!
effectively i need distribute 'me = x' allowed. someone put me straight?
Comments
Post a Comment