퀵리포트에서 디테일밴드에 QRShape 컴포넌트 를 다음과 같이 생성햇는뎅..
에러가 나네여..
Hshape := TQRShape.create(detail_bandt);
with Hshape do
begin
parent := detail_bandt;
width := 300;
height := 1;
shape := qrsHorLine;
top := 200;
left := 100;
end;
에러는 다음과 같습니다.
Access violation at address 40907934 in module 'Qrpt50.bpl'
Read of address 00000028
아시는 분점 답변점 부탁합니다..