I wish to change a setting on a form while pressing buttons on a different form. How do I do this. Ie If I press command1 on form1 how do I refresh form2?
If you opened Form2 from within Form1 using the DO FORM command, you can use the LINKED keyword to create an object reference to it. You can then control Form2 from within Form1 using that object reference.
Another solution is to use a Formset and place both forms in the Formset. They have a common parent that way and can reference each other.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.