Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Getnextmodified() return values
Message
From
30/10/2001 10:31:37
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
 
 
To
30/10/2001 10:28:36
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00575036
Message ID:
00575062
Views:
24
>hmmm... I must be missing something if this true. Tested this with the following.

Yes, in this case you are modifying an existing record.

How about testing what happens if you add a new record:


USE table IN 0
=CURSORSETPROP("Buffering",5,"table")
* GO top
* SKIP
* REPLACE codedsc WITH "BBBBB"
APPEND BLANK
lnrec=GETNEXTMODIFIED(0)
? lnrec

Difference in opinions hath cost many millions of lives: for instance, whether flesh be bread, or bread be flesh; whether whistling be a vice or a virtue; whether it be better to kiss a post, or throw it into the fire... (from Gulliver's Travels)
Previous
Reply
Map
View

Click here to load this message in the networking platform