Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Best and fastest way for making a cursor
Message
De
25/06/2007 08:57:18
 
 
À
25/06/2007 08:01:33
Mike Yearwood
Toronto, Ontario, Canada
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 7 SP1
OS:
Windows XP SP1
Divers
Thread ID:
01234669
Message ID:
01235315
Vues:
14
Hi Mike,
create CURSOR c_test (cvalue c(10))
for i=1 to 100
	insert into c_test (cvalue) values (Sys(2015))
next i
index on c_test.cvalue tag ixvalue

return &&My Question was regarding above

*** Your reply fully accepted for causing indirectly 
*** situation below
 
SELECT 0
USE DBF("c_test") AGAIN ALIAS otheralias

USE IN c_test

SELECT otheralias
SET ORDER TO IXVALUE descending
I get your point that in bigger teams this could produce unnecessary
coding issue somewhere along the line. Aldough limited in proportions, but still unnecesary and there4 to be avoided.

As an explanation, this works for me / Thks ++
*****************
Srdjan Djordjevic
Limassol, Cyprus

Free Reporting Framework for VFP9 ;
www.Report-Sculptor.Com
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform