|
-
Apr 10th, 2006, 02:55 AM
#1
Thread Starter
New Member
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.
-
Apr 10th, 2006, 03:22 AM
#2
Re: dynamic datareport
Welcome to VBF!
I am not sure but when I tried ( a long time ago ) I was not successful also...
-
Apr 10th, 2006, 05:23 AM
#3
Addicted Member
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 ...
Using Visual Basic 6.0, access 2000, Visual Studio 2005
Rate the post that you approve 
-
Apr 10th, 2006, 06:10 AM
#4
Thread Starter
New Member
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|