Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Update form1.text1 with form2.text1
Message
From
21/06/2004 08:11:27
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
20/06/2004 23:41:15
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00915559
Message ID:
00915598
Views:
10
>Dear Sir,
>
>I have two forms containing one textbox on each.
>When I write something in form2.text1.value, I want this value to be appear automatically in form1.text1.value.
>
>How is it possible?
>
>Please Help

To do that you need form1's object reference. You could get it by passing parameters, name clause, looping _screen.forms etc. When you've the reference it looks like :

* form2.textbox.interactivechange
oForm1ref.text1.Value = this.Value

Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform