Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
FoxyClasses DateTimeCtrl
Message
From
14/07/2018 02:54:48
 
 
To
13/07/2018 10:24:26
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
General information
Forum:
Visual FoxPro
Category:
Third party products
Miscellaneous
Thread ID:
01661112
Message ID:
01661192
Views:
74
>>
>>Cetin,
>>I forgot to inform you but I had updated the path to my acutal path.
>>Could it be that there is no DatetimeCheck in my Datetimectrls,vcx?
>>Regards,
>>Koen
>
>Nope, do you want to check with team viewer?
>If so send the ID :)
>
>Or do it like this:
>1) Create a test form.
>2) Drop 3 "dtControl" from datetimectrls.vcx on tp your form and set their names (dateTimeCheck, dateCheck and timeCheck), controltype property to 1,2,3 respectively.
>3) Add a command button with click code:
>
>
>Local lcValues
>TEXT to lcValues textmerge noshow
>
>Type: [<< Type('thisform.dateTimeCheck.Value') >>] Value : [<< thisform.dateTimeCheck.Value >>]
>Type: [<< Type('thisform.dateCheck.Value') >>] Value : [<< thisform.dateCheck.Value >>]
>Type: [<< Type('thisform.timeCheck.Value') >>] Value : [<< thisform.timeCheck.Value >>]
>
>ENDTEXT
>
>Messagebox(m.lcValues)
>
>
>4) Run your form.
>
>This is what the code does programmatically.

Çetin,
there must be something with my laptop as I confirm your program works fine on my desktop, sorry for disturbing you.
Regards,
Koen
Previous
Reply
Map
View

Click here to load this message in the networking platform