begin
IF ([XH]='期末人数') OR (TRIM([XH])='费用') then
begin
CHARSPACING:=12;
MEMO3.LEFT:=8;
MEMO3.WIDTH:=144;
END
else
begin
CHARSPACING:=0;
MEMO3.LEFT:=36;
MEMO3.WIDTH:=116;
end;
end
我按照zky兄所说的作,却出现了"Project project1.exe raise exception class
EClassNotFound with message 'TfrShapeView'....",还有"Opened report contains the
following non_plugged components:TfrShapeView Use appropriate component from FR
component palette"错误,请问为什么?