What am I missing (newbee)

2009-01-07 Thread Joe Yoder
I have a class with a container with a TextBox and an EditBox. The container has a method called AdjSize: This.edit1.Height = this.edit1.Height + 50 The TextBox InteractiveChange: IF '+' $ this.Value OR '-' $ this.Value This.Parent.adjsize() ENDIF When I instantiate the control

Re: What am I missing (newbee)

2009-01-07 Thread Jean MAURICE
If you are using VFP9, you can right-click in your container and choose 'object list' : it will give you the right name and the right path to the method. I see a problem in your code : I don't know what you do elsewhere but if you do not remove the '+' or '-' you will increase the size of your

Re: What am I missing (newbee)

2009-01-07 Thread lew1716
The method you created is This.parent.edit1.adjsize() Sent from my Verizon Wireless BlackBerry -Original Message- From: Joe Yoder j...@wheypower.com Date: Wed, 07 Jan 2009 14:28:41 To: profoxt...@leafe.com Subject: What am I missing (newbee) I have a class with a container

RE: What am I missing (newbee)

2009-01-07 Thread Christof Wollenhaupt
Hi Joe, 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. The method is protected. You need to make it public in order to call it from the textbox. -- Christof

RE: What am I missing (newbee)

2009-01-07 Thread Joe Yoder
am I missing (newbee) Hi Joe, 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. The method is protected. You need to make it public in order to call it from the textbox. -- Christof

Re: What am I missing (newbee)

2009-01-07 Thread Jean MAURICE
how did you know? May I say that Christof is the best VFP specialist in the World ? At least one of the best !! -- Jean MAURICE Grenoble - France - Europe www.atoutfox.org www.aedtf.org ___ Post Messages to: ProFox@leafe.com Subscription