Application Description
This sample application demonstrates techniques used to update a data table using a process task, including:
- Form Data - Update table record based on data entry form using SQL Update (SQL Stored Procedure example also included)
- One Row - Update data, based on a change in a User Input control in a single data table row
- Multiple Rows - Process changes in all rows with a changed value, using an Input Text control in each row
- Selected Rows - Process changes in all rows selected, using an Input Checkbox control in each row
- Use of Javascript and a Hidden Input element to pass values embedded in table rows
- Creating "Check All" and "Check None" links for selecting checkboxes in table rows
Requires a connection the Northwind database
Installation Instructions
- Download and extract the content of the sample application zip file that is attached to this knowledge base article
- Create a new Logi Application using the Logi Studio IDE - follow the installation wizard instructions
- Navigate to the _Settings file, update the path element to point to the installation directory
- In your file system, navigate to Logi application installation directory and replace the _Definitions, _SupportFiles, and _Themes directory with the content from the sample application zip file
- Run the sample application
Further Readings
Working with Process Task: Click Here