Stepen: Datalab
Pridružen(a): 14/08/2009(UTC) Komentari: 1
Was thanked: 2 time(s) in 2 post(s)
|
Da li se može na ispisu napraviti da se PageHeader: Title pojavljuje samo na prvostranici word
|
|
|
|
|
|
Stepen: Datalab
Pridružen(a): 14/08/2009(UTC) Komentari: 0
Was thanked: 1 time(s) in 1 post(s)
|
naravno, u kodu ispisa u okviru procedure TitleOnBeforePrint dodaj liniju koda:
Title.Visible := <Page#> = 1;
Ovako:
procedure TitleOnBeforePrint(Sender: TfrxComponent);
begin
CallQRBeforeBandPrint(Sender, TfrxBand(sender).visible);
Title.Visible := <Page#> = 1;
end;
|
|
|
|
|
|
Stepen: Datalab
Pridružen(a): 14/08/2009(UTC) Komentari: 0
Was thanked: 1 time(s) in 1 post(s)
|
|
|
|
|
|
|
Stepen: Datalab
Pridružen(a): 14/08/2009(UTC) Komentari: 0
Was thanked: 1 time(s) in 1 post(s)
|
|
|
|
|
|
|
Brza navigacija
Ne možete dodavati nove teme.
Ne možete odgovarati na teme.
Ne možete brisati svoje objave.
Ne možete uređivati svoje objave.
Ne možete kreirati ankete.
Ne možete popunjavati ankete.