|
-
Oct 17th, 2006, 05:45 AM
#1
Thread Starter
Lively Member
[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
-
Oct 17th, 2006, 05:53 AM
#2
Re: loading Forms in a project group
 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."
-
Oct 17th, 2006, 05:57 AM
#3
Thread Starter
Lively Member
Re: loading Forms in a project group
 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
-
Oct 17th, 2006, 06:00 AM
#4
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."
-
Oct 17th, 2006, 06:06 AM
#5
Thread Starter
Lively Member
Re: loading Forms in a project group
 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
-
Oct 18th, 2006, 04:17 PM
#6
Thread Starter
Lively Member
Re: loading Forms in a project group
-
Oct 18th, 2006, 05:55 PM
#7
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|