Thanks Tom,
I'm so glad to hear that it wasn't me doing something odd! It usually is.
Will follow your advice, and give it a try today...
One thing though, I'm not missing properties but rather functions (in my top most record object); perhaps this is a related variant of that problem with GetMetaData().
Thanks again for your help.
Bart


Tom Chiverton wrote:
On Monday 09 October 2006 10:34, Bart Lea wrote:
  
I am trying to determine all the functions in a reactor record (this one
is Customer record) so I can automatically populate it's fields, however
the extra methods that I have added to my "|database agnostic custom
Record object for the Customer object|"
    

There is a problem with GetMetaData() in that it doesn't pick up properties in 
parent classes.
What we've done (to help with Flex2 too) is copy all the cfproperty tags and 
initial values from the managed TO to the project specific customisable one, 
and then call GetMetaData() on that.

  

-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
Reactor for ColdFusion Mailing List
[email protected]
Archives at: http://www.mail-archive.com/reactor%40doughughes.net/
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --

Reply via email to