Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Best and fastest way for making a cursor
Message
From
25/06/2007 08:57:18
 
 
To
25/06/2007 08:01:33
Mike Yearwood
Toronto, Ontario, Canada
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 7 SP1
OS:
Windows XP SP1
Miscellaneous
Thread ID:
01234669
Message ID:
01235315
Views:
15
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
Previous
Reply
Map
View

Click here to load this message in the networking platform