drosenkranz
Programmer
Hello,
I have a project in VFP 7.0 (Win XP) where I have a Client Form with a PageFrame Control with multiple pages on it. On Page1 of the PageFrame, I have client's data and a text box containing his work code. Now The User moves onto Page 2, 3, 4 etc. of the pageframe control on this form.
The user uses various control buttons on these other pages which open up small "mini" forms where they enter other data. My problem is that depending on certain answers on these other mini forms, I want to insert values back into text boxes that exist on the 1st Page of the pageframe back on the Client Form.
I get error messages that the property is read only.
Remember, the text boxes I am trying to update back on the Client Form are on an "inactive" page of the pageframe control. Is there a way around this?
Thanks For Your Time,
Dave
The 2nd mouse gets the cheese.
I have a project in VFP 7.0 (Win XP) where I have a Client Form with a PageFrame Control with multiple pages on it. On Page1 of the PageFrame, I have client's data and a text box containing his work code. Now The User moves onto Page 2, 3, 4 etc. of the pageframe control on this form.
The user uses various control buttons on these other pages which open up small "mini" forms where they enter other data. My problem is that depending on certain answers on these other mini forms, I want to insert values back into text boxes that exist on the 1st Page of the pageframe back on the Client Form.
I get error messages that the property is read only.
Remember, the text boxes I am trying to update back on the Client Form are on an "inactive" page of the pageframe control. Is there a way around this?
Thanks For Your Time,
Dave
The 2nd mouse gets the cheese.