ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / Developing an application or website / Controls, windows and pages / Page / Programming
  • Overview
  • Implementation
  • Refreshing a page
  • Operations performed
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Refreshing a page
Overview
Refreshing a page consists in re-displaying a page that is already open in the browser. This action is the same as the "Refresh" button in the browser.
When a page is refreshed, the dynamic data in the page is updated according to the page context on the server. Only the modified data is re-displayed.
For example, when entering an order in a sales application, the page that displays the summary of the order (the cart) is refreshed each time a new item is ordered.
Implementation

Refreshing a page

To refresh a page, use PageRefresh.

Operations performed

The following operations are automatically performed when a page is refreshed:
  1. The existence of the page context on the server is checked.
  2. The page is displayed again according to its context on the server.
Using PageDisplay to refresh a page is not recommended because it takes longer to load the page.
See also
Minimum version required
  • Version 9
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help