Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Scatter & Gather
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00678859
Message ID:
00680522
Views:
20
You're assuming he's not using buffering.

You could code:
USE MyTable
CURSORSETPROP("Buffering", 4)

SCATTER MEMVAR MEMO BLANK

m.Field1 = "Some Value"
m.Field2 = "Some Value"
m.Field3 = "Some Value"

GATHER MEMVAR MEMO

=TABLEUPDATE()
Seems to me "Buffering" and "Scatter/Gather" are 2 separate issues
Everything makes sense in someone's mind
public class SystemCrasher :ICrashable
In addition, an integer field is not for irrational people
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform