|
|
|
|
|
SSLActive (Function) In french: SSLActive Used to enable or disable the secure SSL mode.
SSLActive(True)
PageDisplay(PAGE_Page1_Sécu)
SSLActive(False)
PageDisplay(PAGE_Page1)
Syntax <Mode>: Boolean - True if the SSL must be enabled,
- False otherwise.
Remarks Use conditions This function can only be used: - in the click code of the buttons that perform a "Send the value of controls to the server (submit)" operation ("General" tab in the description window of the control).
- in the selection code of a "Send the value of controls to the server (submit)" menu option ("General" tab in the description window of the menu option).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|