Message
From
05/12/2016 20:18:22
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Optiongroup
Miscellaneous
Thread ID:
01644520
Message ID:
01644520
Views:
55
Dear Experts, I have this data
CREATE CURSOR table1(sno n(2),names c(10))
INSERT INTO table1 values(1,'JUN')
INSERT INTO table1 values(2,'ERIC')
INSERT INTO table1 values(3,'BORIS')
INSERT INTO table1 values(4,'CETIN')
INSERT INTO table1 values(5,'TUSHAR')
INSERT INTO table1 values(6,'VILHELM')
I want to show above data with OptionGroup as shown in attachment.

please help
Next
Reply
Map
View