sc_btn_insert

Available when the "Add" button is clicked. It can be tested and used inside the ScriptCase events, allowing specific Programmation in run time.

 

Ex. 1:
if (sc_btn_insert)
{
sc_message("Record inserted successfully");

}