Skip to main content
Participant
June 28, 2007
Question

TypeError: Error #1010: A term is undefined and has no properties.

  • June 28, 2007
  • 2 replies
  • 282 views
I am getting "TypeError: Error #1010: A term is undefined and has no properties." Why can't the Flash IDE print out the object that is supposedly undefined? In my case, it seems defined. Is Flash mocking at me?

Including this statement "active_row = row_id;" gives the error. But when I trace the individual values, they print fine with errors whatsoever.

This is driving me mad!
This topic has been closed for replies.

2 replies

kglad
Community Expert
Community Expert
June 28, 2007
re-read my message.
kglad
Community Expert
Community Expert
June 28, 2007
copy and paste (using attach code) your line that causes the problem, copy and paste the code with that line commented out and replaced by your trace() functions and paste the output results of those traces.
Participant
June 28, 2007
There you go. Thanks!