CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 9 of 9

Thread: SubForm

  1. #1
    Join Date
    Aug 1999
    Location
    Norht Carolina,USA
    Posts
    23

    SubForm

    I have form which I need to include a subform. Where can I can start looking?
    Thanks Alot..



  2. #2
    Join Date
    Jun 1999
    Location
    Switzerland
    Posts
    58

    Re: SubForm

    Hi,
    As far as I know VB, there is no real sub-form object.
    Please sketch in short what you exactly mean and want. What kind of project?
    Besides: VB5,..6?
    I'll be pleased to try and h

  3. #3
    Join Date
    Aug 1999
    Location
    Norht Carolina,USA
    Posts
    23

    Re: SubForm

    I have a Time&Billing Project where form has Client table and Project Table. I'm doing a Client Form w/ a window for a list Client projects. I need the tight them together, showing Client information w/ window for projects.
    Thanks Alot for Help...WR


  4. #4
    Join Date
    Jul 1999
    Location
    Athens, Hellas
    Posts
    769

    Re: SubForm

    Is that what you need a MDI form? Have a look on MDI (Parent-Child) forms.

    Michael Vlastos
    Company MODUS SA
    Development Department
    Athens, Greece
    Tel: +3-01-9414900

  5. #5
    Join Date
    Apr 1999
    Location
    Brooklyn, NY USA
    Posts
    171

    Re: SubForm

    Use Wizard to create Parent-Child Form in VB 6.
    Vlad


  6. #6
    Join Date
    Aug 1999
    Location
    Norht Carolina,USA
    Posts
    23

    Re: SubForm

    Where would I find Wizard to create Parent-Child Form in VB6.0 !!!!

    **************
    Mikael Person
    [email protected]

  7. #7
    Join Date
    Aug 1999
    Location
    Norht Carolina,USA
    Posts
    23

    Re: SubForm

    Where do I look for the Wizard to create Parent-Child Form in VB 6.0 !!!!!

    **************
    Mikael Person
    [email protected]

  8. #8

    Re: SubForm

    Add a mdiform to ur project (which is the main form) and add new form to ur project, set the MDICHILD property of your new form to tru. The above solution will add a sub form

    please get back to [email protected] or [email protected] for further clarifications


    The Ultimate Solution Providers

    Authors

    Sriman & Jayaraman

    Email : [email protected]
    [email protected]

    Hand Phone : +(6) 016 2237147

  9. #9

    Re: SubForm

    4. Add a mdiform to ur project (which is the main form) and add new form to ur project, set the MDICHILD property of your new form to tru. The above solution will add a sub form

    please get back to [email protected] or [email protected] for further clarifications


    The Ultimate Solution Providers

    Authors

    Sriman & Jayaraman

    Email : [email protected]
    [email protected]

    Hand Phone : +(6) 016 2237147

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

Featured