Author: Joe Yoder
Posted: 2009-01-07 at 14:28:41
I have a class with a container with a TextBox and an EditBox. =
=
The container has a method called AdjSize:
This.edit1.Height =3D this.edit1.Height + 50
=
The TextBox InteractiveChange:
IF '+' $ this.Value OR '-' $ this.Value
This.Parent.adjsize()
ENDIF
When I instantiate the control on a form and run the form keying either a=
"-" or "+" in the TextBox results in an error message: "Property ADJSIZE=
is not found."
Thanks in advance - Joe
--- StripMime Report -- processed MIME parts ---
multipart/alternative
text/plain (text body -- kept)
text/html
---