In this example we will see how to use the “QR Code” in the Grid.
![](https://www.scriptcase.net/tutorials/wordpress/wp-content/uploads/2020/11/06_qr_code-1024x584.png)
We create the Grid application.
1. We create the grid based on the “products” table.
![](https://www.scriptcase.net/tutorials/wordpress/wp-content/uploads/2020/11/01_qr_code-1024x439.png)
2. In the grid option of the application menu, create the “QRCode” field.
![](https://www.scriptcase.net/tutorials/wordpress/wp-content/uploads/2020/11/02_qr_code-1024x554.png)
3. Go to the “Values format” tab to configure the size of the QR Code.
![](https://www.scriptcase.net/tutorials/wordpress/wp-content/uploads/2020/11/03_qr_code.png)
4. The QR Code is used to contain links, so we will assign a link value to the qrCode field in the OnRecord Event so that all records contain the same value.
{qrCode} = 'www.scriptcase.net';
![](https://www.scriptcase.net/tutorials/wordpress/wp-content/uploads/2020/11/04_qr_code.png)
5. Finally, select the “Run application” button on the toolbar to generate the query.
![](https://www.scriptcase.net/tutorials/wordpress/wp-content/uploads/2020/11/05_qr_code.png)
To see more examples created with Scriptcase, go to: Examples: Complete systems and applications with Scriptcase
Comment this post