Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to use getnextmodified
Message
From
29/09/1996 13:37:45
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00006689
Message ID:
00008778
Views:
48
> > lnRecno = GETNEXTMODIFIED(0) > DO WHILE lnRecno # 0 > GOTO lnRecno > *-- do your update > lnRecno = GETNEXTMODIFIED(lnRecno) > ENDDO > > >how to use getnextmodified to update balances in a monthly balance > table, which stores account codes and year stamp For the Record, GETNEXTMODIFIED() moves the record pointer, so there is no need for the GOTO lnRecno in the loop. Bill
Bill Morris
Previous
Reply
Map
View

Click here to load this message in the networking platform