Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
WITH THIS with Intellisense
Message
From
23/12/2002 13:09:44
 
 
To
23/12/2002 09:09:36
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00734787
Message ID:
00735444
Views:
17
>>Declare a local variable as the right type and inside the WITH, use the variable when you're setting up the code. Then remove it from the code once you're done.
>>>
>>>Tamar
>>
>>Hi Tamar,
>>I think this is what I remember reading somewhere, but I don't quite understand how you're doing it. Can you give me a example?
>
>Like this:
>
>LOCAL oJunk AS TheRightClass
>
>WITH THIS
> oJunk.Whatever ...
> oJunk.SomethingElse ...
> ...
>ENDWITH
>
>After you're done writing, use search and replace to remove all the "oJunk"s.
>
>Tamar

Hi Tamar,
I can't get this to work. Tell me if I'm doing this right.
local oJunk as Thisform.Pageframe1.Page1.Container1.Grid1.Column1.Textbox1

With Thisform.Pageframe1.Page1.Container1.Grid1.Column1.Textbox1
  oJunk.          << this is where I want all the PEMs for TextBox1 to pop up.
EndWith
Bill Morris
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform