Cita:
Empezado por eduarcol
agrega al uses la libreria QRPrntr
la asignacion la debes hacer sin las comillas:
if thoja.Text='CARTA' THEN
QuickRep1.QRLabel1.Caption:= Letter
ELSE
QuickRep1.QRLabel1.Caption:= Legal;//OFICIO
end;
|
No no no me has entendido
es asignarselo a esto:
Código Delphi
[-]
if thoja.Text='CARTA' THEN
Form29.QuickRep1.Page.PaperSize:='Letter'
ELSE
Form29.QuickRep1.Page.PaperSize:='Legal';