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
Title:
Can I do this with WITH THISFORM...ENDWITH?
Miscellaneous
Thread ID:
00456855
Message ID:
00456855
Views:
66
WITH THISFORM
.mytextbox1.Value = .mytextbox2.Value
.mytextbox3.Value = .mytextbox4.Value
ENDWITH

or this?
WITH THISFORM
.mytextbox1.Value = THISFORM.mytextbox2.Value
.mytextbox3.Value = THISFORM.mytextbox4.Value
ENDWITH

or am I stuck doing only this?
THISFORM.mytextbox1.Value = THISFORM.mytextbox2.Value
THISFORM.mytextbox3.Value = THISFORM.mytextbox4.Value

Just curious. TIA!
Steve Kramer
Kramer & Kramer Design
"Home of Go Cartoons"
Web Site: www.stephenkramer.com
Would you believe Far Side Lite?
More than 270 original cartoons.
Next
Reply
Map
View

Click here to load this message in the networking platform