Results 1 to 7 of 7

Thread: [RESOLVED] loading Forms in a project group

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Oct 2006
    Posts
    78

    Resolved [RESOLVED] loading Forms in a project group

    Can anyone tell me how i would load a form from a different project that is in the same project group?
    thnx

  2. #2
    Giants World Champs!!!! Mark Gambo's Avatar
    Join Date
    Sep 2003
    Location
    Colorado
    Posts
    2,965

    Re: loading Forms in a project group

    Quote Originally Posted by dannyg
    Can anyone tell me how i would load a form from a different project that is in the same project group?
    thnx

    File ---> Add Project
    Regards,

    Mark

    Please remember to rate posts! Rate any post you find helpful. Use the link to the left - "Rate this Post". Please use [highlight='vb'] your code goes in here [/highlight] tags when posting code. When a question you asked has been resolved, please go to the top of the original post and click "Thread Tools" then select "Mark Thread Resolved."


  3. #3

    Thread Starter
    Lively Member
    Join Date
    Oct 2006
    Posts
    78

    Re: loading Forms in a project group

    Quote Originally Posted by Mark Gambo
    File ---> Add Project
    thnx but ive already added the projects i need to know how to open them via a form in another project

  4. #4
    Giants World Champs!!!! Mark Gambo's Avatar
    Join Date
    Sep 2003
    Location
    Colorado
    Posts
    2,965

    Re: loading Forms in a project group

    Assuming that the form has a unique name I think that if you right click on the particular project that you want to add the form to and then select form, click the Existing Tab then navigate to the directory where the new form is and then add it.
    Regards,

    Mark

    Please remember to rate posts! Rate any post you find helpful. Use the link to the left - "Rate this Post". Please use [highlight='vb'] your code goes in here [/highlight] tags when posting code. When a question you asked has been resolved, please go to the top of the original post and click "Thread Tools" then select "Mark Thread Resolved."


  5. #5

    Thread Starter
    Lively Member
    Join Date
    Oct 2006
    Posts
    78

    Re: loading Forms in a project group

    Quote Originally Posted by Mark Gambo
    Assuming that the form has a unique name I think that if you right click on the particular project that you want to add the form to and then select form, click the Existing Tab then navigate to the directory where the new form is and then add it.
    I have added the forms and project to the project group, i wanted to know if i can open a form within that project group by a command button , that is in a different project but still in the same project group.

    I have tried the code below:
    load project1.frmMain

  6. #6

    Thread Starter
    Lively Member
    Join Date
    Oct 2006
    Posts
    78

    Re: loading Forms in a project group

    bump

  7. #7
    Former Admin/Moderator MartinLiss's Avatar
    Join Date
    Sep 1999
    Location
    San Jose, CA
    Posts
    33,431

    Re: loading Forms in a project group

    Please don't bump your threads.

    The answer to your question is no you can't. Projects in a group are only a visual convenience and you can't programmatically refer to them.

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