Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Rotating labels on Reports
Message
De
24/11/2005 08:48:36
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP1
Network:
Windows 2000 Server
Database:
Visual FoxPro
Divers
Thread ID:
01071870
Message ID:
01071908
Vues:
21
Quick & Dirty ;
Try this ;
** in expression of vertically shaped report field  you put
Chopper13('Vertical')

** and somewhere in yr library add this function
function chopper13
    lparameters cString
    local result_string 
    result_string=''
    do while len(cString) > 0
        result_string=result_string +left(cString,1)+chr(13)
        cString= right(cString,len(cString)-1)
    enddo
    return result_string
    ********************
Works fine with VFP6
Rgds++
Sergio




>I am creating a report with lots of columns. But I cannot fit them all on as the labels for the columns in the Page Header are big (About 8 characters wide). They need to be! Therefore is there any way I can rotate the Labels 90 degrees, therefore I can make the pageheader bigger but I can fit more columns on. I cannot abbreviate the column headers any more.
*****************
Srdjan Djordjevic
Limassol, Cyprus

Free Reporting Framework for VFP9 ;
www.Report-Sculptor.Com
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform