Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQLEXEC Cursor Datetime type to Date
Message
De
26/10/2001 09:55:29
Monte Murdock
Universal American Mortgage Company
Clearwater, Floride, États-Unis
 
 
À
26/10/2001 09:41:06
George Simon
GS Data Technologies, LLC
Cincinnati, Ohio, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Divers
Thread ID:
00573416
Message ID:
00573622
Vues:
28
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform