GETPROPERTY will always return a text value. Create a variable
vDateText, and getproperty into that, then set vDate DATE = .vDateText.
Alex Sisk wrote:
Hello again,
I am trying to use the GETPROPERTY function to extract a date value on
a form that is chosen by a user with a DB Date/Time Picker.
A row is being created, hence the need for the DB object, but I also
need the selected date as a variable.
I am familiar with the GETPROPERTY ... TEXTVALUE command, but since
I'm trying to create a date variable, this is causing a wacky value to
be returned (as expected).
Thanks for any info!