ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / Developing an application or website / Controls, windows and pages / Controls: Available types / Internal Page control
  • Overview
  • Programming in WLanguage
  • Passing parameters to an internal page
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
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)
Minimum version required
  • Version 10
Comments
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 May 2018

Last update: 09/19/2024

Send a report | Local help