Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Buffering data
Message
De
25/03/2006 06:01:05
Mk Sharma
Shrishti Solutions
Mumbai, Inde
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Buffering data
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP
Network:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01107621
Message ID:
01107621
Vues:
66
i am using a table for data entry in two forms.

what i set is :

load event :
if used("customer")
sele customer
else
sele 0
use customer
endif
sele customer
set order to acname
set multilock on
=cursorsetproper("buffering",5,"customer")

in the click event of command button(New)
sele customer
append blank

in the click event of command button(Save)
sele customer
=tableupdate(.t.,.t.,"customer")


in the click event of command button(Revert)
sele customer
=tablerevert(.t.,"customer")

some times i need to add record in both the forms at same time and
same computer

do form customer
do form customer2

when i click revert button of any form it revert the all buffered
record of table "customer"


please help me.

warm regards,
mk.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform