Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Trouble with Timer accuracy...
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00764190
Message ID:
00765074
Vues:
22
Charlie,

>The reason I'm using VFP is the data collected will go into a database and be used for analysis. There are only a few non-traditional VFP tasks required. If I can get past them, it will be nice product.

It sounds like what you really want to be storing is just the raw value of seconds() or better yet the system level datetime value which has a resolution of 1ms, but in VFP we can't see that level of accuracy in a datetime data type. If you get the clock value from an API call and do a little bit of code in C++ then you could get access to the additional data from VFP.

Every datapoint should just be stored with the raw time the sample was taken. You can derive elapsed time between samples by subtracting the times.
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform