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 / Desarrollar una aplicación o un sitio web / Controles, ventanas y páginas / Controles: tipos disponibles / Control Página interna
  • Overview
  • Programming in WLanguage
  • Passing parameters to an internal page
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
Manipulating Internal Page controls programmatically
Overview
The Internal Page control is used to display an existing internal page. Several operations can be performed on the Internal Page control programmatically.
Warning: Do not confuse "Internal Page control" and "Internal Page": the "Internal Page" control is a type of control, and the "Internal Page" is a type of page..
Programming in WLanguage

Passing parameters to an internal page

To pass parameters to an internal page, we advise you to:
  1. Create an initialization procedure in the internal page.
  2. Call this procedure in the page that contains the "Internal Page" control.
Example:
// -- Code d'initialisation de PAGE_Page1
// MaPageInterne est un champ de PAGE_Page1
// qui est relié à une page interne 
// Cette page interne possède une 
// procédure Init()
MaPageInterne.Init(Param1, Param2)
Versión mínima requerida
  • Versión 10
Comentarios
How I can change the Internal Page source?
I had several pages with very different content among them as controls, designs and others that I used as embedded pages with an iFrame. The problem with this is that I did not respect the height of the page and I generated a second scroll bar separately from my own. index. With the Internal Page I saw that this did not happen and they did adapt in height compared to the pages in an iFrame, but I wonder ... Is there a way to change the content of an Internal Page control? the ..SourcePage
Robles Luis
22 05 2018

Última modificación: 19/09/2024

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