Hello,
I'am try to use Microsoft date-time picker ActiveX control object on my form.
How can I get the value of selected date and time in a text box:
My codes are as follows:
Microsoft DateTime PIcker Control object name : Olecontrol1
Text Box name: text1
I want the datetime value of Olecontrol1 object on text1 after at Click.
The click event codes of Text1 is:
thisform.text1.value=thisform.olecontrol1.value
When form is run, at text1 click, it returns Property value not found..
What does it mean..
Please help me in resolving this issue....
I'm using VFP7.0
I'am try to use Microsoft date-time picker ActiveX control object on my form.
How can I get the value of selected date and time in a text box:
My codes are as follows:
Microsoft DateTime PIcker Control object name : Olecontrol1
Text Box name: text1
I want the datetime value of Olecontrol1 object on text1 after at Click.
The click event codes of Text1 is:
thisform.text1.value=thisform.olecontrol1.value
When form is run, at text1 click, it returns Property value not found..
What does it mean..
Please help me in resolving this issue....
I'm using VFP7.0