Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Replace value from form1 to form2
Message
From
04/11/2004 07:02:04
 
 
To
04/11/2004 06:33:43
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 8
Miscellaneous
Thread ID:
00958010
Message ID:
00958017
Views:
21
how i can replace thisform.text1.value=ctod("01/05/2004") from form1(main form)

This is the Quick and Dirty way:

In the Init method of the subform, put this code:
thisform.text1.value = _Screen.Activeform.text1.value
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform