-
dynamic datareport
hello, I'm trying to create a dynamic datareport in visual basic 6 - that is, to create all the labels tables and whatnot dynamically via code, and not at design time. is this at all possible? all I was able to do was to set the names of some objects at runtime, but not create any. thanks ahead for any help.
-
Re: dynamic datareport
Welcome to VBF! :wave:
I am not sure but when I tried ( a long time ago ) I was not successful also... :(
-
Re: dynamic datareport
Un ugly way is to create a lot of labels and text boxes, then make their tops =(-100) and when you open your report, set the ones you're gonna need on the right position and set their datafields ... captions ....
Or just make them visible and invisible.
There is no way you can ADD controls at run time ...
-
Re: dynamic datareport