Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Can I do this with WITH THISFORM...ENDWITH?
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00456855
Message ID:
00456938
Views:
31
Not only will WITH/ENDWITH evalulate on both sides of the =, it will still evaluate in a method called from from within the WITH of another method. For example:
WITH THISFORM
   .MyExample()
ENDWITH

FUNCTION MyExample
    .TextBox1.Value = "Something"
ENDFUNC
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform