Sorry for not being clear.
Please see the attached app which is a modified form of example 1 BasicBrowseAndForm.
I have added a NetWebForm called 'ContainingForm' that calls the MailboxesBrowseControl.
The form has one entry string and one button. Any value entered in the string is stored in the session variable LOC:BtnText. The button takes the value of this session variable and uses it for its text in the Value::LOC:MyButton routine. So far, so good.
Now, the MailboxesFormControl sets the session variable LOC:BtnText in its ValidateRecord routine.
I want the button text in 'ContainingForm' refreshed with the value set in 'MailboxesFormControl' when the user closes the popup. How do I achieve this?
To illustrate, I have this:
Form A ---> Browse ---> Form B
Form B is a popup which sets a session variable and I need to refresh a field in Form A with this session variable's value.
Hopefully, it is clearer.
Thanks & Regards,
Ubaidullah Nubar.
[attachment deleted by admin]