Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Set carry on
Message
 
To
29/07/2004 07:12:10
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00929111
Message ID:
00929114
Views:
13
Tariq,
Try this code & You'll see what's the difference:
CREATE CURSOR Test (Test C(15))
INSERT INTO Test (Test) VALUES ("Test1")
SET CARRY ON
BROWSE NORMAL

** Press twice Ctrl+Y to insert new records
** Press Esc to leave BROWSE window

SET CARRY OFF
BROWSE NORMAL

** Press twice Ctrl+Y to insert new records & You'll see the difference
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Reply
Map
View

Click here to load this message in the networking platform