Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Inserting problem
Message
 
 
À
16/07/2003 03:07:51
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00810552
Message ID:
00810889
Vues:
14
Did you use AERROR() to know what's the problem?
IF !TABLEUPDATE(1,.T.,"MiView")
   IF AERROR(laError) > 0
      MESSAGEBOX("Error Inserting"+CHR(13)+;
                 "Description:"+laError[2],16,"Error")
   ELSE
      *** Unhandled Error??
   ENDIF
ENDIF
 
HTH
>Hi, I have a problem on inserting on one of my tables. There are times that I cannot insert records on a specific table. It seems that the table in frozen. Im using remote views to do the inserting. But no matter how I tried, it simply won't work. I have to figure it out until I got to a point when I have to browse my dbf table. I tried inserting a new record in browse mode by pressing ctrl + y then I tried to run the inserting code again and it worked. This problem occurs frequently and what I do is do an insert in browse mode and delete it then run the program again and it works. How come this happen, I simply lost my focus coz I can't find the solution.
Please help....
Apoya a Visual FoxPro usandolo legalmente
--
¸,ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º°`°º
Espartaco Palma Martínez
SysOp PortalFox
http://www.portalfox.com
esparta@portalfox.com
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform