I noticed that an assign method will not allow itself to
be called while it is in the call stack (i.e. cannot be
recursive in any way). I don't see this mentioned in the
documentation for assign methods. Is this a known restriction?
In my case, a property's value gets changed which causes
a series of other methods to run and update various tables
and controls on a form. During the course of these updates,
the original property may get changed to a new value, but
the assign method does not get called. I can work around
this, and it is an odd case where this would need to be
supported, but it is not completely out of line to need
this to work.
-- TRW
_______________________________________
t r w 7
at
i x dot n e t c o m dot c o m
_______________________________________