Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Refreshing the data
Message
 
 
À
06/05/2006 02:49:23
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01119848
Message ID:
01119917
Vues:
34
This message has been marked as the solution to the initial question of the thread.
>Hi All,
>
>I came across this problem years ago and I don't recall the proper syntax to fix it. The issue is simple, after I have updated the current records with =tableupdate(.t.) command. The data remained unchanged, and if I stepped thru the codes it worked. I think it was a browse issue and I would be appreciated for any comments and suggestions to fix this problem.
>
>TIA

Mathew,

You need to trap the result of tableupdate, e.g.
if not tableupdate(.t.)
   =aerror(laError)
   =messagebox(laError[2])
endif
If it's not broken, fix it until it is.


My Blog
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform