Results 1 to 4 of 4

Thread: dynamic datareport

  1. #1

    Thread Starter
    New Member
    Join Date
    Apr 2006
    Posts
    2

    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.

  2. #2
    Software Carpenter dee-u's Avatar
    Join Date
    Feb 2005
    Location
    Pinas
    Posts
    11,127

    Re: dynamic datareport

    Welcome to VBF!

    I am not sure but when I tried ( a long time ago ) I was not successful also...
    Regards,


    As a gesture of gratitude please consider rating helpful posts. c",)

    Some stuffs: Mouse Hotkey | Compress file using SQL Server! | WPF - Rounded Combobox | WPF - Notify Icon and Balloon | NetVerser - a WPF chatting system

  3. #3
    Addicted Member BestS's Avatar
    Join Date
    Mar 2005
    Posts
    222

    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

  4. #4

    Thread Starter
    New Member
    Join Date
    Apr 2006
    Posts
    2

    Re: dynamic datareport

    ok, thanks for the help.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width