Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cursor - changing original values
Message
From
04/05/2015 16:16:11
Luis Santos
Biglevel-Soluções Informáticas, Lda
Portugal
 
 
To
04/05/2015 10:20:15
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows Server 2012
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Desktop
Miscellaneous
Thread ID:
01619360
Message ID:
01619398
Views:
33
Hello Cetin

Many thanks for your reply, i have only one question about your suggestion:
Select  * from  TESTE into Cursor NewCursor READWRITE
*--I have make the changes
Select * from NewCursor into TESTE nofilter
After make the changes into the NewCursor, you run the following SELECT to replace values into Original Cursor:
Select * from NewCursor into TESTE nofilter
Theses new values from NewCursor with nofilter clause, replace all the content of the Original Cursor, that´s correct ?

What´s happen if the Original Cursor don´t have the clause READWRITE ?

Because you know, this program is not build by me, i´am a reseller.
Also, suppose the Cursor of my program have READWRITE clause activate, how can do to refresh this one, because i cannot have access to the code, i just know the name of the original cursor "TESTE" and the same one is show to me on a Browlist.

Many thanks again

Best regards
Luis Santos
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform