Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Getting the values in the previous record.
Message
De
15/02/1999 21:52:34
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Getting the values in the previous record.
Divers
Thread ID:
00187893
Message ID:
00187893
Vues:
63
Did you ever have an application where you need the values in the previous record. Say for instance the input screen is for today's data but you want to show yesterday's data.

Do the following:

use Myfile in 0
use Myfile again in 0 alias ystrday order mydatefield

select Myfile
set relation to (mydatefield-1) into ystrday

Just though I would pass this idea along.
Répondre
Fil
Voir

Click here to load this message in the networking platform