Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
FoxyClasses DateTimeCtrl
Message
From
13/07/2018 10:24:26
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
13/07/2018 09:40:01
General information
Forum:
Visual FoxPro
Category:
Third party products
Miscellaneous
Thread ID:
01661112
Message ID:
01661168
Views:
60
>
>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 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