List of tables added by the BWEB component
BSPH_CALL_WORKER
Method that allows calling a Host database worker from the Component
BSPH_EXECUTE_FORMULA
Method that allows calling a formula (EXECUTE FORMULA) of the Host database from the Component
BSPH_EXECUTE_METHOD
Method that allows executing a method of the Host database from the Component
BSPH_GET_ERROR_VARIABLES
This utility method captures and returns an object containing detailed information about the last system error (method, line, and formula involved), enabling standardized error handling
BSPH_GET_FORM_PROPERTIES
To be removed
BSPH_INSTANCE_HOST_CLASS
Allows the BWEB component to check for the existence of a class on the host side, and to instantiate it if needed.
Used when a non-DataClass class is specified as the controller for a block event.
BSPH_Print_Form
Method that allows launching the printing of a form from the Host database from the Component
BSPH_SET_MENU_BAR
Method that allows replacing the Host database's menu bar from within the component
BSPH_SET_PROCESS_VAR
This method dynamically assigns a value to a process variable
BSPH_SET_USER_INFOS
Method that allows changing the current user (CHANGE CURRENT USER) of the Host database from the Component
BSPH_SFLBOX_getMetaInfo
Method that allows formatting the list boxes of BWEB administration pages
BSPH_StartWebSocket
Method that allows starting a WebSocket from the Component
BSPH_StringFormat
Method that allows applying a format to a character string
BSPH_VERSION_UPDATES
Method for defining the current version of your application and listing the update methods to be executed. When the application starts, if the version stored in the BSPK table is older than the current version defined in this method, then all methods corresponding to the intermediate versions will be executed sequentially until the target version is reached.
BSPH_WEB_ON_CONNECTION
Hook for custom management of site entry points. Can be useful for handling slug-type URLs for blog articles, for example.