Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Creating Reports Programmatically
Message
 
 
À
26/07/2001 11:41:30
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00535796
Message ID:
00536136
Vues:
49
I would do following
- Create Report using SFREPOBJ.vcx
- Open it in Report Writer
- Go to Page setup and see what is wrong
- Make changes
- Save Report
- Open it as a table and check what was changed in the first record
- Make adjustments to SFREPOBJ.vcx

>I have been playing around with Doug Hennig's classes (SFREPOBJ.vcx) that provide a way to programmatically create reports. I have figured most of it out (with help from UT), but I am still having a problem in regards to printing in columns. I would like to print in columns with the data filling up one column prior to starting the next columns, for example:
>
>Company1.....Company3
>Address........Address
>
>Company2.....Company4
>Address........Address
>
>The class has two properties, "nColumns", that lets you specify the number of columns and ,"lPrintColumns", that if .T. prints records in columns across the page and if .F. is supposed to print top to bottom. However, I can only get it to do columns if I make "lPrintColumns" = .T.. If I make "lPrintColums" = .F. then I get a single column regardless of the value of "nColumns". Any suggestions would be greatly appreciated.
>
>
>Thanks in advance for your help,
>
>Russell Clendenon
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform