Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Reorganized SP1 fix list
Message
De
27/09/2005 04:41:19
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Visual FoxPro Beta
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01052696
Message ID:
01053320
Vues:
26
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform