Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
View updates
Message
From
20/12/1998 16:49:41
 
 
To
19/12/1998 23:44:59
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00169084
Message ID:
00169260
Views:
18
Well the key did NOT have 'updateable' checked, so I checked it and changed my code to the following...

lcStatus = "Customer"
SELECT vTest
INSERT INTO vTest (firstname,lastname,status) ;
VALUES ("Joe","Smith","Customer")
llUpdate = TABLEUPDATE()
? llUpdate
lnRequery = REQUERY('vTest')
? lnRequery
BROWSE

... added the llUpdate and lnRequery, which display .T. and 1 as they should in the above code. BUT the browse still does NOT display the new record. The only way I've found to make it work is to close the view and reopen it... but that's not right!
Previous
Reply
Map
View

Click here to load this message in the networking platform