ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage functions / Web-specific functions / Page functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Refreshes a frameset displayed in the user's browser from the context on the server. The refreshed framesets correspond to the framesets defined in the editor, in their initial status. The initial pages of the frameset are displayed.
Example
// Actualisation de Frameset1
FramesetRefresh(Frameset1)
Syntax
FramesetRefresh(<Frameset name>)
<Frameset name>: Character string
Name of the frameset to refresh.
If this parameter corresponds to an empty string (""), the frameset name is the one of the frameset to which the current event belongs.
Warning The frameset context must exist on the server. The frameset context is created by FramesetDisplay and ContextOpen.
Remarks
  • A WLanguage error occurs if FramesetRefresh is used without parameters in the frameset initialization code.
  • If your project uses pre-launched sessions, this function must not be used in the project initialization event. This function must be used in the "Initialization in pre-launched session mode" event.
Component: wd300page.dll
Minimum version required
  • Version 9
Comments
Click [Add] to post a comment

Last update: 03/27/2025

Send a report | Local help