Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Inserting problem
Message
From
16/07/2003 19:20:05
 
 
To
16/07/2003 03:07:51
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00810552
Message ID:
00810889
Views:
13
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
Previous
Reply
Map
View

Click here to load this message in the networking platform