Skip to main content

Form Wizard Overview

The Studio Form Wizard automates the coding tasks involved in binding an object and its properties to an HTML form. In addition to the code necessary for the binding, the Wizard also generates the following:

  • CSP <csp:search> tags. These tags implement functionality for searching the database. The wizard also places a Search button on the form to activate the search.

  • JavaScript functions, form_new and various helper functions, that create new instances of the bound class. The function is invoked by a the Clear button the wizard places on the form. The function also clears the contents of the forms input controls.

  • JavaScript functions, form_save and various helper functions, that update and save the open object of the bound class. The wizard also places a Save button on the form that invokes the method.

FeedbackOpens in a new tab