Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
View not updating data
Message
De
10/08/2006 00:04:01
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01143996
Message ID:
01144413
Vues:
13
"Are you sure you have a PK field? Is it unique? What is the field name and what index do you have in your table? Which table did you make updatable?"

Naomi, Excuse my ignorance, what is a PK field? The table I make updatable is the PKG table

I have incorporated your code in the afterrowcolchange of the grid as follows.
No luck yet!
if not tableupdate(.t.,.t.,'VUEpkg')
 local array laError[1]
 =aerror(laError)
 lcError = "Error # " + transform(laError[1]) + " " + laError[2]
 =messagebox(m.lcError)
else && TableUpdate succeed
 flush in pkg
ENDIF
Regards,

Steve
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform