I'm working on something that I'm kind of struggling on how to design.
Mainly from some process (not important exactly what), I have some data to show on a form to allow a user to interact with it.
1) Date.
2) Identifier.
3) General Description.
4) Specific items and description.
Now the problem is that I'm not seeing a good specific way to handle this within the Delphi forms. What I'm thinking is just showing the date and identifier and then either right click or hyperlink to get the description and other data on a separate form. Then allow the user to be able to select that.
This should work, but I'm wanting to be able to have an option for the user to show the specific items (like a TreeView) and then individually select/deselect those if they desire.
A lot of this is probably my short knowledge, but how would I put form elements within form elements (simple: a check box on a button)? Or is there a better way to approach this? I could just put all the information on a TListBox and be done, but it would be insufficient to what I'm trying to do.
Any ideas?
It is not possible for anyone to acknowledge truth when their salary depends on them not doing it.
Mainly from some process (not important exactly what), I have some data to show on a form to allow a user to interact with it.
1) Date.
2) Identifier.
3) General Description.
4) Specific items and description.
Now the problem is that I'm not seeing a good specific way to handle this within the Delphi forms. What I'm thinking is just showing the date and identifier and then either right click or hyperlink to get the description and other data on a separate form. Then allow the user to be able to select that.
This should work, but I'm wanting to be able to have an option for the user to show the specific items (like a TreeView) and then individually select/deselect those if they desire.
A lot of this is probably my short knowledge, but how would I put form elements within form elements (simple: a check box on a button)? Or is there a better way to approach this? I could just put all the information on a TListBox and be done, but it would be insufficient to what I'm trying to do.
Any ideas?
It is not possible for anyone to acknowledge truth when their salary depends on them not doing it.