Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Hide grid column
Message
From
23/02/2005 11:48:56
 
 
To
23/02/2005 11:39:13
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 7
OS:
Windows XP
Network:
Windows 2000 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
00989465
Message ID:
00989683
Views:
56
This is the code i have in the afterrowcolchange

*Actualizar las información de total
SELECT Sum(Puerto1) As Libras FROM tmpDistribucion INTO CURSOR tmpTotalPuertos

UPDATE curTotalDetalle SET Puerto1 = tmpTotalPuertos.Libras WHERE TipoTotal = "Libras Totales"

USE IN tmpTotalPuertos

i am showing this in a grid "curTotalDetalle"

when i move to a new row, the value is updated, if i move to a new column in the same row the value is not updated.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform