Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Date Time field
Message
 
To
19/02/1999 08:56:19
Monte Murdock
Universal American Mortgage Company
Clearwater, Florida, United States
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Miscellaneous
Thread ID:
00189230
Message ID:
00189256
Views:
10
Monte,

If you're using views you can set the data type of the field in the view to D so that it acts like a date field. You can use DBSETPROP() to change the type. For example: =DBSETPROP( "vBus.dcreated", "Field", "DataType", "D" ).

If you're not using views you may need to create a container control that contains two text boxes. One with the date/time field and the other that allows entry of just the date. You would update the date/time value whenever the user changes the date.

>Does anyone know of a way to bind a datetime field to a form's textbox object and only show/edit the date?
>
>MOnTe
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform