Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Como fazer Somatório de registros na GRADE
Message
 
To
07/02/2003 11:07:18
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00749851
Message ID:
00750719
Views:
25
Alow Luiz,

Tente trocar todo esse código por estas linhas:
Select SUM(valorcont) From Contrato;
   Where licita_id = Licitacao.licita_id;
   Into Array Resultado
ThisForm.TxtValorcont.Value = Iif(Type("Resultado[1]")#"N",0,Resultado[1])
[]s!
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Rodolfo Duarte
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform