AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Este contenido se ha traducido automáticamente.  Haga clic aquí  para ver la versión en inglés.
Ayuda / WLanguage / Funciones WLanguage / Funciones específicas de la Web / Funciones de páginas
WINDEV
WindowsLinuxJavaReportes y ConsultasCódigo de Usuario (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Código Navegador
WINDEV Mobile
AndroidWidget Android iPhone/iPadIOS WidgetApple WatchMac Catalyst
Otros
Procedimientos almacenados
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.
Ejemplo
// Refresh the Frameset1
FramesetRefresh(Frameset1)
Sintaxis
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.
Observaciones
  • 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.
Componente: wd300page.dll
Versión mínima requerida
  • Versión 9
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 27/03/2025

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