Update a Grid and delete a collected record from a selection in a grid.
From the link below, download a sample ITScriptNet program which demonstrates updating a field in a record in collected data, or deleting an entire record from collected data through the use of a selection in the grid element.
Buttons below the grid control the action of deleting a collected data record, or updating a single field, such as a quantity. The grid item to delete or update must first be selected (tapped or clicked on).
For additional information regarding the structure and use of a grid, please refer to the ITScriptNet USER GUIDE.
In addition, the records can be filtered in the Grid by adding a combobx (drop-down). In this sample program, the drop-down filters the records from collected data based on the selection of a particular order number.
2/25/2012: Sample updated to use the Timestamp as the unique field for the Grid.