Como apresentar resultado de soma em QRLabel? - Não deu!
QRLblTlClube := FormatCurr(#,0.00´,pTotalClube);
[color=red:bc22824bee]Record, object or class type required[/color:bc22824bee]
QRLblTlClube.Caption := pTotalClube;
[color=red:bc22824bee]Incompatible types: ´String´ and ´Real´[/color:bc22824bee]
Como resolvo este Problema ??
Obrigada,
Isadora.
[color=red:bc22824bee]Record, object or class type required[/color:bc22824bee]
QRLblTlClube.Caption := pTotalClube;
[color=red:bc22824bee]Incompatible types: ´String´ and ´Real´[/color:bc22824bee]
Como resolvo este Problema ??
Obrigada,
Isadora.
Isadora
Curtidas 0
Respostas
Aroldo Zanela
02/05/2003
QRLblTlClube.Caption := FormatCurr(#,0.00´,pTotalClube);
GOSTEI 0