EagleTempest
10-16-2004, 01:10 AM
VB6.
I think I may be in trouble. I am probably going about this the wrong way.
In my forms I dynamically created controls to simulate a grid. I was hoping I would be able to do this in a report, either a VB data report or a Crystal Report.
My data structure would be a master/detail/detail of which I didn't want to try and figure out the code for a SQL statement so I create recordsets as needed.
Is it possible to dynamically create controls on a report? I'd have one set of controls (indexed) for a master row then I was hoping to copy those as I did in my form.
Should I maybe use a DHMTL file instead? I need to create a quote sheet to be printed out.
I think I may be in trouble. I am probably going about this the wrong way.
In my forms I dynamically created controls to simulate a grid. I was hoping I would be able to do this in a report, either a VB data report or a Crystal Report.
My data structure would be a master/detail/detail of which I didn't want to try and figure out the code for a SQL statement so I create recordsets as needed.
Is it possible to dynamically create controls on a report? I'd have one set of controls (indexed) for a master row then I was hoping to copy those as I did in my form.
Should I maybe use a DHMTL file instead? I need to create a quote sheet to be printed out.