How to create or reorder a DataReport Text and Values in Runtime with VB6 ?
I want to create a costumized DataReport results as user chioce.
I want to made it by CheckBoxes.
When user check some of them they (Checked Values) will appeare on the report, otherwise they will be hidden (without a blank space).
Re: How to create or reorder a DataReport Text and Values in Runtime with VB6 ?
Yes, I mean dynamically genereted report as user checked values.
But yes .. controls in DataReport must be exist before (in design mode).
So, you just need to show and reorder them (in runtime) as user choice.
This is the idea I asked for.