Fabio
Comments
-
It works... realy thanks... have a nice weekend
-
I have a form where user can choose
1. print preview
2. print to printer
3. send by mail (with pdf attachment)
this is a generic form use to inherited all printer form.
If use rchoose 2 case usually I open print… -
Nico
I use this code from 2010 and I never had problems. Just now when I upgrade latest RB version for Delphi Alexandria -
and naturally printer dialog will open but no printers found!
and there are printers -
I read these info but I didn't find what I really need.
I create several pipeline at runtime.
I prepare specific report that contains subreports.
I need to loop for all subreports into report to identify them and connect correct pipe… -
thanks Nard, infact now I can see pipelines in report.
I use this code
LQ := TMyQuery_go.Create(nil);
LQ.Connection := arc.arcsor;
LQ.SQL.Text := 'SELECT * FROM ' + ATableName + ' ;';
LQ_ds := TDataSourc…