thank you very much for the replay.
That code i think is for more then one pages.
For anyone who has this problem I found a tricky solve:D
if(PrintDialog1->Execute())
{
File1->Visible=False;
Form20->VertScrollBar->Position=0;
Form20->AutoScroll=false...
I have a problem with the Print() and PrintDialog().
I have a form with a vertical ScrollBar.
...
if(PrintDialog1->Execute())
{
File1->Visible=False;
Form20->VertScrollBar->Position=0;
Form20->Print;
File1->Visible=True;
}
...
This code print me only...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.