Kod: Tümünü seç
procedure MemoDateOnAfterData(Sender: TfrxComponent);
var
gun, ay, yil : word;
begin
decodedate(date,yil,ay,gun);
memoGun.text := inttostr(gun);
memoAy.text := inttostr(ay);
memoYil.text := inttostr(yil);
end;
Kod: Tümünü seç
procedure MemoDateOnAfterData(Sender: TfrxComponent);
var
gun, ay, yil : word;
begin
decodedate(date,yil,ay,gun);
memoGun.text := inttostr(gun);
memoAy.text := inttostr(ay);
memoYil.text := inttostr(yil);
end;
Kod: Tümünü seç
echo '<textarea name=\"sorun\" COLS=70 ROWS=15>'. $soru_sorun'</textarea>';
Kod: Tümünü seç
select H.GrupKodu, sum(P.Tutar)
from PLC_TBL P, HESAPKART_TBL H
where H.HesapKodu=P.HesapKodu
group by H.GrupKodu