Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Need miracle!
Message
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Title:
Miscellaneous
Thread ID:
00701415
Message ID:
00705749
Views:
11
Hi Sergey,

I didn't look to see if you were using this methodology but I just found out about it so I thought I'd pass it along.

You can use CSS2 to get your HTML page to force a page break when printing like this:
<HEAD>
<STYLE>
  @media print { 
   DIV.PAGEBREAK {
     page-break-before: always
   } 
  }
</STYLE>
</HEAD>
Then in your HTML page where ever you want to force a page break you embed:
<DIV class=PAGEBREAK></DIV>
It works like a charm!

Hugh

>You can try http://sss1024.narod.ru/htmlrep.zip for reporting from VFP
Microsoft hears loudest what the VFP community says about Visual FoxPro by looking at the bottom line!

Support the product. Buy the latest version!

Hugh Winters @ WorldData 408-512-1131
Previous
Reply
Map
View

Click here to load this message in the networking platform