OutSystems Forge 日本語データベース

Session Variable Global

※Forge全件データの日本語検索サービスをご利用になりたい場合は、こちらまでお問合せください。

Forge英文サイト

2016-06-01 1.0.0 gyndaniel 9.1.301.0 All All Applications, Widgets, Libraries, How-tos
グローバル変数セッションを使用しています。
こんにちは 1)PublicActionsという名前のアプリケーションを作成する 2)Actionsという名前のモジュールを作成する 3)セッションで「変数グローバルセッション」を作成します。 4)SetSessionVariabel()を作成します。 5)セッション変数の名前を受け取るこの関数VarSessionVariabel呼び出しに入力変数を作成し、セッション変数の値を受け取るValSessionVariableを持つ呼び出しを作成します。 6)GetSessionVariabel()という名前のパブリックアクション関数を作成します。 7)セッション変数を受け取るVarSessionVariabel入力変数と、セッション値を取得して呼び出し元に返すValSessionVariabelという名前の出力変数を作成します。 ビューの例https://gyndaniel.outsystemscloud.com/Actions/HomePage.aspx

[Overview]
Uma idéia de usar uma global Variable Session.
[Detail]
hi 1) create a Aplication with name PublicActions 2) Create a module with name Actions 3) Create the "variables global session" in Session 4) Create a SetSessionVariabel() 5) Create an input variable in this function VarSessionVariabel call that will receive the name of the session variable and one with ValSessionVariable that will receive the value of the session variable 6) create a public action function with name GetSessionVariabel () 7) create a VarSessionVariabel input variable that will receive the session variablename and an output variable with the name of ValSessionVariabel that will get the session value and return to the caller. thats'it View Example https://gyndaniel.outsystemscloud.com/Actions/HomePage.aspx
戻る