Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ListView
Message
From
25/05/2008 21:54:58
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Title:
ListView
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01319450
Message ID:
01319450
Views:
68
Dear Programmers

I have following table
create cursor table1 (code n(7),party c(20),qty n(4))
insert into table1 values (1,'Eric',8)
insert into table1 values (2,'Boris',15)
insert into table1 values (3,'Cetin',84)
insert into table1 values (4,'Tushar',125)
insert into table1 values (5,'Samir',65)
How to display above data in ListView?

Please help
Next
Reply
Map
View

Click here to load this message in the networking platform