AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Funciones específicas de la Web / Funciones de páginas
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
Versión mínima requerida
  • Versión 9
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 02/10/2023

Señalar un error o enviar una sugerencia | Ayuda local