Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Reorganized SP1 fix list
Message
From
27/09/2005 04:41:19
 
General information
Forum:
Visual FoxPro
Category:
Visual FoxPro Beta
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01052696
Message ID:
01053320
Views:
22
Randy, clear all!

Restart on another way.

Now i write the same program into two ways.

Way #1, this work:
clear
CREATE CURSOR test (f1 I NULL)
TRY
	INSERT INTO test VALUES (NULL)
	INDEX ON F1 FOR F1>0 TAG T1 CANDIDATE
	SET ORDER TO 0
CATCH
	? MESSAGE()
ENDTRY
BROWSE
Way #2, this doesn't work:
clear
CREATE CURSOR test (f1 I NULL)
TRY
	INDEX ON F1 FOR F1>0 TAG T1 CANDIDATE
	INSERT INTO test VALUES (NULL)
	SET ORDER TO 0
CATCH
	? MESSAGE()
ENDTRY
BROWSE
Previous
Reply
Map
View

Click here to load this message in the networking platform