Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to display records vertically in a listbox
Message
 
 
To
27/06/2004 06:36:11
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00917688
Message ID:
00917729
Views:
8
Evelyn,

You'll have to stuff each column in separately:
with this
   scan
      .AddItem( booktitle )
      .AddItem( authors )
      .AddItem( isbn )
      .AddItem( length )
   endscan
endwith
>i want my table to be displayed like below:
>
>What's New in Visual Foxpro 8.0
>Tamar Granor, Doug Hennig
>ISBN: 1-930919-40-9
>Length: 255 pages
>
>1001 Things You Wanted To Know About Foxpro
>Andy Kramek, Marcia Atkins, Rick Schummer
>ISBN:
>Length:
>
>can i do this using a listbox? pls help. TIA.
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Previous
Reply
Map
View

Click here to load this message in the networking platform