Skip to main content
insightsoftware Documentation insightsoftware Documentation
{%article.title%}
Published:
Was this article helpful?
0 out of 0 found this helpful

BV_AddEmptyRow

In a FORM, a standard script can be used to add an "Empty new row" button in the ribbon.

Note: This script is only applicable for forms with expanded rows (EXPAND in column A). If users should be able to add new records in the form, then this script can be used to create a button in the ribbon, or the script bv_AddNewRow can be used.

The difference between bv_AddNewRow and bv_AddEmptyRow is that when the end-user selects a button connected to the bv_AddNewRow, a dialog with new values displays and the end-user can then select which values should be inserted in the new row (several rows can be inserted at one time).

On the other hand, using the bv_AddEmptyRow simply inserts a completely empty row and is most useful when the input row in the form contains drop-downs where the end-user can select values.

When adding a new custom button in Template Design, select bv_AddEmptyRow from the Function drop-down to create a button that inserts a completely empty row.

Published:

BV_AddEmptyRow

In a FORM, a standard script can be used to add an "Empty new row" button in the ribbon.

Note: This script is only applicable for forms with expanded rows (EXPAND in column A). If users should be able to add new records in the form, then this script can be used to create a button in the ribbon, or the script bv_AddNewRow can be used.

The difference between bv_AddNewRow and bv_AddEmptyRow is that when the end-user selects a button connected to the bv_AddNewRow, a dialog with new values displays and the end-user can then select which values should be inserted in the new row (several rows can be inserted at one time).

On the other hand, using the bv_AddEmptyRow simply inserts a completely empty row and is most useful when the input row in the form contains drop-downs where the end-user can select values.

When adding a new custom button in Template Design, select bv_AddEmptyRow from the Function drop-down to create a button that inserts a completely empty row.

For an optimal Community experience, Please view on Desktop
Powered by Zendesk