Joseph, are you suggesting something like

objContacts.set("Fname","Joseph")
objContacts.set("Lname","Flanigan")
objContacts.set("phone","11223344")
objContacts.update()

which is something similar to standard VB-type property assignments?

objContacts.Fname = "Joseph"
objContacts.Lname = "Flanigan"
objContacts.phone = "11223344"
objContacts.update()

(I also used to do with CF until every was jumping up and down about NOT using the 
THIS scope! so I changed my ways...blissfully unaware)

So...by using your "SET()" and "GET()" methods, what would you do with typo's etc? 
 : objContacts.set("Fnmae", "Joseph")

or... validating fields (datatype, size, etc)?
 : objContacts.set("DateOfBirth", "a string that is obviously not a date")

and isn't this all because CFC's don't have real properties with setters and getters 
and "CFPROPERTY IS USELESS*"?
*except for web services 

why ask? writing hundreds of custom getters and setters can get a bit mind-numbing 
after a while...

just curious.

cheers
barry.b
-- 
___________________________________________________________
Sign-up for Ads Free at Mail.com
http://promo.mail.com/adsfreejump.htm

----------------------------------------------------------
You are subscribed to cfcdev. To unsubscribe, send an email
to [EMAIL PROTECTED] with the words 'unsubscribe cfcdev' 
in the message of the email.

CFCDev is run by CFCZone (www.cfczone.org) and supported
by Mindtool, Corporation (www.mindtool.com).

An archive of the CFCDev list is available at www.mail-archive.com/[EMAIL PROTECTED]

Reply via email to