Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
GETNEXTMODIFIED() return order
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
GETNEXTMODIFIED() return order
Divers
Thread ID:
00080700
Message ID:
00080700
Vues:
78
Hi to all,

I'm using table buffering on my table to modify some records.
I do a GETNEXTMODIFIED cycle like this:

nRec = GETNEXTMODIFIED(0)
DO WHILE nRec <> 0

* do my operations
nRec = GETNEXTMODIFIED(nRec)
ENDDO

Does anyone know which is the order used by GETNEXTMODIFIED() to return the recno of modified records ?
Does GETNEXTMODIFIED() return the records in the buffering with FIFO (Firt IN First Out) or LIFO ( like stack) method ? or none of two ?

My problem is to have the records appended after the record modified.
Can you help me ?

Thanks in advance
Renato Bertuol (EMail:renato.bertuol@elmec.it
Homepage:www.geocities.com/SiliconValley/Horizon/3216)
Elmec Informatica (URL www.elmec.it)
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform