Create aplication options - Tree struct

csharp Portugal
  • 14 years ago
    Hi,

    I have a program that it has a list of selections on a table, grouped by type, like:

    [id] [Selection column] [type column]
    1        option 1                1
    2        option 2                1
    3        option3                 2
    (…)    etc..                     (…)

    What I need is, on user form, list all the options and have the possibility to select only few of themes, but for report, list all the values of one type selected. For sample, suppose that I select the option 1 for user 1, the report will be:

    User 1:
    Type1:
        Option1: Selected
        Option2: Not Selected

    Can anyone help me on this problem???

    Thanks.
    Jesus 



















Post a reply

No one has replied yet! Why not be the first?

Sign in or Join us (it's free).

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“Hofstadter's Law: It always takes longer than you expect, even when you take into account Hofstadter's Law.”