Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Decoding timestamp field in SCX
Message
De
02/09/1999 15:55:35
 
 
À
02/09/1999 12:07:07
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00260633
Message ID:
00260821
Vues:
18
Perfect! My DATETIME() function does not take parameters (VFP 5) so I converted the components to strings, ran them together and fed it to CTOT() and it worked just fine.

I needed this becuase we use header files with forms, and if you change the header file VFP recompiles the form (which it needs to) However, that changes the file date/time so you can't tell when you really last updated the form. Now we can pull the form objects timestamp from the SCX and figure out the real date/time of last update.

Thanks,
Chris Vesper

>Try this:
>
LPARAMETERS tnStamp
>
>RETURN IIF(tnStamp = 0,;
> {//::},
...
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform