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:
00680525
Views:
19
Yes, you could, but why? The whole purpose of scatter/gather was to buffer the data.


>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
Craig Berntson
MCSD, Microsoft .Net MVP, Grape City Community Influencer
Previous
Reply
Map
View

Click here to load this message in the networking platform