In this example we will see how to use the “QR Code” in the Grid.
We create the Grid application.
1. We create the grid based on the “products” table.
2. In the grid option of the application menu, create the “QRCode” field.
3. Go to the “Values format” tab to configure the size of the QR Code.
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';
5. Finally, select the “Run application” button on the toolbar to generate the query.
To see more examples created with Scriptcase, go to: Examples: Complete systems and applications with Scriptcase
Comment this post