= Overview =
Bxp bxp allows for a user when creating or modifying a form to add a question type which allows for the Adding/, Updating and Deletion of records in a child database. This Question type is called “Basic – AJAX – Child Form Mgt”.
* '''Fields to render in Data Table'''
** This These should be the fields from the child form that you require to should be included in the data table, each field should be separated by a | symbol
** ''Example -'' strCDA_2_field_0_1|strCDA_2_field_0_2|strCDA_2_field_0_3
* '''Fields to Insert/Update'''
** This These should contain the fields in the child form that will be inserted to and updated, each . Each field should be separated by a | symbol
** ''Example -'' strCDA_2_field_0_1|strCDA_2_field_0_2|strCDA_2_field_0_3|strCDA_2_field_0_4
* '''Management Interface Question headings'''
** This These should be the headings that you want to assign are assigning to the questions when the Addition/Update interface is displayed on screen, each . Each field should be separated by a | symbol
** ''Example –'' First Name|Surname|D.O.B|Phone Number
* '''Data Table Column Headings'''
** This These should be the headings that you want to apply to each column in the data table, each . Each field should be separated by a | symbol
** ''Example –'' First Name|Surname|D.O.B
* '''Management Interface Question types'''
** This These should be the types of questions that you want to apply to the Addition/Update interface, each . Each field should be separated by a | symbol** The following are the allowed question types:
*** Text – will render a text box
*** Date – will render a date box
*** Truefalse – will render a True/False drop down list
*** Number[x] – will render a number list drop down list – replace X with the number to stop at i.e. x=50 will give you a number list of 1-50
*** Custom[x] – will render a custom drop down list of answer values in a child form question – replace x with the strCDA_X_field_X_X of the question you want wsih to get the answer values for.