Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Testing for lock without locking
Message
General information
Forum:
Visual FoxPro
Category:
FoxPro 2.x
Environment versions
Visual FoxPro:
FoxPro Windows
Miscellaneous
Thread ID:
00960484
Message ID:
00966569
Views:
6
And now for something completely different.



SELECT * FROM xxxx WHERE RECNO() = nnn INTO TABLE C:\TEMP\APPENDME.DBF
*
* make any changes to APPENDME record here
*
SELECT xxxx
APPEND FROM c:\temp\appendme.dbf
USE IN APPENDME
ERASE C:\TEMP\APPENDME.DBF




Two things happen:

1) You don't have "empty" records in your table
2) You have only one line of code where the table is changed, not two ( APPEND BLANK and GATHER ) or ( APPEND BLANK and REPLACE )
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform