Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Vartype() Got Me!
Message
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Miscellaneous
Thread ID:
00171368
Message ID:
00171386
Views:
26
Mark,

Change the code to the below.
with This.Parent.oleCalendar.Object
	.Month = Month(This.Value)
	.Day   = Day(This.Value)
	.Year  = Year(this.Value)
endwith
Previous
Reply
Map
View

Click here to load this message in the networking platform