Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cannot update cursor
Message
From
14/01/2000 13:10:16
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00318199
Message ID:
00318216
Views:
18
This is what I am doing. Am I doing it the wrong way?

USE DBF("clpack") IN 0 AGAIN ALIAS canother
select canother

*append record to clpack if the student is new
if new.newstud = .T.
append blank
REPLACE canother.materialid with "VX58"
REPLACE canother.description with "Study Skills Manual"
endif
Previous
Reply
Map
View

Click here to load this message in the networking platform