Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
The best way to print table with n columns?
Message
From
16/03/1998 11:21:17
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00084828
Message ID:
00084836
Views:
31
>>>Which is best way to print multiple columns table?
>>>
>>>For egsample:
>>>1 2 3 4 5 6 7 ...
>>>x g r t i o o ...
>>>
>>>It is impossible to create VFP report for those table.
>>>
>>>Giedrius
>>Why impossible ?
>>Cetin
>Cause you don't know woh many column your table will have.
>If you create report which prints (e.g.) 6 columns, but one day your table
>will have 7 columns.
>
>Giedrius
So it's not width problem. You could use on the fly report creation :
create report qReport from alias() column width 132
* Modify report qReport
report form qReport preview
If still you think it's not applicable you could use "set textmerge" or "set alternate" to print to a file or printer in a format you like (Courier New would be the best font for it I think).
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Reply
Map
View

Click here to load this message in the networking platform