Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Adding a record
Message
De
30/10/1997 23:44:52
Larry Long
ProgRes (Programming Resources)
Georgie, États-Unis
 
 
À
30/10/1997 21:16:26
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00057479
Message ID:
00057536
Vues:
33
>>>hey larry
>>> would you please give me a hand with this.
>>> I am having trouble with adding a record in a single user system
>>> in vfp50. I never had a problem in clipper.
>>> this is what I am doing.
>>> In the clicked event of my add button, I have
>>> =cursorsetprop(buffering,3)
>>> append blank
>>> SAVE button
>>> =tableupdate(.t.)
>>> ABORT button
>>> =tablerevert(.t.)
>>> My problem is when I abort, it is still adding blank records
>>> to the table.
>>> It sounds like a buffering problem. I did not have this problem
>>> when I coded a system for a multiuser system using table buffering.
>>> Why am I getting blank records after I ABORT?
>>> thanks
>>> rob
You may be in a different work area, try specifying the table alias by using the command parameters.....

SAVE button
=tableupdate(1,.t.,'tablealias')

ABORT button
=tablerevert(.f.,'tablealias')

HTH //:^)
L.A.Long
ProgRes
lalong1@charter.net
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform