Refresh Page PeopleCode
How to Refresh Page PeopleCode after save or equal to F5.
1. You can use this PeopleCode after saving at last statement. This code refreshes the whole your page.
GetLevel0().Refresh();
2. Using Java Script
1 2 3 4 5 6 |
<SCRIPT type="text/javascript"> function ReloadPage() { window.top.location.reload(); } </SCRIPT> |
2.1 You Create HTML object for replace java script code is name = PAGE_LOAD
2.2 Define code to record filed HTML
DERIVED_TBL.HTMLAREA.Value = GetHTMLText(HTML.PAGE_LOAD)
2.3 Using Meta HTML TEXT at below