Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Editable time field in a grid
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01426074
Message ID:
01426124
Views:
48
>> What is the best way to have grid cell bound to a datetime field in a table, but be able to display/edit only the time portion of the field.
>
>You can use the column's control source to specify a display format for the field in question.
>
myGrid.TimeColumn.ControlSource = TTOC(myDTfield,2)
It makes column read only. How do you propose to handle Edit part?
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform