Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Need miracle!
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Titre:
Divers
Thread ID:
00701415
Message ID:
00705749
Vues:
12
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform