Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
GETNEXTMODIFIED() return order
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
GETNEXTMODIFIED() return order
Miscellaneous
Thread ID:
00080700
Message ID:
00080700
Views:
74
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)
Next
Reply
Map
View

Click here to load this message in the networking platform