Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Deleting records in multitable view
Message
 
 
À
31/07/2009 07:58:37
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01415612
Message ID:
01415638
Vues:
62
This message has been marked as the solution to the initial question of the thread.
>Sergey
>
>The code I am using to get the error info is as follows:
>
>
>jl=TABLEUPDATE(2,.f.,"v_materialstock","myerror")
>jl returns .f.
>myerror[1]=1
>
>
>Aerror() does not have anything in it as no error seems to have occurred - just a failed update. Sorry if I am not understanding you.
>
>Barry.
>
llStatus = tableupdate(..)

if not llStatus
  =aerror(laError)
  =messagebox("Error " + laError(1,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