Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Scatter & Gather
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00678859
Message ID:
00680522
Vues:
18
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform