Recital

Login Register

HOWTO: Maintain application state between Recital Web pages

When using Recital Web you can maintain the exact state of each work area between pages like this.

On exit of an .rsp page.

SAVE DATASESSION TO m_state 
_SESSION["state"] = m_state

On entry to an .rsp page.

IF type( _session["state"] ) != "U" 
    m_state = _session["state"]
    RESTORE DATASESSION FROM m_state
ENDIF
Twitter

Copyright © 2024 Recital Software Inc.

Login

Register

User Registration
or Cancel