From Version 1 to Version 2

TeeTree VCL for Borland Delphi and C++ Builder.
tom
Advanced
Posts: 211
Joined: Mon Dec 01, 2003 5:00 am
Contact:

Post by tom » Wed Jun 07, 2006 10:59 pm

Can you modify my sample to show me how to print (in "good format") the tree in more than 1 pages, please?
There is no printAllPages function, but you can use the following method

Code: Select all

            
dbt_schema_rete.PrintProportional:=true;
for i:= 1 to dbt_schema_rete.Page.Count do
begin
    dbt_schema_rete.Page.Page := i;
    dbt_schema_rete.Print;
end;

iltrap2
Newbie
Newbie
Posts: 9
Joined: Fri Nov 15, 2002 12:00 am

Post by iltrap2 » Mon Jun 12, 2006 8:33 am

please look your email.

Thanks
Regards
Andrea

Post Reply