Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Direct print
Message
From
31/10/2002 09:33:26
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
 
 
To
31/10/2002 09:24:20
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00714245
Message ID:
00717304
Views:
22
>Hi,
>How is multi columns feature look like???
>
>Thank you

If you set property .nColumnCount = 2, and .nColumnWidth = 40, then the entire page (assumed to be 80 characters wide) will be split in two. First, the class will print in the left column (from top to bottom), then in the right column. Internally, the entire page is assembled in memory, then printed.

For using 2 (or more) columns, you don't need any additional programming (as compared to a single column), apart from setting the properties explained above.

Hilmar.
Difference in opinions hath cost many millions of lives: for instance, whether flesh be bread, or bread be flesh; whether whistling be a vice or a virtue; whether it be better to kiss a post, or throw it into the fire... (from Gulliver's Travels)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform