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
  • Pre-launched sessions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReportes y ConsultasCódigo de Usuario (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Código Navegador
WINDEV Mobile
AndroidWidget Android iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Otros
Procedimientos almacenados
Returns the identifier of AWP context. This identifier can be used to build a URL for example.
Ejemplo
// Ajoute le contexte dans une URL construite
LIEN_Dyn = NomPage + ".awp?client=" + Client + "&" + IdentifierAWPContext()
Sintaxis
<Result> = IdentifierAWPContext()
<Result>: ANSI character string
  • Identifier of the AWP context,
  • Empty string ("") if the function is useless, in the following cases for example:
    • The current page is not an AWP page.
    • The current page is an AWP page without context.
    • The current page is an Active WEBDEV Page with a context that is not stored on disk.
    • The transmission is performed by cookie.
Observaciones
If the default transmission mode is used:
  • During the first display of the page, the two transmission modes are used (transmission by cookie and by url). IdentifierAWPContext returns the identifier of the AWP context.
  • During the next displays:
    • If cookies are enabled, the AWP context identifier is sent via cookies and IdentifierAWPContext returns an empty string ("").
    • If cookies are disabled, the AWP context identifier is sent via URLs. IdentifierAWPContext returns the identifier of the AWP context.

Pre-launched sessions

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 when connecting to a pre-launched session" event..
Componente: wd300page.dll
Versión mínima requerida
  • Versión 12
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 02/07/2024

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