Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Optiongroup
Message
 
 
À
05/12/2016 20:18:22
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Divers
Thread ID:
01644520
Message ID:
01644539
Vues:
39
>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

I suggest adding this optiongroup with, say, just one option. Everything else try doing in run-time including setting the options positions in run-time and their visible property. It may get a few tries before you get it right. I'm not writing the code, I am giving you the idea how I would approach that problem.
If it's not broken, fix it until it is.


My Blog
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform