Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Rotating labels on Reports
Message
From
24/11/2005 08:48:36
 
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP1
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01071870
Message ID:
01071908
Views:
20
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform