It would be as well for you to discard the use of formsets in VFP - they are basically an anachronism having been replaced largely by pageframes.
To access the PEMs, properties, events and methods of another form, you need to to create an object reference for the form with :-
PUBLIC oForm1
DO FORM Form1 NAME oForm1 LINKED
Thereafter you reference the relevant property, with
oForm1.lblLabel1.Caption = [Hello World]
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.