ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Web-specific functions / Page functions
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
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
// Refresh the 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.
Caution: 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 "Initialize project after connecting to the site" event.
Component: wd290page.dll
Minimum version required
  • Version 9
Comments
Click [Add] to post a comment

Last update: 10/02/2023

Send a report | Local help