Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Creating Cursor
Message
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Creating Cursor
Miscellaneous
Thread ID:
00806038
Message ID:
00806038
Views:
61
Hi,

I would like to create a cursor which I have done using the following syntax:

create cursor temp1 (key1 c(fsize('key1','result')))
with thisform.pageframe1.page2.List2
for ix=1 to .Listcount
if .Selected[ix]
insert into temp1 values (.List(ix) )
endif
ENDFOR
ENDWITH

I would also like to add a second field named key 2 but I dont know how to incorporatye this into the above syntax.

Many Thanks
Neil Lewis
IT R&D Manager
Velmore Ltd
Next
Reply
Map
View

Click here to load this message in the networking platform