I originally posted this in the VFP General forum, and my e-mail indicates that there were 3 replies. The site-manager, in his infinite wisdom, deleted the thread before I could read it and sent me the following e-mail: "Please make that last post in the Microsoft: VFP - Forms, Classes and Controls forum -- you'll get the best replies". Would whoever responded please re-respond.
I have a text box control that references a DateTime field in a SQL table. All I care about is the date portion, but the field always tries to show the full date/time value.
I've tried setting the DateFormat property to 1 (American), 10 (MDY), and 14 (Long) but the field still shows (and permits) time entry. I'm unable to put any characters in the InputMask property - no matter what I type (##/##/#### or 99/99/9999) when I hit Enter it shows NONE as the property.
How can I format this text box so it doesn't have any time component?
Steve
I have a text box control that references a DateTime field in a SQL table. All I care about is the date portion, but the field always tries to show the full date/time value.
I've tried setting the DateFormat property to 1 (American), 10 (MDY), and 14 (Long) but the field still shows (and permits) time entry. I'm unable to put any characters in the InputMask property - no matter what I type (##/##/#### or 99/99/9999) when I hit Enter it shows NONE as the property.
How can I format this text box so it doesn't have any time component?
Steve