Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQLEXEC Cursor Datetime type to Date
Message
From
26/10/2001 09:55:29
Monte Murdock
Universal American Mortgage Company
Clearwater, Florida, United States
 
 
To
26/10/2001 09:41:06
George Simon
GS Data Technologies, LLC
Cincinnati, Ohio, United States
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
00573416
Message ID:
00573622
Views:
29
>Sure thing. I'll send it this afternoon.

I found a solution, however, if you can please to send me the class still.
Here is a solution that I found for the textbox in the grid:

Solution to datetime with SQLEXEC cursor.

Date Column
Bound = .F.

Textbox of date column
Format = KR
Input 99/99/9999

GotFocus method
This.Value = TTOD(EVALUATE(This.Parent.ControlSource))

LostFocus method
REPLACE (This.Parent.ControlSource) WITH DTOT(This.Value) IN TableName

Thank you for all of your help.

Regards,

MOnTe
Previous
Reply
Map
View

Click here to load this message in the networking platform