5.5 Accessing User-Modified Data from TextInput

To acquire the data that a user has entered in a TextInput component, simply reference the component's value property:

TextInput1.value

To commit this acquired data to the database, see Committing User-Modified Data to Database (Database Write-Back).

See Also

Accessing the Most Recent User Modification, to retrieve a value that the user has just entered.

Validating User Input, in Dashboard Design, for information on restricting values a user can enter.

Committing User-Modified Data to Database (Database Write-Back), for information on updating the database with modified information.

<< 5.4 Accessing User-Modified Data in a Table © 1996-2013 InetSoft Technology Corporation (v11.5) 5.6 Accessing the Most Recent User Modification >>