Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Use sys(2015) in cursor
Message
From
29/01/2007 13:09:43
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows 2000 Pro
Database:
MS SQL Server
Miscellaneous
Thread ID:
01190158
Message ID:
01190199
Views:
17
>I am using sys(2015)e.g into sys(2015). after this i want to use for select this cursor,
>But this is changed name cursor name always .What i should do. But i do not want into cursor abc
>thanks

Khubaib,
When you use sys(2015) you need to store it somewhere or you'd lose it. ie:
thisform.addproperty('myCursorName', sys(2015))
select * from myTable into cursor (thisform.myCursorName)
Why don't you simply use a known name such as 'abc' instead?
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform