Refreshing a Form [message #78721] |
Tue, 12 March 2002 14:30 |
Tyler
Messages: 123 Registered: January 2002
|
Senior Member |
|
|
I have a text list on a form and when a user clicks on a list item from the list they can then click 'edit' and it takes them to the Edit form. They then make changes...save...and exit the edit form. But when they return to the form with the text list, the only way as of right now to see the edited results is to exit that form and re-enter. This is not satisfactory, even a refresh button is ok, but what would the code look like behinde the refresh button?
|
|
|
|
Re: Refreshing a Form [message #78734 is a reply to message #78721] |
Wed, 13 March 2002 01:32 |
SANDY
Messages: 60 Registered: April 1998
|
Member |
|
|
I hope u want to communicate the changes from one form to another .
u can do this by using either global variables or parameter lists in which u place the changed host_variables .
these u can extract in the calling form.
|
|
|